Skip to content

Commit

Permalink
[CI Skip] bump/beta 12.2.4-1-x
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Aug 1, 2024
1 parent b5adbe7 commit 1ab7475
Show file tree
Hide file tree
Showing 33 changed files with 183 additions and 182 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
1 philipstanislaus Update types for centrifuge chain v1.2.0 (#2424)
1 Pierre Krieger Update substrate/connect to 0.7.6 (#4940)
1 polymath-eric Allow unset external signer (#5649)
1 Przemek Rzad Increase Vec max length (#5947)
1 Qinxuan Chen Add fp_account::AccountId20 mapping (#5551)
1 qiuhao update DeriveCustom type (#2581)
1 r0t0r-r0t0r Fix memory leak on raw rpc call (#4505)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "12.2.4-0-x",
"version": "12.2.4-1-x",
"versions": {
"git": "12.2.4-0-x",
"git": "12.2.4-1-x",
"npm": "12.2.3"
},
"workspaces": [
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "12.2.4-0-x",
"@polkadot/rpc-augment": "12.2.4-0-x",
"@polkadot/types": "12.2.4-0-x",
"@polkadot/types-augment": "12.2.4-0-x",
"@polkadot/types-codec": "12.2.4-0-x",
"@polkadot/api-base": "12.2.4-1-x",
"@polkadot/rpc-augment": "12.2.4-1-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/types-augment": "12.2.4-1-x",
"@polkadot/types-codec": "12.2.4-1-x",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api-augment/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "12.2.4-0-x",
"@polkadot/types": "12.2.4-0-x",
"@polkadot/rpc-core": "12.2.4-1-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/util": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-base/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/api": "12.2.4-0-x",
"@polkadot/api-augment": "12.2.4-0-x",
"@polkadot/types": "12.2.4-0-x",
"@polkadot/types-codec": "12.2.4-0-x",
"@polkadot/types-create": "12.2.4-0-x",
"@polkadot/api": "12.2.4-1-x",
"@polkadot/api-augment": "12.2.4-1-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/types-codec": "12.2.4-1-x",
"@polkadot/types-create": "12.2.4-1-x",
"@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.4-0-x",
"@polkadot/api-augment": "12.2.4-1-x",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types-support": "12.2.4-0-x"
"@polkadot/types-support": "12.2.4-1-x"
}
}
2 changes: 1 addition & 1 deletion packages/api-contract/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/api": "12.2.4-0-x",
"@polkadot/api-augment": "12.2.4-0-x",
"@polkadot/api-base": "12.2.4-0-x",
"@polkadot/rpc-core": "12.2.4-0-x",
"@polkadot/types": "12.2.4-0-x",
"@polkadot/types-codec": "12.2.4-0-x",
"@polkadot/api": "12.2.4-1-x",
"@polkadot/api-augment": "12.2.4-1-x",
"@polkadot/api-base": "12.2.4-1-x",
"@polkadot/rpc-core": "12.2.4-1-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/types-codec": "12.2.4-1-x",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api": "12.2.4-0-x",
"@polkadot/api-augment": "12.2.4-0-x",
"@polkadot/rpc-augment": "12.2.4-0-x",
"@polkadot/rpc-provider": "12.2.4-0-x",
"@polkadot/types-support": "12.2.4-0-x"
"@polkadot/api": "12.2.4-1-x",
"@polkadot/api-augment": "12.2.4-1-x",
"@polkadot/rpc-augment": "12.2.4-1-x",
"@polkadot/rpc-provider": "12.2.4-1-x",
"@polkadot/types-support": "12.2.4-1-x"
}
}
2 changes: 1 addition & 1 deletion packages/api-derive/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "12.2.4-0-x",
"@polkadot/api-base": "12.2.4-0-x",
"@polkadot/api-derive": "12.2.4-0-x",
"@polkadot/api-augment": "12.2.4-1-x",
"@polkadot/api-base": "12.2.4-1-x",
"@polkadot/api-derive": "12.2.4-1-x",
"@polkadot/keyring": "^13.0.2",
"@polkadot/rpc-augment": "12.2.4-0-x",
"@polkadot/rpc-core": "12.2.4-0-x",
"@polkadot/rpc-provider": "12.2.4-0-x",
"@polkadot/types": "12.2.4-0-x",
"@polkadot/types-augment": "12.2.4-0-x",
"@polkadot/types-codec": "12.2.4-0-x",
"@polkadot/types-create": "12.2.4-0-x",
"@polkadot/types-known": "12.2.4-0-x",
"@polkadot/rpc-augment": "12.2.4-1-x",
"@polkadot/rpc-core": "12.2.4-1-x",
"@polkadot/rpc-provider": "12.2.4-1-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/types-augment": "12.2.4-1-x",
"@polkadot/types-codec": "12.2.4-1-x",
"@polkadot/types-create": "12.2.4-1-x",
"@polkadot/types-known": "12.2.4-1-x",
"@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.4-0-x",
"@polkadot/types-support": "12.2.4-0-x"
"@polkadot/api-augment": "12.2.4-1-x",
"@polkadot/types-support": "12.2.4-1-x"
}
}
2 changes: 1 addition & 1 deletion packages/api/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "12.2.4-0-x",
"@polkadot/types": "12.2.4-0-x",
"@polkadot/types-codec": "12.2.4-0-x",
"@polkadot/rpc-core": "12.2.4-1-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/types-codec": "12.2.4-1-x",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-augment/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "12.2.4-0-x",
"@polkadot/rpc-provider": "12.2.4-0-x",
"@polkadot/types": "12.2.4-0-x",
"@polkadot/rpc-augment": "12.2.4-1-x",
"@polkadot/rpc-provider": "12.2.4-1-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/util": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/rpc-augment": "12.2.4-0-x"
"@polkadot/rpc-augment": "12.2.4-1-x"
}
}
2 changes: 1 addition & 1 deletion packages/rpc-core/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "12.2.4-0-x",
"@polkadot/types-support": "12.2.4-0-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/types-support": "12.2.4-1-x",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-fetch": "^13.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-provider/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"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": "12.2.4-0-x",
"@polkadot/api-augment": "12.2.4-0-x",
"@polkadot/rpc-augment": "12.2.4-0-x",
"@polkadot/rpc-provider": "12.2.4-0-x",
"@polkadot/types": "12.2.4-0-x",
"@polkadot/types-augment": "12.2.4-0-x",
"@polkadot/types-codec": "12.2.4-0-x",
"@polkadot/types-create": "12.2.4-0-x",
"@polkadot/types-support": "12.2.4-0-x",
"@polkadot/api": "12.2.4-1-x",
"@polkadot/api-augment": "12.2.4-1-x",
"@polkadot/rpc-augment": "12.2.4-1-x",
"@polkadot/rpc-provider": "12.2.4-1-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/types-augment": "12.2.4-1-x",
"@polkadot/types-codec": "12.2.4-1-x",
"@polkadot/types-create": "12.2.4-1-x",
"@polkadot/types-support": "12.2.4-1-x",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-ws": "^13.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/typegen/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/types": "12.2.4-0-x",
"@polkadot/types-codec": "12.2.4-0-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/types-codec": "12.2.4-1-x",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types-augment/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.0.2",
"@polkadot/x-bigint": "^13.0.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/types": "12.2.4-0-x",
"@polkadot/types-augment": "12.2.4-0-x",
"@polkadot/types-support": "12.2.4-0-x",
"@polkadot/types": "12.2.4-1-x",
"@polkadot/types-augment": "12.2.4-1-x",
"@polkadot/types-support": "12.2.4-1-x",
"@polkadot/util-crypto": "^13.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/types-codec/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
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": "12.2.4-0-x",
"version": "12.2.4-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "12.2.4-0-x",
"@polkadot/types-codec": "12.2.4-1-x",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/types": "12.2.4-0-x"
"@polkadot/types": "12.2.4-1-x"
}
}
2 changes: 1 addition & 1 deletion packages/types-create/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '12.2.4-0-x' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '12.2.4-1-x' };
Loading

0 comments on commit 1ab7475

Please sign in to comment.