Skip to content

Commit

Permalink
[CI Skip] bump/beta 9.4.2-1-x
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Sep 23, 2022
1 parent 421f767 commit ec87b5b
Show file tree
Hide file tree
Showing 33 changed files with 182 additions and 182 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
16 Xiliang Chen implement entriesPaged and keysPages for query at (#4701)
15 Jeremías Díaz feat(types): add correct tuple type to storage key (#3054)
11 Ian He HttpProvider support clone() (#3949)
11 Nikos Kontakis Add autoconnect to ScProvider (#5217)
10 Axel Chalon Make Enum/Tuple constructor use value directly if instance (#1954)
10 Nikos Kontakis Bump substrate connect to 0.7.12 (#5214)
5 Chevdor Fix metadata package link (#3458)
5 Jake Naviasky Fixing approvalFlagsToBools. (#1250)
4 Alex D Use derive customAccount and customLocks for balance overrides (#3248)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"versions": {
"git": "9.4.2-0-x",
"git": "9.4.2-1-x",
"npm": "9.4.1"
},
"workspaces": [
Expand Down
14 changes: 7 additions & 7 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/api-base": "9.4.2-0-x",
"@polkadot/rpc-augment": "9.4.2-0-x",
"@polkadot/types": "9.4.2-0-x",
"@polkadot/types-augment": "9.4.2-0-x",
"@polkadot/types-codec": "9.4.2-0-x",
"@polkadot/api-base": "9.4.2-1-x",
"@polkadot/rpc-augment": "9.4.2-1-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/types-augment": "9.4.2-1-x",
"@polkadot/types-codec": "9.4.2-1-x",
"@polkadot/util": "^10.1.8"
},
"devDependencies": {
"@polkadot/types-support": "9.4.2-0-x"
"@polkadot/types-support": "9.4.2-1-x"
}
}
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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '9.4.2-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 @@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/rpc-core": "9.4.2-0-x",
"@polkadot/types": "9.4.2-0-x",
"@polkadot/rpc-core": "9.4.2-1-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/util": "^10.1.8",
"rxjs": "^7.5.6"
}
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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '9.4.2-1-x' };
12 changes: 6 additions & 6 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/api": "9.4.2-0-x",
"@polkadot/types": "9.4.2-0-x",
"@polkadot/types-codec": "9.4.2-0-x",
"@polkadot/types-create": "9.4.2-0-x",
"@polkadot/api": "9.4.2-1-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/types-codec": "9.4.2-1-x",
"@polkadot/types-create": "9.4.2-1-x",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/api-augment": "9.4.2-0-x",
"@polkadot/api-augment": "9.4.2-1-x",
"@polkadot/keyring": "^10.1.8"
}
}
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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '9.4.2-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 @@ -20,25 +20,25 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/api": "9.4.2-0-x",
"@polkadot/api-augment": "9.4.2-0-x",
"@polkadot/api-base": "9.4.2-0-x",
"@polkadot/rpc-core": "9.4.2-0-x",
"@polkadot/types": "9.4.2-0-x",
"@polkadot/types-codec": "9.4.2-0-x",
"@polkadot/api": "9.4.2-1-x",
"@polkadot/api-augment": "9.4.2-1-x",
"@polkadot/api-base": "9.4.2-1-x",
"@polkadot/rpc-core": "9.4.2-1-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/types-codec": "9.4.2-1-x",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/api": "9.4.2-0-x",
"@polkadot/api-augment": "9.4.2-0-x",
"@polkadot/rpc-augment": "9.4.2-0-x",
"@polkadot/rpc-provider": "9.4.2-0-x",
"@polkadot/types-support": "9.4.2-0-x"
"@polkadot/api": "9.4.2-1-x",
"@polkadot/api-augment": "9.4.2-1-x",
"@polkadot/rpc-augment": "9.4.2-1-x",
"@polkadot/rpc-provider": "9.4.2-1-x",
"@polkadot/types-support": "9.4.2-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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '9.4.2-1-x' };
28 changes: 14 additions & 14 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/api-augment": "9.4.2-0-x",
"@polkadot/api-base": "9.4.2-0-x",
"@polkadot/api-derive": "9.4.2-0-x",
"@polkadot/api-augment": "9.4.2-1-x",
"@polkadot/api-base": "9.4.2-1-x",
"@polkadot/api-derive": "9.4.2-1-x",
"@polkadot/keyring": "^10.1.8",
"@polkadot/rpc-augment": "9.4.2-0-x",
"@polkadot/rpc-core": "9.4.2-0-x",
"@polkadot/rpc-provider": "9.4.2-0-x",
"@polkadot/types": "9.4.2-0-x",
"@polkadot/types-augment": "9.4.2-0-x",
"@polkadot/types-codec": "9.4.2-0-x",
"@polkadot/types-create": "9.4.2-0-x",
"@polkadot/types-known": "9.4.2-0-x",
"@polkadot/rpc-augment": "9.4.2-1-x",
"@polkadot/rpc-core": "9.4.2-1-x",
"@polkadot/rpc-provider": "9.4.2-1-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/types-augment": "9.4.2-1-x",
"@polkadot/types-codec": "9.4.2-1-x",
"@polkadot/types-create": "9.4.2-1-x",
"@polkadot/types-known": "9.4.2-1-x",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"eventemitter3": "^4.0.7",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/api-augment": "9.4.2-0-x",
"@polkadot/types-support": "9.4.2-0-x"
"@polkadot/api-augment": "9.4.2-1-x",
"@polkadot/types-support": "9.4.2-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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '9.4.2-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 @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/rpc-core": "9.4.2-0-x",
"@polkadot/types": "9.4.2-0-x",
"@polkadot/types-codec": "9.4.2-0-x",
"@polkadot/rpc-core": "9.4.2-1-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/types-codec": "9.4.2-1-x",
"@polkadot/util": "^10.1.8"
}
}
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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '9.4.2-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 @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/rpc-augment": "9.4.2-0-x",
"@polkadot/rpc-provider": "9.4.2-0-x",
"@polkadot/types": "9.4.2-0-x",
"@polkadot/rpc-augment": "9.4.2-1-x",
"@polkadot/rpc-provider": "9.4.2-1-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/util": "^10.1.8",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/keyring": "^10.1.8",
"@polkadot/rpc-augment": "9.4.2-0-x"
"@polkadot/rpc-augment": "9.4.2-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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '9.4.2-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 @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/keyring": "^10.1.8",
"@polkadot/types": "9.4.2-0-x",
"@polkadot/types-support": "9.4.2-0-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/types-support": "9.4.2-1-x",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"@polkadot/x-fetch": "^10.1.8",
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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '9.4.2-1-x' };
20 changes: 10 additions & 10 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
Expand All @@ -33,15 +33,15 @@
"@babel/core": "^7.19.1",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.19.0",
"@polkadot/api": "9.4.2-0-x",
"@polkadot/api-augment": "9.4.2-0-x",
"@polkadot/rpc-augment": "9.4.2-0-x",
"@polkadot/rpc-provider": "9.4.2-0-x",
"@polkadot/types": "9.4.2-0-x",
"@polkadot/types-augment": "9.4.2-0-x",
"@polkadot/types-codec": "9.4.2-0-x",
"@polkadot/types-create": "9.4.2-0-x",
"@polkadot/types-support": "9.4.2-0-x",
"@polkadot/api": "9.4.2-1-x",
"@polkadot/api-augment": "9.4.2-1-x",
"@polkadot/rpc-augment": "9.4.2-1-x",
"@polkadot/rpc-provider": "9.4.2-1-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/types-augment": "9.4.2-1-x",
"@polkadot/types-codec": "9.4.2-1-x",
"@polkadot/types-create": "9.4.2-1-x",
"@polkadot/types-support": "9.4.2-1-x",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"@polkadot/x-ws": "^10.1.8",
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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '9.4.2-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 @@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/types": "9.4.2-0-x",
"@polkadot/types-codec": "9.4.2-0-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/types-codec": "9.4.2-1-x",
"@polkadot/util": "^10.1.8"
}
}
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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '9.4.2-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 @@ -20,17 +20,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/util": "^10.1.8",
"@polkadot/x-bigint": "^10.1.8"
},
"devDependencies": {
"@polkadot/types": "9.4.2-0-x",
"@polkadot/types-augment": "9.4.2-0-x",
"@polkadot/types-support": "9.4.2-0-x",
"@polkadot/types": "9.4.2-1-x",
"@polkadot/types-augment": "9.4.2-1-x",
"@polkadot/types-support": "9.4.2-1-x",
"@polkadot/util-crypto": "^10.1.8"
}
}
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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '9.4.2-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 @@ -20,14 +20,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.4.2-0-x",
"version": "9.4.2-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/types-codec": "9.4.2-0-x",
"@polkadot/types-codec": "9.4.2-1-x",
"@polkadot/util": "^10.1.8"
},
"devDependencies": {
"@polkadot/types": "9.4.2-0-x"
"@polkadot/types": "9.4.2-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: '9.4.2-0-x' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '9.4.2-1-x' };
Loading

0 comments on commit ec87b5b

Please sign in to comment.