Skip to content

Commit

Permalink
[CI Skip] release/stable 4.9.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed May 6, 2021
1 parent ad4e54a commit 23d5024
Show file tree
Hide file tree
Showing 20 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,5 +34,5 @@
"@types/jest": "^26.0.23",
"copyfiles": "^2.4.1"
},
"version": "4.9.0"
"version": "4.9.1"
}
6 changes: 3 additions & 3 deletions packages/api-contract/package.json
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-contract",
"version": "4.9.0",
"version": "4.9.1",
"type": "module",
"description": "Interfaces for interacting with contracts and contract ABIs",
"main": "index.js",
Expand All @@ -20,8 +20,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/api": "4.9.0",
"@polkadot/types": "4.9.0",
"@polkadot/api": "4.9.1",
"@polkadot/types": "4.9.1",
"@polkadot/util": "^6.3.1",
"@polkadot/x-rxjs": "^6.3.1",
"bn.js": "^4.11.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-contract/src/packageInfo.ts
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/api-contract', version: '4.8.2-17' };
export const packageInfo = { name: '@polkadot/api-contract', version: '4.9.1' };
10 changes: 5 additions & 5 deletions packages/api-derive/package.json
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-derive",
"version": "4.9.0",
"version": "4.9.1",
"type": "module",
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
"main": "index.js",
Expand All @@ -20,16 +20,16 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/api": "4.9.0",
"@polkadot/rpc-core": "4.9.0",
"@polkadot/types": "4.9.0",
"@polkadot/api": "4.9.1",
"@polkadot/rpc-core": "4.9.1",
"@polkadot/types": "4.9.1",
"@polkadot/util": "^6.3.1",
"@polkadot/util-crypto": "^6.3.1",
"@polkadot/x-rxjs": "^6.3.1",
"bn.js": "^4.11.9"
},
"devDependencies": {
"@polkadot/keyring": "^6.3.1",
"@polkadot/rpc-provider": "4.9.0"
"@polkadot/rpc-provider": "4.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/api-derive/src/packageInfo.ts
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/api-derive', version: '4.8.2-17' };
export const packageInfo = { name: '@polkadot/api-derive', version: '4.9.1' };
14 changes: 7 additions & 7 deletions packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api",
"version": "4.9.0",
"version": "4.9.1",
"type": "module",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
Expand All @@ -20,13 +20,13 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/api-derive": "4.9.0",
"@polkadot/api-derive": "4.9.1",
"@polkadot/keyring": "^6.3.1",
"@polkadot/metadata": "4.9.0",
"@polkadot/rpc-core": "4.9.0",
"@polkadot/rpc-provider": "4.9.0",
"@polkadot/types": "4.9.0",
"@polkadot/types-known": "4.9.0",
"@polkadot/metadata": "4.9.1",
"@polkadot/rpc-core": "4.9.1",
"@polkadot/rpc-provider": "4.9.1",
"@polkadot/types": "4.9.1",
"@polkadot/types-known": "4.9.1",
"@polkadot/util": "^6.3.1",
"@polkadot/util-crypto": "^6.3.1",
"@polkadot/x-rxjs": "^6.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/packageInfo.ts
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/api', version: '4.8.2-17' };
export const packageInfo = { name: '@polkadot/api', version: '4.9.1' };
6 changes: 3 additions & 3 deletions packages/metadata/package.json
@@ -1,6 +1,6 @@
{
"name": "@polkadot/metadata",
"version": "4.9.0",
"version": "4.9.1",
"type": "module",
"description": "Helpers to extract information from runtime metadata",
"main": "index.js",
Expand All @@ -20,8 +20,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/types": "4.9.0",
"@polkadot/types-known": "4.9.0",
"@polkadot/types": "4.9.1",
"@polkadot/types-known": "4.9.1",
"@polkadot/util": "^6.3.1",
"@polkadot/util-crypto": "^6.3.1",
"bn.js": "^4.11.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/src/packageInfo.ts
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/metadata', version: '4.8.2-17' };
export const packageInfo = { name: '@polkadot/metadata', version: '4.9.1' };
8 changes: 4 additions & 4 deletions packages/rpc-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-core",
"version": "4.9.0",
"version": "4.9.1",
"type": "module",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
Expand All @@ -20,9 +20,9 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/metadata": "4.9.0",
"@polkadot/rpc-provider": "4.9.0",
"@polkadot/types": "4.9.0",
"@polkadot/metadata": "4.9.1",
"@polkadot/rpc-provider": "4.9.1",
"@polkadot/types": "4.9.1",
"@polkadot/util": "^6.3.1",
"@polkadot/x-rxjs": "^6.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-core/src/packageInfo.ts
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/rpc-core', version: '4.8.2-17' };
export const packageInfo = { name: '@polkadot/rpc-core', version: '4.9.1' };
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-provider",
"version": "4.9.0",
"version": "4.9.1",
"type": "module",
"description": "Transport providers for the API",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/types": "4.9.0",
"@polkadot/types": "4.9.1",
"@polkadot/util": "^6.3.1",
"@polkadot/util-crypto": "^6.3.1",
"@polkadot/x-fetch": "^6.3.1",
Expand All @@ -31,7 +31,7 @@
},
"devDependencies": {
"@polkadot/keyring": "^6.3.1",
"@polkadot/metadata": "4.9.0",
"@polkadot/metadata": "4.9.1",
"mock-socket": "^9.0.3",
"nock": "^13.0.11"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-provider/src/packageInfo.ts
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/rpc-provider', version: '4.8.2-17' };
export const packageInfo = { name: '@polkadot/rpc-provider', version: '4.9.1' };
10 changes: 5 additions & 5 deletions packages/typegen/package.json
@@ -1,6 +1,6 @@
{
"name": "@polkadot/typegen",
"version": "4.9.0",
"version": "4.9.1",
"type": "module",
"description": "Type generation scripts",
"main": "index.js",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@babel/core": "^7.14.0",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.14.0",
"@polkadot/api": "4.9.0",
"@polkadot/metadata": "4.9.0",
"@polkadot/rpc-provider": "4.9.0",
"@polkadot/types": "4.9.0",
"@polkadot/api": "4.9.1",
"@polkadot/metadata": "4.9.1",
"@polkadot/rpc-provider": "4.9.1",
"@polkadot/types": "4.9.1",
"@polkadot/util": "^6.3.1",
"handlebars": "^4.7.7",
"websocket": "^1.0.34",
Expand Down
2 changes: 1 addition & 1 deletion packages/typegen/src/packageInfo.ts
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/typegen', version: '4.8.2-17' };
export const packageInfo = { name: '@polkadot/typegen', version: '4.9.1' };
4 changes: 2 additions & 2 deletions packages/types-known/package.json
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types-known",
"version": "4.9.0",
"version": "4.9.1",
"type": "module",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/networks": "^6.3.1",
"@polkadot/types": "4.9.0",
"@polkadot/types": "4.9.1",
"@polkadot/util": "^6.3.1",
"bn.js": "^4.11.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types-known/src/packageInfo.ts
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/types-known', version: '4.8.2-17' };
export const packageInfo = { name: '@polkadot/types-known', version: '4.9.1' };
4 changes: 2 additions & 2 deletions packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types",
"version": "4.9.0",
"version": "4.9.1",
"type": "module",
"description": "Implementation of the Parity codec",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types#readme",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/metadata": "4.9.0",
"@polkadot/metadata": "4.9.1",
"@polkadot/util": "^6.3.1",
"@polkadot/util-crypto": "^6.3.1",
"@polkadot/x-rxjs": "^6.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/src/packageInfo.ts
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/types', version: '4.8.2-17' };
export const packageInfo = { name: '@polkadot/types', version: '4.9.1' };

0 comments on commit 23d5024

Please sign in to comment.