Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12.2.2 #5943

Merged
merged 1 commit into from
Jul 25, 2024
Merged

12.2.2 #5943

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
12.2.2
TarikGul committed Jul 25, 2024
commit 063324bb180ec41e509def1b69cd2f2f8976a786
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 12.2.2 July 25, 2024

Changes:

- Fix toHuman error on mode


## 12.2.1 July 13, 2024

Changes:
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"versions": {
"git": "12.2.2-0-x",
"npm": "12.2.1"
12 changes: 6 additions & 6 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "12.2.2-0-x",
"@polkadot/rpc-augment": "12.2.2-0-x",
"@polkadot/types": "12.2.2-0-x",
"@polkadot/types-augment": "12.2.2-0-x",
"@polkadot/types-codec": "12.2.2-0-x",
"@polkadot/api-base": "12.2.2",
"@polkadot/rpc-augment": "12.2.2",
"@polkadot/types": "12.2.2",
"@polkadot/types-augment": "12.2.2",
"@polkadot/types-codec": "12.2.2",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
}
6 changes: 3 additions & 3 deletions packages/api-base/package.json
Original file line number Diff line number Diff line change
@@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "12.2.2-0-x",
"@polkadot/types": "12.2.2-0-x",
"@polkadot/rpc-core": "12.2.2",
"@polkadot/types": "12.2.2",
"@polkadot/util": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
16 changes: 8 additions & 8 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/api": "12.2.2-0-x",
"@polkadot/api-augment": "12.2.2-0-x",
"@polkadot/types": "12.2.2-0-x",
"@polkadot/types-codec": "12.2.2-0-x",
"@polkadot/types-create": "12.2.2-0-x",
"@polkadot/api": "12.2.2",
"@polkadot/api-augment": "12.2.2",
"@polkadot/types": "12.2.2",
"@polkadot/types-codec": "12.2.2",
"@polkadot/types-create": "12.2.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api-augment": "12.2.2-0-x",
"@polkadot/api-augment": "12.2.2",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types-support": "12.2.2-0-x"
"@polkadot/types-support": "12.2.2"
}
}
24 changes: 12 additions & 12 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/api": "12.2.2-0-x",
"@polkadot/api-augment": "12.2.2-0-x",
"@polkadot/api-base": "12.2.2-0-x",
"@polkadot/rpc-core": "12.2.2-0-x",
"@polkadot/types": "12.2.2-0-x",
"@polkadot/types-codec": "12.2.2-0-x",
"@polkadot/api": "12.2.2",
"@polkadot/api-augment": "12.2.2",
"@polkadot/api-base": "12.2.2",
"@polkadot/rpc-core": "12.2.2",
"@polkadot/types": "12.2.2",
"@polkadot/types-codec": "12.2.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api": "12.2.2-0-x",
"@polkadot/api-augment": "12.2.2-0-x",
"@polkadot/rpc-augment": "12.2.2-0-x",
"@polkadot/rpc-provider": "12.2.2-0-x",
"@polkadot/types-support": "12.2.2-0-x"
"@polkadot/api": "12.2.2",
"@polkadot/api-augment": "12.2.2",
"@polkadot/rpc-augment": "12.2.2",
"@polkadot/rpc-provider": "12.2.2",
"@polkadot/types-support": "12.2.2"
}
}
28 changes: 14 additions & 14 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -18,29 +18,29 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "12.2.2-0-x",
"@polkadot/api-base": "12.2.2-0-x",
"@polkadot/api-derive": "12.2.2-0-x",
"@polkadot/api-augment": "12.2.2",
"@polkadot/api-base": "12.2.2",
"@polkadot/api-derive": "12.2.2",
"@polkadot/keyring": "^13.0.2",
"@polkadot/rpc-augment": "12.2.2-0-x",
"@polkadot/rpc-core": "12.2.2-0-x",
"@polkadot/rpc-provider": "12.2.2-0-x",
"@polkadot/types": "12.2.2-0-x",
"@polkadot/types-augment": "12.2.2-0-x",
"@polkadot/types-codec": "12.2.2-0-x",
"@polkadot/types-create": "12.2.2-0-x",
"@polkadot/types-known": "12.2.2-0-x",
"@polkadot/rpc-augment": "12.2.2",
"@polkadot/rpc-core": "12.2.2",
"@polkadot/rpc-provider": "12.2.2",
"@polkadot/types": "12.2.2",
"@polkadot/types-augment": "12.2.2",
"@polkadot/types-codec": "12.2.2",
"@polkadot/types-create": "12.2.2",
"@polkadot/types-known": "12.2.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api-augment": "12.2.2-0-x",
"@polkadot/types-support": "12.2.2-0-x"
"@polkadot/api-augment": "12.2.2",
"@polkadot/types-support": "12.2.2"
}
}
8 changes: 4 additions & 4 deletions packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "12.2.2-0-x",
"@polkadot/types": "12.2.2-0-x",
"@polkadot/types-codec": "12.2.2-0-x",
"@polkadot/rpc-core": "12.2.2",
"@polkadot/types": "12.2.2",
"@polkadot/types-codec": "12.2.2",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
}
10 changes: 5 additions & 5 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "12.2.2-0-x",
"@polkadot/rpc-provider": "12.2.2-0-x",
"@polkadot/types": "12.2.2-0-x",
"@polkadot/rpc-augment": "12.2.2",
"@polkadot/rpc-provider": "12.2.2",
"@polkadot/types": "12.2.2",
"@polkadot/util": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/rpc-augment": "12.2.2-0-x"
"@polkadot/rpc-augment": "12.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "12.2.2-0-x",
"@polkadot/types-support": "12.2.2-0-x",
"@polkadot/types": "12.2.2",
"@polkadot/types-support": "12.2.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-fetch": "^13.0.2",
20 changes: 10 additions & 10 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
@@ -28,15 +28,15 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "12.2.2-0-x",
"@polkadot/api-augment": "12.2.2-0-x",
"@polkadot/rpc-augment": "12.2.2-0-x",
"@polkadot/rpc-provider": "12.2.2-0-x",
"@polkadot/types": "12.2.2-0-x",
"@polkadot/types-augment": "12.2.2-0-x",
"@polkadot/types-codec": "12.2.2-0-x",
"@polkadot/types-create": "12.2.2-0-x",
"@polkadot/types-support": "12.2.2-0-x",
"@polkadot/api": "12.2.2",
"@polkadot/api-augment": "12.2.2",
"@polkadot/rpc-augment": "12.2.2",
"@polkadot/rpc-provider": "12.2.2",
"@polkadot/types": "12.2.2",
"@polkadot/types-augment": "12.2.2",
"@polkadot/types-codec": "12.2.2",
"@polkadot/types-create": "12.2.2",
"@polkadot/types-support": "12.2.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-ws": "^13.0.2",
6 changes: 3 additions & 3 deletions packages/types-augment/package.json
Original file line number Diff line number Diff line change
@@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/types": "12.2.2-0-x",
"@polkadot/types-codec": "12.2.2-0-x",
"@polkadot/types": "12.2.2",
"@polkadot/types-codec": "12.2.2",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
}
8 changes: 4 additions & 4 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.0.2",
"@polkadot/x-bigint": "^13.0.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/types": "12.2.2-0-x",
"@polkadot/types-augment": "12.2.2-0-x",
"@polkadot/types-support": "12.2.2-0-x",
"@polkadot/types": "12.2.2",
"@polkadot/types-augment": "12.2.2",
"@polkadot/types-support": "12.2.2",
"@polkadot/util-crypto": "^13.0.2"
}
}
6 changes: 3 additions & 3 deletions packages/types-create/package.json
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "12.2.2-0-x",
"@polkadot/types-codec": "12.2.2",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/types": "12.2.2-0-x"
"@polkadot/types": "12.2.2"
}
}
10 changes: 5 additions & 5 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.0.2",
"@polkadot/types": "12.2.2-0-x",
"@polkadot/types-codec": "12.2.2-0-x",
"@polkadot/types-create": "12.2.2-0-x",
"@polkadot/types": "12.2.2",
"@polkadot/types-codec": "12.2.2",
"@polkadot/types-create": "12.2.2",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api": "12.2.2-0-x"
"@polkadot/api": "12.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/types-support/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.0.2",
10 changes: 5 additions & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -18,20 +18,20 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.2-0-x",
"version": "12.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/types-augment": "12.2.2-0-x",
"@polkadot/types-codec": "12.2.2-0-x",
"@polkadot/types-create": "12.2.2-0-x",
"@polkadot/types-augment": "12.2.2",
"@polkadot/types-codec": "12.2.2",
"@polkadot/types-create": "12.2.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/types-support": "12.2.2-0-x"
"@polkadot/types-support": "12.2.2"
}
}
Loading