Skip to content

Commit

Permalink
bump @PolkaDot to get CheckMetadataHash signed extension compatibil…
Browse files Browse the repository at this point in the history
…ity (#107)

* bump @PolkaDot

* v0.14.2-alpha.0
  • Loading branch information
clangenb authored Jun 12, 2024
1 parent 0421974 commit 182478b
Show file tree
Hide file tree
Showing 23 changed files with 140 additions and 140 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"publishConfig": {
"directory": "build"
},
"version": "0.14.1"
"version": "0.14.2-alpha.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@babel/runtime": "^7.18.9",
"@babel/types": "^7.22.5",
"@polkadot/dev": "^0.75.22",
"@polkadot/types": "^11.0.2",
"@polkadot/types": "^11.2.1",
"@types/jest": "^28.1.7",
"@types/websocket": "^1.0.10",
"jest": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"sideEffects": false,
"type": "module",
"version": "0.14.1",
"version": "0.14.2-alpha.0",
"main": "index.js",
"dependencies": {
"@encointer/types": "^0.14.1",
"@polkadot/api": "^11.0.2",
"@encointer/types": "^0.14.2-alpha.0",
"@polkadot/api": "^11.2.1",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
},
"sideEffects": false,
"type": "module",
"version": "0.14.1",
"version": "0.14.2-alpha.0",
"main": "index.js",
"scripts": {
"generate:defs": "node --experimental-specifier-resolution=node --loader ts-node/esm ../../node_modules/.bin/polkadot-types-from-defs --package @encointer/types/interfaces --input ./src/interfaces",
"generate:meta": "node --experimental-specifier-resolution=node --loader ts-node/esm ../../node_modules/.bin/polkadot-types-from-chain --endpoint wss://kusama.api.encointer.org --output ./src/interfaces"
},
"dependencies": {
"@polkadot/api": "^11.0.2",
"@polkadot/types": "^11.0.2",
"@polkadot/types-codec": "^11.0.2",
"@polkadot/api": "^11.2.1",
"@polkadot/types": "^11.2.1",
"@polkadot/types-codec": "^11.2.1",
"@polkadot/util": "^12.6.2"
},
"devDependencies": {
"@polkadot/typegen": "11.0.2",
"@polkadot/typegen": "11.2.1",
"@types/node": "^20.3.1",
"ts-node": "10.9.2",
"typescript": "5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sideEffects": false,
"type": "module",
"types": "./index.d.ts",
"version": "0.14.1",
"version": "0.14.2-alpha.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
Expand Down
12 changes: 6 additions & 6 deletions packages/worker-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"sideEffects": false,
"type": "module",
"types": "./index.d.ts",
"version": "0.14.1",
"version": "0.14.2-alpha.0",
"main": "index.js",
"dependencies": {
"@encointer/node-api": "^0.14.1",
"@encointer/types": "^0.14.1",
"@encointer/util": "^0.14.1",
"@encointer/node-api": "^0.14.2-alpha.0",
"@encointer/types": "^0.14.2-alpha.0",
"@encointer/util": "^0.14.2-alpha.0",
"@peculiar/webcrypto": "^1.4.6",
"@polkadot/api": "^11.0.2",
"@polkadot/api": "^11.2.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^11.0.2",
"@polkadot/types": "^11.2.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/wasm-crypto": "^7.3.2",
Expand Down
Loading

0 comments on commit 182478b

Please sign in to comment.