Skip to content

Commit

Permalink
feat(local-signing-manager,hashicorp-vault-signing-manager,browser-ex…
Browse files Browse the repository at this point in the history
…tension-signing-manager): update SDK peer deps

BREAKING CHANGE: support SDK v15
  • Loading branch information
monitz87 committed May 30, 2022
1 parent 46184fd commit 830ab06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/browser-extension-signing-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@polymathnetwork/signing-manager-types": "^1.0.3"
},
"peerDependencies": {
"@polymathnetwork/polymesh-sdk": ">=14.0.0"
"@polymathnetwork/polymesh-sdk": ">=15.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/hashicorp-vault-signing-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@polymathnetwork/signing-manager-types": "^1.0.3"
},
"peerDependencies": {
"@polymathnetwork/polymesh-sdk": ">=14.0.0"
"@polymathnetwork/polymesh-sdk": ">=15.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/local-signing-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@polkadot/api": "5.1.1",
"@polkadot/util": "^7.0.2",
"@polkadot/util-crypto": "^7.0.2",
"@polymathnetwork/polymesh-sdk": ">=14.0.0"
"@polymathnetwork/polymesh-sdk": ">=15.0.0"
}
}
2 changes: 1 addition & 1 deletion tools/generators/signing-manager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default async function (tree: Tree, schema: Schema) {
};
contents.peerDependencies = {
...contents.peerDependencies,
'@polymathnetwork/polymesh-sdk': '>=14.0.0',
'@polymathnetwork/polymesh-sdk': '>=15.0.0',
};

return contents;
Expand Down

0 comments on commit 830ab06

Please sign in to comment.