Skip to content

Commit

Permalink
0.53.11 (#488)
Browse files Browse the repository at this point in the history
* 0.53.11

* Update import

* Update getSiName import
  • Loading branch information
jacogr authored Apr 16, 2023
1 parent 2f2562b commit f324e3f
Show file tree
Hide file tree
Showing 10 changed files with 140 additions and 133 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.53.11 Apr 16, 2023

Changes:

- Upgrade to `@polkadot/api` 10.3.4


## 0.53.10 Apr 10, 2023

Changes:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.53.11-0-x",
"version": "0.53.11",
"versions": {
"git": "0.53.11-0-x",
"npm": "0.53.10"
Expand Down Expand Up @@ -44,10 +44,10 @@
"@types/yargs": "^17.0.24"
},
"resolutions": {
"@polkadot/api": "^10.3.2",
"@polkadot/api-derive": "^10.3.2",
"@polkadot/api": "^10.3.4",
"@polkadot/api-derive": "^10.3.4",
"@polkadot/keyring": "^11.1.3",
"@polkadot/types": "^10.3.2",
"@polkadot/types": "^10.3.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"typescript": "^5.0.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/api-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"sideEffects": false,
"type": "module",
"version": "0.53.11-0-x",
"version": "0.53.11",
"main": "index.js",
"bin": {
"polkadot-js-api": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.3.2",
"@polkadot/api": "^10.3.4",
"@polkadot/keyring": "^11.1.3",
"@polkadot/types": "^10.3.2",
"@polkadot/types": "^10.3.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"tslib": "^2.5.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/json-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"sideEffects": false,
"type": "module",
"version": "0.53.11-0-x",
"version": "0.53.11",
"main": "index.js",
"bin": {
"polkadot-js-json-serve": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.3.2",
"@polkadot/api-augment": "^10.3.2",
"@polkadot/api-derive": "^10.3.2",
"@polkadot/types": "^10.3.2",
"@polkadot/api": "^10.3.4",
"@polkadot/api-augment": "^10.3.4",
"@polkadot/api-derive": "^10.3.4",
"@polkadot/types": "^10.3.4",
"@polkadot/util": "^11.1.3",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/metadata-cmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"sideEffects": false,
"type": "module",
"version": "0.53.11-0-x",
"version": "0.53.11",
"main": "index.js",
"bin": {
"polkadot-js-metadata-cmp": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.3.2",
"@polkadot/api": "^10.3.4",
"@polkadot/keyring": "^11.1.3",
"@polkadot/types": "^10.3.2",
"@polkadot/types": "^10.3.4",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0",
"yargs": "^17.7.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/metadata-cmp/src/runcli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { hideBin } from 'yargs/helpers';

import { ApiPromise, WsProvider } from '@polkadot/api';
import { expandMetadata, Metadata } from '@polkadot/types';
import { getSiName } from '@polkadot/types/metadata/util/getSiName';
import { unwrapStorageType } from '@polkadot/types/primitive/StorageKey';
import { getSiName } from '@polkadot/types/metadata/util';
import { unwrapStorageType } from '@polkadot/types/util';
import { assert, stringCamelCase } from '@polkadot/util';

type ArgV = { _: [string, string] };
Expand Down
6 changes: 3 additions & 3 deletions packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"sideEffects": false,
"type": "module",
"version": "0.53.11-0-x",
"version": "0.53.11",
"main": "index.js",
"bin": {
"polkadot-js-monitor": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.3.2",
"@polkadot/types": "^10.3.2",
"@polkadot/api": "^10.3.4",
"@polkadot/types": "^10.3.4",
"@polkadot/util": "^11.1.3",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"sideEffects": false,
"type": "module",
"version": "0.53.11-0-x",
"version": "0.53.11",
"main": "index.js",
"bin": {
"polkadot-js-signer": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.3.2",
"@polkadot/api-cli": "^0.53.11-0-x",
"@polkadot/api": "^10.3.4",
"@polkadot/api-cli": "^0.53.11",
"@polkadot/keyring": "^11.1.3",
"@polkadot/types": "^10.3.2",
"@polkadot/types": "^10.3.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"tslib": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.53.11-0-x",
"version": "0.53.11",
"main": "index.js",
"bin": {
"polkadot-js-vanitygen": "./runcli.mjs"
Expand Down
Loading

0 comments on commit f324e3f

Please sign in to comment.