Skip to content

Commit

Permalink
[CI Skip] release/beta 3.10.3-18
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Feb 28, 2021
1 parent 73045de commit 26865f9
Show file tree
Hide file tree
Showing 20 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"@types/jest": "^26.0.20",
"copyfiles": "^2.4.1"
},
"version": "3.10.3-17"
"version": "3.10.3-18"
}
6 changes: 3 additions & 3 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-contract",
"version": "3.10.3-17",
"version": "3.10.3-18",
"description": "Interfaces for interacting with contracts and contract ABIs",
"main": "index.js",
"sideEffects": [
Expand All @@ -16,8 +16,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/api": "3.10.3-17",
"@polkadot/types": "3.10.3-17",
"@polkadot/api": "3.10.3-18",
"@polkadot/types": "3.10.3-18",
"@polkadot/util": "^5.9.1",
"@polkadot/x-rxjs": "^5.9.1",
"bn.js": "^4.11.9"
Expand Down
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 @@

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

export const packageInfo = { name: '@polkadot/api-contract', version: '3.10.3-17' };
export const packageInfo = { name: '@polkadot/api-contract', version: '3.10.3-18' };
10 changes: 5 additions & 5 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-derive",
"version": "3.10.3-17",
"version": "3.10.3-18",
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
"main": "index.js",
"sideEffects": [
Expand All @@ -16,16 +16,16 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/api": "3.10.3-17",
"@polkadot/rpc-core": "3.10.3-17",
"@polkadot/types": "3.10.3-17",
"@polkadot/api": "3.10.3-18",
"@polkadot/rpc-core": "3.10.3-18",
"@polkadot/types": "3.10.3-18",
"@polkadot/util": "^5.9.1",
"@polkadot/util-crypto": "^5.9.1",
"@polkadot/x-rxjs": "^5.9.1",
"bn.js": "^4.11.9"
},
"devDependencies": {
"@polkadot/keyring": "^5.9.1",
"@polkadot/rpc-provider": "3.10.3-17"
"@polkadot/rpc-provider": "3.10.3-18"
}
}
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 @@

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

export const packageInfo = { name: '@polkadot/api-derive', version: '3.10.3-17' };
export const packageInfo = { name: '@polkadot/api-derive', version: '3.10.3-18' };
14 changes: 7 additions & 7 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api",
"version": "3.10.3-17",
"version": "3.10.3-18",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
"sideEffects": [
Expand All @@ -16,13 +16,13 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/api-derive": "3.10.3-17",
"@polkadot/api-derive": "3.10.3-18",
"@polkadot/keyring": "^5.9.1",
"@polkadot/metadata": "3.10.3-17",
"@polkadot/rpc-core": "3.10.3-17",
"@polkadot/rpc-provider": "3.10.3-17",
"@polkadot/types": "3.10.3-17",
"@polkadot/types-known": "3.10.3-17",
"@polkadot/metadata": "3.10.3-18",
"@polkadot/rpc-core": "3.10.3-18",
"@polkadot/rpc-provider": "3.10.3-18",
"@polkadot/types": "3.10.3-18",
"@polkadot/types-known": "3.10.3-18",
"@polkadot/util": "^5.9.1",
"@polkadot/util-crypto": "^5.9.1",
"@polkadot/x-rxjs": "^5.9.1",
Expand Down
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 @@

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

export const packageInfo = { name: '@polkadot/api', version: '3.10.3-17' };
export const packageInfo = { name: '@polkadot/api', version: '3.10.3-18' };
6 changes: 3 additions & 3 deletions packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/metadata",
"version": "3.10.3-17",
"version": "3.10.3-18",
"description": "Helpers to extract information from runtime metadata",
"main": "index.js",
"sideEffects": [
Expand All @@ -16,8 +16,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/types": "3.10.3-17",
"@polkadot/types-known": "3.10.3-17",
"@polkadot/types": "3.10.3-18",
"@polkadot/types-known": "3.10.3-18",
"@polkadot/util": "^5.9.1",
"@polkadot/util-crypto": "^5.9.1",
"bn.js": "^4.11.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

export const packageInfo = { name: '@polkadot/metadata', version: '3.10.3-17' };
export const packageInfo = { name: '@polkadot/metadata', version: '3.10.3-18' };
8 changes: 4 additions & 4 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-core",
"version": "3.10.3-17",
"version": "3.10.3-18",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"sideEffects": [
Expand All @@ -16,9 +16,9 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/metadata": "3.10.3-17",
"@polkadot/rpc-provider": "3.10.3-17",
"@polkadot/types": "3.10.3-17",
"@polkadot/metadata": "3.10.3-18",
"@polkadot/rpc-provider": "3.10.3-18",
"@polkadot/types": "3.10.3-18",
"@polkadot/util": "^5.9.1",
"@polkadot/x-rxjs": "^5.9.1"
},
Expand Down
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 @@

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

export const packageInfo = { name: '@polkadot/rpc-core', version: '3.10.3-17' };
export const packageInfo = { name: '@polkadot/rpc-core', version: '3.10.3-18' };
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-provider",
"version": "3.10.3-17",
"version": "3.10.3-18",
"description": "Transport providers for the API",
"main": "index.js",
"sideEffects": [
Expand All @@ -16,7 +16,7 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/types": "3.10.3-17",
"@polkadot/types": "3.10.3-18",
"@polkadot/util": "^5.9.1",
"@polkadot/util-crypto": "^5.9.1",
"@polkadot/x-fetch": "^5.9.1",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@polkadot/keyring": "^5.9.1",
"@polkadot/metadata": "3.10.3-17",
"@polkadot/metadata": "3.10.3-18",
"mock-socket": "^9.0.3",
"nock": "^13.0.9"
}
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 @@

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

export const packageInfo = { name: '@polkadot/rpc-provider', version: '3.10.3-17' };
export const packageInfo = { name: '@polkadot/rpc-provider', version: '3.10.3-18' };
10 changes: 5 additions & 5 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/typegen",
"version": "3.10.3-17",
"version": "3.10.3-18",
"description": "Type generation scripts",
"main": "index.js",
"sideEffects": [
Expand All @@ -25,10 +25,10 @@
"@babel/core": "^7.13.8",
"@babel/register": "^7.13.8",
"@babel/runtime": "^7.13.8",
"@polkadot/api": "3.10.3-17",
"@polkadot/metadata": "3.10.3-17",
"@polkadot/rpc-provider": "3.10.3-17",
"@polkadot/types": "3.10.3-17",
"@polkadot/api": "3.10.3-18",
"@polkadot/metadata": "3.10.3-18",
"@polkadot/rpc-provider": "3.10.3-18",
"@polkadot/types": "3.10.3-18",
"@polkadot/util": "^5.9.1",
"handlebars": "^4.7.7",
"websocket": "^1.0.33",
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 @@

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

export const packageInfo = { name: '@polkadot/typegen', version: '3.10.3-17' };
export const packageInfo = { name: '@polkadot/typegen', version: '3.10.3-18' };
4 changes: 2 additions & 2 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types-known",
"version": "3.10.3-17",
"version": "3.10.3-18",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"sideEffects": [
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/networks": "^5.9.1",
"@polkadot/types": "3.10.3-17",
"@polkadot/types": "3.10.3-18",
"@polkadot/util": "^5.9.1",
"bn.js": "^4.11.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types-known/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

export const packageInfo = { name: '@polkadot/types-known', version: '3.10.3-17' };
export const packageInfo = { name: '@polkadot/types-known', version: '3.10.3-18' };
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types",
"version": "3.10.3-17",
"version": "3.10.3-18",
"description": "Implementation of the Parity codec",
"main": "index.js",
"sideEffects": [
Expand All @@ -16,7 +16,7 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/metadata": "3.10.3-17",
"@polkadot/metadata": "3.10.3-18",
"@polkadot/util": "^5.9.1",
"@polkadot/util-crypto": "^5.9.1",
"@polkadot/x-rxjs": "^5.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

export const packageInfo = { name: '@polkadot/types', version: '3.10.3-17' };
export const packageInfo = { name: '@polkadot/types', version: '3.10.3-18' };
Loading

0 comments on commit 26865f9

Please sign in to comment.