Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 30, 2022
1 parent bf4cff1 commit 2f0036e
Show file tree
Hide file tree
Showing 18 changed files with 450 additions and 450 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
## 9.6.2 Oct 30, 2022

Changes:

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "9.6.2-0-x",
"version": "9.6.2",
"versions": {
"git": "9.6.2-0-x",
"npm": "9.6.1"
Expand All @@ -38,8 +38,8 @@
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.19.4",
"@polkadot/dev": "^0.67.147",
"@babel/runtime": "^7.20.0",
"@polkadot/dev": "^0.67.150",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/jest": "^29.2.0",
"copyfiles": "^2.4.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@polkadot/api-base": "9.6.2-0-x",
"@polkadot/rpc-augment": "9.6.2-0-x",
"@polkadot/types": "9.6.2-0-x",
"@polkadot/types-augment": "9.6.2-0-x",
"@polkadot/types-codec": "9.6.2-0-x",
"@babel/runtime": "^7.20.0",
"@polkadot/api-base": "9.6.2",
"@polkadot/rpc-augment": "9.6.2",
"@polkadot/types": "9.6.2",
"@polkadot/types-augment": "9.6.2",
"@polkadot/types-codec": "9.6.2",
"@polkadot/util": "^10.1.11"
},
"devDependencies": {
"@polkadot/types-support": "9.6.2-0-x"
"@polkadot/types-support": "9.6.2"
}
}
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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@polkadot/rpc-core": "9.6.2-0-x",
"@polkadot/types": "9.6.2-0-x",
"@babel/runtime": "^7.20.0",
"@polkadot/rpc-core": "9.6.2",
"@polkadot/types": "9.6.2",
"@polkadot/util": "^10.1.11",
"rxjs": "^7.5.7"
}
Expand Down
14 changes: 7 additions & 7 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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@polkadot/api": "9.6.2-0-x",
"@polkadot/types": "9.6.2-0-x",
"@polkadot/types-codec": "9.6.2-0-x",
"@polkadot/types-create": "9.6.2-0-x",
"@babel/runtime": "^7.20.0",
"@polkadot/api": "9.6.2",
"@polkadot/types": "9.6.2",
"@polkadot/types-codec": "9.6.2",
"@polkadot/types-create": "9.6.2",
"@polkadot/util": "^10.1.11",
"@polkadot/util-crypto": "^10.1.11",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@polkadot/api-augment": "9.6.2-0-x",
"@polkadot/api-augment": "9.6.2",
"@polkadot/keyring": "^10.1.11"
}
}
26 changes: 13 additions & 13 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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@polkadot/api": "9.6.2-0-x",
"@polkadot/api-augment": "9.6.2-0-x",
"@polkadot/api-base": "9.6.2-0-x",
"@polkadot/rpc-core": "9.6.2-0-x",
"@polkadot/types": "9.6.2-0-x",
"@polkadot/types-codec": "9.6.2-0-x",
"@babel/runtime": "^7.20.0",
"@polkadot/api": "9.6.2",
"@polkadot/api-augment": "9.6.2",
"@polkadot/api-base": "9.6.2",
"@polkadot/rpc-core": "9.6.2",
"@polkadot/types": "9.6.2",
"@polkadot/types-codec": "9.6.2",
"@polkadot/util": "^10.1.11",
"@polkadot/util-crypto": "^10.1.11",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@polkadot/api": "9.6.2-0-x",
"@polkadot/api-augment": "9.6.2-0-x",
"@polkadot/rpc-augment": "9.6.2-0-x",
"@polkadot/rpc-provider": "9.6.2-0-x",
"@polkadot/types-support": "9.6.2-0-x"
"@polkadot/api": "9.6.2",
"@polkadot/api-augment": "9.6.2",
"@polkadot/rpc-augment": "9.6.2",
"@polkadot/rpc-provider": "9.6.2",
"@polkadot/types-support": "9.6.2"
}
}
30 changes: 15 additions & 15 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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@polkadot/api-augment": "9.6.2-0-x",
"@polkadot/api-base": "9.6.2-0-x",
"@polkadot/api-derive": "9.6.2-0-x",
"@babel/runtime": "^7.20.0",
"@polkadot/api-augment": "9.6.2",
"@polkadot/api-base": "9.6.2",
"@polkadot/api-derive": "9.6.2",
"@polkadot/keyring": "^10.1.11",
"@polkadot/rpc-augment": "9.6.2-0-x",
"@polkadot/rpc-core": "9.6.2-0-x",
"@polkadot/rpc-provider": "9.6.2-0-x",
"@polkadot/types": "9.6.2-0-x",
"@polkadot/types-augment": "9.6.2-0-x",
"@polkadot/types-codec": "9.6.2-0-x",
"@polkadot/types-create": "9.6.2-0-x",
"@polkadot/types-known": "9.6.2-0-x",
"@polkadot/rpc-augment": "9.6.2",
"@polkadot/rpc-core": "9.6.2",
"@polkadot/rpc-provider": "9.6.2",
"@polkadot/types": "9.6.2",
"@polkadot/types-augment": "9.6.2",
"@polkadot/types-codec": "9.6.2",
"@polkadot/types-create": "9.6.2",
"@polkadot/types-known": "9.6.2",
"@polkadot/util": "^10.1.11",
"@polkadot/util-crypto": "^10.1.11",
"eventemitter3": "^4.0.7",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@polkadot/api-augment": "9.6.2-0-x",
"@polkadot/types-support": "9.6.2-0-x"
"@polkadot/api-augment": "9.6.2",
"@polkadot/types-support": "9.6.2"
}
}
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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@polkadot/rpc-core": "9.6.2-0-x",
"@polkadot/types": "9.6.2-0-x",
"@polkadot/types-codec": "9.6.2-0-x",
"@babel/runtime": "^7.20.0",
"@polkadot/rpc-core": "9.6.2",
"@polkadot/types": "9.6.2",
"@polkadot/types-codec": "9.6.2",
"@polkadot/util": "^10.1.11"
}
}
12 changes: 6 additions & 6 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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@polkadot/rpc-augment": "9.6.2-0-x",
"@polkadot/rpc-provider": "9.6.2-0-x",
"@polkadot/types": "9.6.2-0-x",
"@babel/runtime": "^7.20.0",
"@polkadot/rpc-augment": "9.6.2",
"@polkadot/rpc-provider": "9.6.2",
"@polkadot/types": "9.6.2",
"@polkadot/util": "^10.1.11",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@polkadot/keyring": "^10.1.11",
"@polkadot/rpc-augment": "9.6.2-0-x"
"@polkadot/rpc-augment": "9.6.2"
}
}
8 changes: 4 additions & 4 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/keyring": "^10.1.11",
"@polkadot/types": "9.6.2-0-x",
"@polkadot/types-support": "9.6.2-0-x",
"@polkadot/types": "9.6.2",
"@polkadot/types-support": "9.6.2",
"@polkadot/util": "^10.1.11",
"@polkadot/util-crypto": "^10.1.11",
"@polkadot/x-fetch": "^10.1.11",
Expand Down
22 changes: 11 additions & 11 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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
Expand All @@ -32,16 +32,16 @@
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.19.4",
"@polkadot/api": "9.6.2-0-x",
"@polkadot/api-augment": "9.6.2-0-x",
"@polkadot/rpc-augment": "9.6.2-0-x",
"@polkadot/rpc-provider": "9.6.2-0-x",
"@polkadot/types": "9.6.2-0-x",
"@polkadot/types-augment": "9.6.2-0-x",
"@polkadot/types-codec": "9.6.2-0-x",
"@polkadot/types-create": "9.6.2-0-x",
"@polkadot/types-support": "9.6.2-0-x",
"@babel/runtime": "^7.20.0",
"@polkadot/api": "9.6.2",
"@polkadot/api-augment": "9.6.2",
"@polkadot/rpc-augment": "9.6.2",
"@polkadot/rpc-provider": "9.6.2",
"@polkadot/types": "9.6.2",
"@polkadot/types-augment": "9.6.2",
"@polkadot/types-codec": "9.6.2",
"@polkadot/types-create": "9.6.2",
"@polkadot/types-support": "9.6.2",
"@polkadot/util": "^10.1.11",
"@polkadot/util-crypto": "^10.1.11",
"@polkadot/x-ws": "^10.1.11",
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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@polkadot/types": "9.6.2-0-x",
"@polkadot/types-codec": "9.6.2-0-x",
"@babel/runtime": "^7.20.0",
"@polkadot/types": "9.6.2",
"@polkadot/types-codec": "9.6.2",
"@polkadot/util": "^10.1.11"
}
}
10 changes: 5 additions & 5 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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/util": "^10.1.11",
"@polkadot/x-bigint": "^10.1.11"
},
"devDependencies": {
"@polkadot/types": "9.6.2-0-x",
"@polkadot/types-augment": "9.6.2-0-x",
"@polkadot/types-support": "9.6.2-0-x",
"@polkadot/types": "9.6.2",
"@polkadot/types-augment": "9.6.2",
"@polkadot/types-support": "9.6.2",
"@polkadot/util-crypto": "^10.1.11"
}
}
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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@polkadot/types-codec": "9.6.2-0-x",
"@babel/runtime": "^7.20.0",
"@polkadot/types-codec": "9.6.2",
"@polkadot/util": "^10.1.11"
},
"devDependencies": {
"@polkadot/types": "9.6.2-0-x"
"@polkadot/types": "9.6.2"
}
}
12 changes: 6 additions & 6 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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/networks": "^10.1.11",
"@polkadot/types": "9.6.2-0-x",
"@polkadot/types-codec": "9.6.2-0-x",
"@polkadot/types-create": "9.6.2-0-x",
"@polkadot/types": "9.6.2",
"@polkadot/types-codec": "9.6.2",
"@polkadot/types-create": "9.6.2",
"@polkadot/util": "^10.1.11"
},
"devDependencies": {
"@polkadot/api": "9.6.2-0-x"
"@polkadot/api": "9.6.2"
}
}
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.6.2-0-x",
"version": "9.6.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/util": "^10.1.11"
}
}
Loading

0 comments on commit 2f0036e

Please sign in to comment.