Skip to content

Commit

Permalink
15.5.1 (#6080)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Jan 27, 2025
1 parent b132f64 commit 1d28f99
Show file tree
Hide file tree
Showing 18 changed files with 188 additions and 169 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# CHANGELOG

## 15.4.1 Jan 20, 2024
## 15.5.1 Jan 27, 2025

Contributed:

- Add `offchain_localStorageClear` RPC method ([#6070](https://github.com/polkadot-js/api/pull/6070)) (Thanks to https://github.com/khssnv)

Changes:

- Update polkadot, kusama types-support for rpc, and ver ([#6078](https://github.com/polkadot-js/api/pull/6078))
- Update Asset-Hub types-support rpc, and ver ([#6077](https://github.com/polkadot-js/api/pull/6077))
- Patch typegen query to prevent it from adding invalid import ([#6073](https://github.com/polkadot-js/api/pull/6073))
- Extend `GenericAccountId` description ([#6072](https://github.com/polkadot-js/api/pull/6072))

## 15.4.1 Jan 20, 2025

Changes:

- Allow api.derive.accounts.identity() to obtain SubIdentities ([#6066](https://github.com/polkadot-js/api/pull/6066))
- Adds a new field `subs` to the `DeriveAccountRegistration` output of `api.derive.accounts.identity()`
Expand All @@ -9,15 +24,19 @@
- Increases performance of the test-runner, both locally, and in the CI


## 15.3.1 Jan 11, 2024
## 15.3.1 Jan 11, 2025

Changes:

- Set typegen scripts for Docs to use v15 ([#6060](https://github.com/polkadot-js/api/pull/6060))
- Add Asset hub options to polkadot-types-internal-metadata ([#6062](https://github.com/polkadot-js/api/pull/6062))
- Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 ([#](https://github.com/polkadot-js/api/pull/6063))
- This adds `--metadataVer` to `polkadot-types-internal-metadata`. It is meant to be used along side `--endpoint` which will allow for the use of metadata versions above v14.


## 15.2.1 Jan 6, 2024
## 15.2.1 Jan 6, 2025

Changes:

- Give compatibility for nodejs v22
- Update common to 13.3.1 ([#6057](https://github.com/polkadot-js/api/pull/6057))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"versions": {
"git": "15.4.2-4-x",
"npm": "15.4.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "15.4.2-4-x",
"@polkadot/rpc-augment": "15.4.2-4-x",
"@polkadot/types": "15.4.2-4-x",
"@polkadot/types-augment": "15.4.2-4-x",
"@polkadot/types-codec": "15.4.2-4-x",
"@polkadot/api-base": "15.5.1",
"@polkadot/rpc-augment": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/types-augment": "15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/util": "^13.3.1",
"tslib": "^2.8.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "15.4.2-4-x",
"@polkadot/types": "15.4.2-4-x",
"@polkadot/rpc-core": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/util": "^13.3.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/api": "15.4.2-4-x",
"@polkadot/api-augment": "15.4.2-4-x",
"@polkadot/types": "15.4.2-4-x",
"@polkadot/types-codec": "15.4.2-4-x",
"@polkadot/types-create": "15.4.2-4-x",
"@polkadot/api": "15.5.1",
"@polkadot/api-augment": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/types-create": "15.5.1",
"@polkadot/util": "^13.3.1",
"@polkadot/util-crypto": "^13.3.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "15.4.2-4-x",
"@polkadot/api-augment": "15.5.1",
"@polkadot/keyring": "^13.3.1",
"@polkadot/types-support": "15.4.2-4-x"
"@polkadot/types-support": "15.5.1"
}
}
24 changes: 12 additions & 12 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/api": "15.4.2-4-x",
"@polkadot/api-augment": "15.4.2-4-x",
"@polkadot/api-base": "15.4.2-4-x",
"@polkadot/rpc-core": "15.4.2-4-x",
"@polkadot/types": "15.4.2-4-x",
"@polkadot/types-codec": "15.4.2-4-x",
"@polkadot/api": "15.5.1",
"@polkadot/api-augment": "15.5.1",
"@polkadot/api-base": "15.5.1",
"@polkadot/rpc-core": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/util": "^13.3.1",
"@polkadot/util-crypto": "^13.3.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "15.4.2-4-x",
"@polkadot/api-augment": "15.4.2-4-x",
"@polkadot/rpc-augment": "15.4.2-4-x",
"@polkadot/rpc-provider": "15.4.2-4-x",
"@polkadot/types-support": "15.4.2-4-x"
"@polkadot/api": "15.5.1",
"@polkadot/api-augment": "15.5.1",
"@polkadot/rpc-augment": "15.5.1",
"@polkadot/rpc-provider": "15.5.1",
"@polkadot/types-support": "15.5.1"
}
}
28 changes: 14 additions & 14 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "15.4.2-4-x",
"@polkadot/api-base": "15.4.2-4-x",
"@polkadot/api-derive": "15.4.2-4-x",
"@polkadot/api-augment": "15.5.1",
"@polkadot/api-base": "15.5.1",
"@polkadot/api-derive": "15.5.1",
"@polkadot/keyring": "^13.3.1",
"@polkadot/rpc-augment": "15.4.2-4-x",
"@polkadot/rpc-core": "15.4.2-4-x",
"@polkadot/rpc-provider": "15.4.2-4-x",
"@polkadot/types": "15.4.2-4-x",
"@polkadot/types-augment": "15.4.2-4-x",
"@polkadot/types-codec": "15.4.2-4-x",
"@polkadot/types-create": "15.4.2-4-x",
"@polkadot/types-known": "15.4.2-4-x",
"@polkadot/rpc-augment": "15.5.1",
"@polkadot/rpc-core": "15.5.1",
"@polkadot/rpc-provider": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/types-augment": "15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/types-create": "15.5.1",
"@polkadot/types-known": "15.5.1",
"@polkadot/util": "^13.3.1",
"@polkadot/util-crypto": "^13.3.1",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "15.4.2-4-x",
"@polkadot/types-support": "15.4.2-4-x"
"@polkadot/api-augment": "15.5.1",
"@polkadot/types-support": "15.5.1"
}
}
8 changes: 4 additions & 4 deletions packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "15.4.2-4-x",
"@polkadot/types": "15.4.2-4-x",
"@polkadot/types-codec": "15.4.2-4-x",
"@polkadot/rpc-core": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/util": "^13.3.1",
"tslib": "^2.8.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "15.4.2-4-x",
"@polkadot/rpc-provider": "15.4.2-4-x",
"@polkadot/types": "15.4.2-4-x",
"@polkadot/rpc-augment": "15.5.1",
"@polkadot/rpc-provider": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/util": "^13.3.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.3.1",
"@polkadot/rpc-augment": "15.4.2-4-x"
"@polkadot/rpc-augment": "15.5.1"
}
}
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.3.1",
"@polkadot/types": "15.4.2-4-x",
"@polkadot/types-support": "15.4.2-4-x",
"@polkadot/types": "15.5.1",
"@polkadot/types-support": "15.5.1",
"@polkadot/util": "^13.3.1",
"@polkadot/util-crypto": "^13.3.1",
"@polkadot/x-fetch": "^13.3.1",
Expand Down
20 changes: 10 additions & 10 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
Expand All @@ -28,15 +28,15 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "15.4.2-4-x",
"@polkadot/api-augment": "15.4.2-4-x",
"@polkadot/rpc-augment": "15.4.2-4-x",
"@polkadot/rpc-provider": "15.4.2-4-x",
"@polkadot/types": "15.4.2-4-x",
"@polkadot/types-augment": "15.4.2-4-x",
"@polkadot/types-codec": "15.4.2-4-x",
"@polkadot/types-create": "15.4.2-4-x",
"@polkadot/types-support": "15.4.2-4-x",
"@polkadot/api": "15.5.1",
"@polkadot/api-augment": "15.5.1",
"@polkadot/rpc-augment": "15.5.1",
"@polkadot/rpc-provider": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/types-augment": "15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/types-create": "15.5.1",
"@polkadot/types-support": "15.5.1",
"@polkadot/util": "^13.3.1",
"@polkadot/util-crypto": "^13.3.1",
"@polkadot/x-ws": "^13.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/types-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/types": "15.4.2-4-x",
"@polkadot/types-codec": "15.4.2-4-x",
"@polkadot/types": "15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/util": "^13.3.1",
"tslib": "^2.8.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.3.1",
"@polkadot/x-bigint": "^13.3.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "15.4.2-4-x",
"@polkadot/types-augment": "15.4.2-4-x",
"@polkadot/types-support": "15.4.2-4-x",
"@polkadot/types": "15.5.1",
"@polkadot/types-augment": "15.5.1",
"@polkadot/types-support": "15.5.1",
"@polkadot/util-crypto": "^13.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "15.4.2-4-x",
"@polkadot/types-codec": "15.5.1",
"@polkadot/util": "^13.3.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "15.4.2-4-x"
"@polkadot/types": "15.5.1"
}
}
10 changes: 5 additions & 5 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.3.1",
"@polkadot/types": "15.4.2-4-x",
"@polkadot/types-codec": "15.4.2-4-x",
"@polkadot/types-create": "15.4.2-4-x",
"@polkadot/types": "15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/types-create": "15.5.1",
"@polkadot/util": "^13.3.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "15.4.2-4-x"
"@polkadot/api": "15.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/types-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.4.2-4-x",
"version": "15.5.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.3.1",
Expand Down
Loading

0 comments on commit 1d28f99

Please sign in to comment.