Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.5.2-15",
"description": "Interfaces for interacting with contracts and contract ABIs",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
Expand All @@ -16,8 +15,8 @@
"@babel/runtime": "^7.12.5",
"@polkadot/api": "3.5.2-15",
"@polkadot/types": "3.5.2-15",
"@polkadot/util": "^5.4.1",
"@polkadot/x-rxjs": "5.4.1",
"@polkadot/util": "^5.4.2",
"@polkadot/x-rxjs": "^5.4.2",
"bn.js": "^4.11.9"
}
}
9 changes: 4 additions & 5 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.5.2-15",
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
Expand All @@ -17,13 +16,13 @@
"@polkadot/api": "3.5.2-15",
"@polkadot/rpc-core": "3.5.2-15",
"@polkadot/types": "3.5.2-15",
"@polkadot/util": "^5.4.1",
"@polkadot/util-crypto": "^5.4.1",
"@polkadot/x-rxjs": "5.4.1",
"@polkadot/util": "^5.4.2",
"@polkadot/util-crypto": "^5.4.2",
"@polkadot/x-rxjs": "^5.4.2",
"bn.js": "^4.11.9"
},
"devDependencies": {
"@polkadot/keyring": "^5.4.1",
"@polkadot/keyring": "^5.4.2",
"@polkadot/rpc-provider": "3.5.2-15"
}
}
9 changes: 4 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.5.2-15",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
"module": "index.mjs",
"sideEffects": [
"./detectPackage.js",
"./detectPackage.mjs"
Expand All @@ -18,15 +17,15 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/api-derive": "3.5.2-15",
"@polkadot/keyring": "^5.4.1",
"@polkadot/keyring": "^5.4.2",
"@polkadot/metadata": "3.5.2-15",
"@polkadot/rpc-core": "3.5.2-15",
"@polkadot/rpc-provider": "3.5.2-15",
"@polkadot/types": "3.5.2-15",
"@polkadot/types-known": "3.5.2-15",
"@polkadot/util": "^5.4.1",
"@polkadot/util-crypto": "^5.4.1",
"@polkadot/x-rxjs": "5.4.1",
"@polkadot/util": "^5.4.2",
"@polkadot/util-crypto": "^5.4.2",
"@polkadot/x-rxjs": "^5.4.2",
"bn.js": "^4.11.9",
"eventemitter3": "^4.0.7"
}
Expand Down
7 changes: 3 additions & 4 deletions packages/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.5.2-15",
"description": "Helpers to extract information from runtime metadata",
"main": "index.js",
"module": "index.mjs",
"sideEffects": [
"./detectPackage.js",
"./detectPackage.mjs"
Expand All @@ -19,11 +18,11 @@
"@babel/runtime": "^7.12.5",
"@polkadot/types": "3.5.2-15",
"@polkadot/types-known": "3.5.2-15",
"@polkadot/util": "^5.4.1",
"@polkadot/util-crypto": "^5.4.1",
"@polkadot/util": "^5.4.2",
"@polkadot/util-crypto": "^5.4.2",
"bn.js": "^4.11.9"
},
"devDependencies": {
"@polkadot/keyring": "^5.4.1"
"@polkadot/keyring": "^5.4.2"
}
}
7 changes: 3 additions & 4 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.5.2-15",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
Expand All @@ -17,10 +16,10 @@
"@polkadot/metadata": "3.5.2-15",
"@polkadot/rpc-provider": "3.5.2-15",
"@polkadot/types": "3.5.2-15",
"@polkadot/util": "^5.4.1",
"@polkadot/x-rxjs": "5.4.1"
"@polkadot/util": "^5.4.2",
"@polkadot/x-rxjs": "^5.4.2"
},
"devDependencies": {
"@polkadot/keyring": "^5.4.1"
"@polkadot/keyring": "^5.4.2"
}
}
11 changes: 5 additions & 6 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.5.2-15",
"description": "Transport providers for the API",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
Expand All @@ -15,15 +14,15 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/types": "3.5.2-15",
"@polkadot/util": "^5.4.1",
"@polkadot/util-crypto": "^5.4.1",
"@polkadot/x-fetch": "^5.4.1",
"@polkadot/x-ws": "^5.4.1",
"@polkadot/util": "^5.4.2",
"@polkadot/util-crypto": "^5.4.2",
"@polkadot/x-fetch": "^5.4.2",
"@polkadot/x-ws": "^5.4.2",
"bn.js": "^4.11.9",
"eventemitter3": "^4.0.7"
},
"devDependencies": {
"@polkadot/keyring": "^5.4.1",
"@polkadot/keyring": "^5.4.2",
"@polkadot/metadata": "3.5.2-15",
"mock-socket": "^9.0.3",
"nock": "^13.0.6"
Expand Down
3 changes: 1 addition & 2 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.5.2-15",
"description": "Type generation scripts",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.js",
Expand All @@ -27,7 +26,7 @@
"@polkadot/metadata": "3.5.2-15",
"@polkadot/rpc-provider": "3.5.2-15",
"@polkadot/types": "3.5.2-15",
"@polkadot/util": "^5.4.1",
"@polkadot/util": "^5.4.2",
"handlebars": "^4.7.6",
"websocket": "^1.0.33",
"yargs": "^16.2.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.5.2-15",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
Expand All @@ -15,7 +14,7 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/types": "3.5.2-15",
"@polkadot/util": "^5.4.1",
"@polkadot/util": "^5.4.2",
"bn.js": "^4.11.9"
},
"devDependencies": {
Expand Down
9 changes: 4 additions & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.5.2-15",
"description": "Implementation of the Parity codec",
"main": "index.js",
"module": "index.mjs",
"sideEffects": [
"./detectPackage.js",
"./detectPackage.mjs"
Expand All @@ -18,13 +17,13 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/metadata": "3.5.2-15",
"@polkadot/util": "^5.4.1",
"@polkadot/util-crypto": "^5.4.1",
"@polkadot/x-rxjs": "5.4.1",
"@polkadot/util": "^5.4.2",
"@polkadot/util-crypto": "^5.4.2",
"@polkadot/x-rxjs": "^5.4.2",
"@types/bn.js": "^4.11.6",
"bn.js": "^4.11.9"
},
"devDependencies": {
"@polkadot/keyring": "^5.4.1"
"@polkadot/keyring": "^5.4.2"
}
}
Loading