Skip to content

Commit

Permalink
10.0.1 (#5518)
Browse files Browse the repository at this point in the history
* 10.0.1

* Drop extra websocket dep

* Drop extra babel deps
  • Loading branch information
jacogr authored Mar 5, 2023
1 parent 92c88d7 commit feb36d4
Show file tree
Hide file tree
Showing 18 changed files with 358 additions and 511 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## master
## 10.0.1 Mar 4, 2023

Contributed:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"versions": {
"git": "9.14.3-11-x",
"npm": "9.14.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "9.14.3-11-x",
"@polkadot/rpc-augment": "9.14.3-11-x",
"@polkadot/types": "9.14.3-11-x",
"@polkadot/types-augment": "9.14.3-11-x",
"@polkadot/types-codec": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/api-base": "10.0.0",
"@polkadot/rpc-augment": "10.0.0",
"@polkadot/types": "10.0.0",
"@polkadot/types-augment": "10.0.0",
"@polkadot/types-codec": "10.0.0",
"@polkadot/util": "^11.0.1",
"tslib": "^2.5.0"
}
}
8 changes: 4 additions & 4 deletions packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "9.14.3-11-x",
"@polkadot/types": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/rpc-core": "10.0.0",
"@polkadot/types": "10.0.0",
"@polkadot/util": "^11.0.1",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/api": "9.14.3-11-x",
"@polkadot/types": "9.14.3-11-x",
"@polkadot/types-codec": "9.14.3-11-x",
"@polkadot/types-create": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@polkadot/api": "10.0.0",
"@polkadot/types": "10.0.0",
"@polkadot/types-codec": "10.0.0",
"@polkadot/types-create": "10.0.0",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api-augment": "9.14.3-11-x",
"@polkadot/keyring": "^10.4.2"
"@polkadot/api-augment": "10.0.0",
"@polkadot/keyring": "^11.0.1"
}
}
28 changes: 14 additions & 14 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/api": "9.14.3-11-x",
"@polkadot/api-augment": "9.14.3-11-x",
"@polkadot/api-base": "9.14.3-11-x",
"@polkadot/rpc-core": "9.14.3-11-x",
"@polkadot/types": "9.14.3-11-x",
"@polkadot/types-codec": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@polkadot/api": "10.0.0",
"@polkadot/api-augment": "10.0.0",
"@polkadot/api-base": "10.0.0",
"@polkadot/rpc-core": "10.0.0",
"@polkadot/types": "10.0.0",
"@polkadot/types-codec": "10.0.0",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api": "9.14.3-11-x",
"@polkadot/api-augment": "9.14.3-11-x",
"@polkadot/rpc-augment": "9.14.3-11-x",
"@polkadot/rpc-provider": "9.14.3-11-x",
"@polkadot/types-support": "9.14.3-11-x"
"@polkadot/api": "10.0.0",
"@polkadot/api-augment": "10.0.0",
"@polkadot/rpc-augment": "10.0.0",
"@polkadot/rpc-provider": "10.0.0",
"@polkadot/types-support": "10.0.0"
}
}
34 changes: 17 additions & 17 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "9.14.3-11-x",
"@polkadot/api-base": "9.14.3-11-x",
"@polkadot/api-derive": "9.14.3-11-x",
"@polkadot/keyring": "^10.4.2",
"@polkadot/rpc-augment": "9.14.3-11-x",
"@polkadot/rpc-core": "9.14.3-11-x",
"@polkadot/rpc-provider": "9.14.3-11-x",
"@polkadot/types": "9.14.3-11-x",
"@polkadot/types-augment": "9.14.3-11-x",
"@polkadot/types-codec": "9.14.3-11-x",
"@polkadot/types-create": "9.14.3-11-x",
"@polkadot/types-known": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@polkadot/api-augment": "10.0.0",
"@polkadot/api-base": "10.0.0",
"@polkadot/api-derive": "10.0.0",
"@polkadot/keyring": "^11.0.1",
"@polkadot/rpc-augment": "10.0.0",
"@polkadot/rpc-core": "10.0.0",
"@polkadot/rpc-provider": "10.0.0",
"@polkadot/types": "10.0.0",
"@polkadot/types-augment": "10.0.0",
"@polkadot/types-codec": "10.0.0",
"@polkadot/types-create": "10.0.0",
"@polkadot/types-known": "10.0.0",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"eventemitter3": "^5.0.0",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api-augment": "9.14.3-11-x",
"@polkadot/types-support": "9.14.3-11-x"
"@polkadot/api-augment": "10.0.0",
"@polkadot/types-support": "10.0.0"
}
}
10 changes: 5 additions & 5 deletions packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "9.14.3-11-x",
"@polkadot/types": "9.14.3-11-x",
"@polkadot/types-codec": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/rpc-core": "10.0.0",
"@polkadot/types": "10.0.0",
"@polkadot/types-codec": "10.0.0",
"@polkadot/util": "^11.0.1",
"tslib": "^2.5.0"
}
}
14 changes: 7 additions & 7 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "9.14.3-11-x",
"@polkadot/rpc-provider": "9.14.3-11-x",
"@polkadot/types": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/rpc-augment": "10.0.0",
"@polkadot/rpc-provider": "10.0.0",
"@polkadot/types": "10.0.0",
"@polkadot/util": "^11.0.1",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/keyring": "^10.4.2",
"@polkadot/rpc-augment": "9.14.3-11-x"
"@polkadot/keyring": "^11.0.1",
"@polkadot/rpc-augment": "10.0.0"
}
}
18 changes: 9 additions & 9 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^10.4.2",
"@polkadot/types": "9.14.3-11-x",
"@polkadot/types-support": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@polkadot/x-fetch": "^10.4.2",
"@polkadot/x-global": "^10.4.2",
"@polkadot/x-ws": "^10.4.2",
"@polkadot/keyring": "^11.0.1",
"@polkadot/types": "10.0.0",
"@polkadot/types-support": "10.0.0",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"@polkadot/x-fetch": "^11.0.1",
"@polkadot/x-global": "^11.0.1",
"@polkadot/x-ws": "^11.0.1",
"eventemitter3": "^5.0.0",
"mock-socket": "^9.2.1",
"nock": "^13.3.0",
Expand Down
29 changes: 13 additions & 16 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
Expand All @@ -30,23 +30,20 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@babel/core": "^7.21.0",
"@babel/register": "^7.21.0",
"@polkadot/api": "9.14.3-11-x",
"@polkadot/api-augment": "9.14.3-11-x",
"@polkadot/rpc-augment": "9.14.3-11-x",
"@polkadot/rpc-provider": "9.14.3-11-x",
"@polkadot/types": "9.14.3-11-x",
"@polkadot/types-augment": "9.14.3-11-x",
"@polkadot/types-codec": "9.14.3-11-x",
"@polkadot/types-create": "9.14.3-11-x",
"@polkadot/types-support": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@polkadot/x-ws": "^10.4.2",
"@polkadot/api": "10.0.0",
"@polkadot/api-augment": "10.0.0",
"@polkadot/rpc-augment": "10.0.0",
"@polkadot/rpc-provider": "10.0.0",
"@polkadot/types": "10.0.0",
"@polkadot/types-augment": "10.0.0",
"@polkadot/types-codec": "10.0.0",
"@polkadot/types-create": "10.0.0",
"@polkadot/types-support": "10.0.0",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"@polkadot/x-ws": "^11.0.1",
"handlebars": "^4.7.7",
"tslib": "^2.5.0",
"websocket": "^1.0.34",
"yargs": "^17.7.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/types-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/types": "9.14.3-11-x",
"@polkadot/types-codec": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/types": "10.0.0",
"@polkadot/types-codec": "10.0.0",
"@polkadot/util": "^11.0.1",
"tslib": "^2.5.0"
}
}
14 changes: 7 additions & 7 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.4.2",
"@polkadot/x-bigint": "^10.4.2",
"@polkadot/util": "^11.0.1",
"@polkadot/x-bigint": "^11.0.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/types": "9.14.3-11-x",
"@polkadot/types-augment": "9.14.3-11-x",
"@polkadot/types-support": "9.14.3-11-x",
"@polkadot/util-crypto": "^10.4.2"
"@polkadot/types": "10.0.0",
"@polkadot/types-augment": "10.0.0",
"@polkadot/types-support": "10.0.0",
"@polkadot/util-crypto": "^11.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/types-codec": "10.0.0",
"@polkadot/util": "^11.0.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/types": "9.14.3-11-x"
"@polkadot/types": "10.0.0"
}
}
14 changes: 7 additions & 7 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^10.4.2",
"@polkadot/types": "9.14.3-11-x",
"@polkadot/types-codec": "9.14.3-11-x",
"@polkadot/types-create": "9.14.3-11-x",
"@polkadot/util": "^10.4.2",
"@polkadot/networks": "^11.0.1",
"@polkadot/types": "10.0.0",
"@polkadot/types-codec": "10.0.0",
"@polkadot/types-create": "10.0.0",
"@polkadot/util": "^11.0.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api": "9.14.3-11-x"
"@polkadot/api": "10.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/types-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.14.3-11-x",
"version": "10.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.4.2",
"@polkadot/util": "^11.0.1",
"tslib": "^2.5.0"
}
}
Loading

0 comments on commit feb36d4

Please sign in to comment.