Skip to content

Commit

Permalink
[CI Skip] release/beta 4.17.2-17
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Jul 9, 2021
1 parent 27c6423 commit f0778b6
Show file tree
Hide file tree
Showing 18 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"@types/jest": "^26.0.23",
"copyfiles": "^2.4.1"
},
"version": "4.17.2-16"
"version": "4.17.2-17"
}
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": "4.17.2-16",
"version": "4.17.2-17",
"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.6",
"@polkadot/api": "4.17.2-16",
"@polkadot/types": "4.17.2-16",
"@polkadot/api": "4.17.2-17",
"@polkadot/types": "4.17.2-17",
"@polkadot/util": "^6.11.2-13",
"rxjs": "^7.2.0"
}
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: '4.17.2-16' };
export const packageInfo = { name: '@polkadot/api-contract', version: '4.17.2-17' };
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": "4.17.2-16",
"version": "4.17.2-17",
"type": "module",
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
"main": "index.js",
Expand All @@ -20,15 +20,15 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/api": "4.17.2-16",
"@polkadot/rpc-core": "4.17.2-16",
"@polkadot/types": "4.17.2-16",
"@polkadot/api": "4.17.2-17",
"@polkadot/rpc-core": "4.17.2-17",
"@polkadot/types": "4.17.2-17",
"@polkadot/util": "^6.11.2-13",
"@polkadot/util-crypto": "^6.11.2-13",
"rxjs": "^7.2.0"
},
"devDependencies": {
"@polkadot/keyring": "^6.11.2-13",
"@polkadot/rpc-provider": "4.17.2-16"
"@polkadot/rpc-provider": "4.17.2-17"
}
}
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: '4.17.2-16' };
export const packageInfo = { name: '@polkadot/api-derive', version: '4.17.2-17' };
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api",
"version": "4.17.2-16",
"version": "4.17.2-17",
"type": "module",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
Expand All @@ -20,12 +20,12 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/api-derive": "4.17.2-16",
"@polkadot/api-derive": "4.17.2-17",
"@polkadot/keyring": "^6.11.2-13",
"@polkadot/rpc-core": "4.17.2-16",
"@polkadot/rpc-provider": "4.17.2-16",
"@polkadot/types": "4.17.2-16",
"@polkadot/types-known": "4.17.2-16",
"@polkadot/rpc-core": "4.17.2-17",
"@polkadot/rpc-provider": "4.17.2-17",
"@polkadot/types": "4.17.2-17",
"@polkadot/types-known": "4.17.2-17",
"@polkadot/util": "^6.11.2-13",
"@polkadot/util-crypto": "^6.11.2-13",
"eventemitter3": "^4.0.7",
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: '4.17.2-16' };
export const packageInfo = { name: '@polkadot/api', version: '4.17.2-17' };
6 changes: 3 additions & 3 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": "4.17.2-16",
"version": "4.17.2-17",
"type": "module",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
Expand All @@ -20,8 +20,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/rpc-provider": "4.17.2-16",
"@polkadot/types": "4.17.2-16",
"@polkadot/rpc-provider": "4.17.2-17",
"@polkadot/types": "4.17.2-17",
"@polkadot/util": "^6.11.2-13",
"rxjs": "^7.2.0"
},
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: '4.17.2-16' };
export const packageInfo = { name: '@polkadot/rpc-core', version: '4.17.2-17' };
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": "4.17.2-16",
"version": "4.17.2-17",
"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.6",
"@polkadot/types": "4.17.2-16",
"@polkadot/types": "4.17.2-17",
"@polkadot/util": "^6.11.2-13",
"@polkadot/util-crypto": "^6.11.2-13",
"@polkadot/x-fetch": "^6.11.2-13",
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"@polkadot/keyring": "^6.11.2-13",
"@polkadot/types": "4.17.2-16",
"@polkadot/types": "4.17.2-17",
"mock-socket": "^9.0.3",
"nock": "^13.1.1"
}
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: '4.17.2-16' };
export const packageInfo = { name: '@polkadot/rpc-provider', version: '4.17.2-17' };
8 changes: 4 additions & 4 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/typegen",
"version": "4.17.2-16",
"version": "4.17.2-17",
"type": "module",
"description": "Type generation scripts",
"main": "index.js",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@babel/core": "^7.14.6",
"@babel/register": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@polkadot/api": "4.17.2-16",
"@polkadot/rpc-provider": "4.17.2-16",
"@polkadot/types": "4.17.2-16",
"@polkadot/api": "4.17.2-17",
"@polkadot/rpc-provider": "4.17.2-17",
"@polkadot/types": "4.17.2-17",
"@polkadot/util": "^6.11.2-13",
"handlebars": "^4.7.7",
"websocket": "^1.0.34",
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: '4.17.2-16' };
export const packageInfo = { name: '@polkadot/typegen', version: '4.17.2-17' };
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": "4.17.2-16",
"version": "4.17.2-17",
"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.6",
"@polkadot/networks": "^6.11.2-13",
"@polkadot/types": "4.17.2-16",
"@polkadot/types": "4.17.2-17",
"@polkadot/util": "^6.11.2-13"
}
}
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: '4.17.2-16' };
export const packageInfo = { name: '@polkadot/types-known', version: '4.17.2-17' };
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types",
"version": "4.17.2-16",
"version": "4.17.2-17",
"type": "module",
"description": "Implementation of the Parity codec",
"main": "index.js",
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: '4.17.2-16' };
export const packageInfo = { name: '@polkadot/types', version: '4.17.2-17' };
48 changes: 24 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1867,40 +1867,40 @@ __metadata:
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@babel/runtime": ^7.14.6
"@polkadot/api": 4.17.2-16
"@polkadot/types": 4.17.2-16
"@polkadot/api": 4.17.2-17
"@polkadot/types": 4.17.2-17
"@polkadot/util": ^6.11.2-13
rxjs: ^7.2.0
languageName: unknown
linkType: soft

"@polkadot/[email protected]16, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/[email protected]17, @polkadot/api-derive@workspace:packages/api-derive":
version: 0.0.0-use.local
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
dependencies:
"@babel/runtime": ^7.14.6
"@polkadot/api": 4.17.2-16
"@polkadot/api": 4.17.2-17
"@polkadot/keyring": ^6.11.2-13
"@polkadot/rpc-core": 4.17.2-16
"@polkadot/rpc-provider": 4.17.2-16
"@polkadot/types": 4.17.2-16
"@polkadot/rpc-core": 4.17.2-17
"@polkadot/rpc-provider": 4.17.2-17
"@polkadot/types": 4.17.2-17
"@polkadot/util": ^6.11.2-13
"@polkadot/util-crypto": ^6.11.2-13
rxjs: ^7.2.0
languageName: unknown
linkType: soft

"@polkadot/[email protected]16, @polkadot/api@workspace:packages/api":
"@polkadot/[email protected]17, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@babel/runtime": ^7.14.6
"@polkadot/api-derive": 4.17.2-16
"@polkadot/api-derive": 4.17.2-17
"@polkadot/keyring": ^6.11.2-13
"@polkadot/rpc-core": 4.17.2-16
"@polkadot/rpc-provider": 4.17.2-16
"@polkadot/types": 4.17.2-16
"@polkadot/types-known": 4.17.2-16
"@polkadot/rpc-core": 4.17.2-17
"@polkadot/rpc-provider": 4.17.2-17
"@polkadot/types": 4.17.2-17
"@polkadot/types-known": 4.17.2-17
"@polkadot/util": ^6.11.2-13
"@polkadot/util-crypto": ^6.11.2-13
eventemitter3: ^4.0.7
Expand Down Expand Up @@ -2025,26 +2025,26 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/[email protected]16, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/[email protected]17, @polkadot/rpc-core@workspace:packages/rpc-core":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
dependencies:
"@babel/runtime": ^7.14.6
"@polkadot/keyring": ^6.11.2-13
"@polkadot/rpc-provider": 4.17.2-16
"@polkadot/types": 4.17.2-16
"@polkadot/rpc-provider": 4.17.2-17
"@polkadot/types": 4.17.2-17
"@polkadot/util": ^6.11.2-13
rxjs: ^7.2.0
languageName: unknown
linkType: soft

"@polkadot/[email protected]16, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/[email protected]17, @polkadot/rpc-provider@workspace:packages/rpc-provider":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
dependencies:
"@babel/runtime": ^7.14.6
"@polkadot/keyring": ^6.11.2-13
"@polkadot/types": 4.17.2-16
"@polkadot/types": 4.17.2-17
"@polkadot/util": ^6.11.2-13
"@polkadot/util-crypto": ^6.11.2-13
"@polkadot/x-fetch": ^6.11.2-13
Expand Down Expand Up @@ -2072,9 +2072,9 @@ __metadata:
"@babel/core": ^7.14.6
"@babel/register": ^7.14.5
"@babel/runtime": ^7.14.6
"@polkadot/api": 4.17.2-16
"@polkadot/rpc-provider": 4.17.2-16
"@polkadot/types": 4.17.2-16
"@polkadot/api": 4.17.2-17
"@polkadot/rpc-provider": 4.17.2-17
"@polkadot/types": 4.17.2-17
"@polkadot/util": ^6.11.2-13
"@types/websocket": ^1.0.3
"@types/yargs": ^17.0.2
Expand All @@ -2090,18 +2090,18 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected]16, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/[email protected]17, @polkadot/types-known@workspace:packages/types-known":
version: 0.0.0-use.local
resolution: "@polkadot/types-known@workspace:packages/types-known"
dependencies:
"@babel/runtime": ^7.14.6
"@polkadot/networks": ^6.11.2-13
"@polkadot/types": 4.17.2-16
"@polkadot/types": 4.17.2-17
"@polkadot/util": ^6.11.2-13
languageName: unknown
linkType: soft

"@polkadot/[email protected]16, @polkadot/types@workspace:packages/types":
"@polkadot/[email protected]17, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
Expand Down

0 comments on commit f0778b6

Please sign in to comment.