[CI Skip] bump/beta 11.1.2-1-x

skip-checks: true
This commit is contained in:
github-actions[bot]
2023-03-24 07:43:44 +00:00
parent 0a27c23439
commit 94692cbbb4
31 changed files with 95 additions and 95 deletions

View File

@@ -1,4 +1,4 @@
1568 Jaco Expand error details on invalid publicKey (#1772)
1569 Jaco Specific per-method JSDoc for hw-ledger (#1773)
12 Carlo Sala feat(networks): support ledger for pendulum (#1739)
9 Antoine Estienne Add eth uri keyring test (#1291)
6 Amaury Martiny Add tests from Rust (#283)

View File

@@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"versions": {
"git": "11.1.2-0-x",
"git": "11.1.2-1-x",
"npm": "11.1.1"
},
"workspaces": [

View File

@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
@@ -22,7 +22,7 @@
"@ledgerhq/hw-transport": "^6.28.1",
"@ledgerhq/hw-transport-webhid": "^6.27.12",
"@ledgerhq/hw-transport-webusb": "^6.27.12",
"@polkadot/util": "11.1.2-0-x",
"@polkadot/util": "11.1.2-1-x",
"tslib": "^2.5.0"
},
"optionalDependencies": {

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"main": "index.js",
"dependencies": {
"@ledgerhq/hw-transport": "^6.28.1",
"@polkadot/hw-ledger-transports": "11.1.2-0-x",
"@polkadot/util": "11.1.2-0-x",
"@polkadot/hw-ledger-transports": "11.1.2-1-x",
"@polkadot/util": "11.1.2-1-x",
"@zondax/ledger-substrate": "^0.40.6",
"tslib": "^2.5.0"
}

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -18,15 +18,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "11.1.2-0-x",
"@polkadot/util-crypto": "11.1.2-0-x",
"@polkadot/util": "11.1.2-1-x",
"@polkadot/util-crypto": "11.1.2-1-x",
"tslib": "^2.5.0"
},
"peerDependencies": {
"@polkadot/util": "11.1.2-0-x",
"@polkadot/util-crypto": "11.1.2-0-x"
"@polkadot/util": "11.1.2-1-x",
"@polkadot/util-crypto": "11.1.2-1-x"
}
}

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -15,14 +15,14 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "11.1.2-0-x",
"@polkadot/util": "11.1.2-1-x",
"@substrate/ss58-registry": "^1.39.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/hw-ledger": "11.1.2-0-x"
"@polkadot/hw-ledger": "11.1.2-1-x"
}
}

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"browser": {
"crypto": false,
"stream": false
@@ -29,16 +29,16 @@
"dependencies": {
"@noble/hashes": "1.3.0",
"@noble/secp256k1": "1.7.1",
"@polkadot/networks": "11.1.2-0-x",
"@polkadot/util": "11.1.2-0-x",
"@polkadot/networks": "11.1.2-1-x",
"@polkadot/util": "11.1.2-1-x",
"@polkadot/wasm-crypto": "^7.0.3",
"@polkadot/x-bigint": "11.1.2-0-x",
"@polkadot/x-randomvalues": "11.1.2-0-x",
"@polkadot/x-bigint": "11.1.2-1-x",
"@polkadot/x-randomvalues": "11.1.2-1-x",
"@scure/base": "1.1.1",
"tslib": "^2.5.0",
"tweetnacl": "^1.0.3"
},
"peerDependencies": {
"@polkadot/util": "11.1.2-0-x"
"@polkadot/util": "11.1.2-1-x"
}
}

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"main": "index.js",
"exports": {
"./hex/toU8a": {
@@ -35,15 +35,15 @@
}
},
"dependencies": {
"@polkadot/x-bigint": "11.1.2-0-x",
"@polkadot/x-global": "11.1.2-0-x",
"@polkadot/x-textdecoder": "11.1.2-0-x",
"@polkadot/x-textencoder": "11.1.2-0-x",
"@polkadot/x-bigint": "11.1.2-1-x",
"@polkadot/x-global": "11.1.2-1-x",
"@polkadot/x-textdecoder": "11.1.2-1-x",
"@polkadot/x-textencoder": "11.1.2-1-x",
"@types/bn.js": "^5.1.1",
"bn.js": "^5.2.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/x-randomvalues": "11.1.2-0-x"
"@polkadot/x-randomvalues": "11.1.2-1-x"
}
}

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -18,9 +18,9 @@
"./shim.cjs"
],
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"dependencies": {
"@polkadot/x-global": "11.1.2-0-x",
"@polkadot/x-global": "11.1.2-1-x",
"tslib": "^2.5.0"
}
}

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -15,10 +15,10 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "11.1.2-0-x",
"@polkadot/util": "11.1.2-1-x",
"buffer-es6": "^4.9.3",
"tslib": "^2.5.0"
}

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.2-0-x",
"@polkadot/x-global": "11.1.2-1-x",
"node-fetch": "^3.3.1",
"tslib": "^2.5.0"
},

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"main": "index.js",
"dependencies": {
"tslib": "^2.5.0"

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -15,16 +15,16 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.2-0-x",
"@polkadot/x-global": "11.1.2-1-x",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/util": "11.1.2-0-x",
"@polkadot/util": "11.1.2-1-x",
"@types/react-native": "^0.71.4"
},
"denoDependencies": {

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.2-0-x",
"@polkadot/x-global": "11.1.2-1-x",
"tslib": "^2.5.0"
},
"denoDependencies": {

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.2-0-x",
"@polkadot/x-global": "11.1.2-1-x",
"tslib": "^2.5.0"
},
"denoDependencies": {

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.2-0-x",
"version": "11.1.2-1-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.2-0-x",
"@polkadot/x-global": "11.1.2-1-x",
"tslib": "^2.5.0",
"ws": "^8.13.0"
},

View File

@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '11.1.2-0-x' };
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '11.1.2-1-x' };

View File

@@ -579,7 +579,7 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/hw-ledger-transports@11.1.2-0-x, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
"@polkadot/hw-ledger-transports@11.1.2-1-x, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
version: 0.0.0-use.local
resolution: "@polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports"
dependencies:
@@ -587,7 +587,7 @@ __metadata:
"@ledgerhq/hw-transport-node-hid-singleton": ^6.28.9
"@ledgerhq/hw-transport-webhid": ^6.27.12
"@ledgerhq/hw-transport-webusb": ^6.27.12
"@polkadot/util": 11.1.2-0-x
"@polkadot/util": 11.1.2-1-x
tslib: ^2.5.0
dependenciesMeta:
"@ledgerhq/hw-transport-node-hid-singleton":
@@ -595,13 +595,13 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/hw-ledger@11.1.2-0-x, @polkadot/hw-ledger@workspace:packages/hw-ledger":
"@polkadot/hw-ledger@11.1.2-1-x, @polkadot/hw-ledger@workspace:packages/hw-ledger":
version: 0.0.0-use.local
resolution: "@polkadot/hw-ledger@workspace:packages/hw-ledger"
dependencies:
"@ledgerhq/hw-transport": ^6.28.1
"@polkadot/hw-ledger-transports": 11.1.2-0-x
"@polkadot/util": 11.1.2-0-x
"@polkadot/hw-ledger-transports": 11.1.2-1-x
"@polkadot/util": 11.1.2-1-x
"@zondax/ledger-substrate": ^0.40.6
tslib: ^2.5.0
languageName: unknown
@@ -611,54 +611,54 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/keyring@workspace:packages/keyring"
dependencies:
"@polkadot/util": 11.1.2-0-x
"@polkadot/util-crypto": 11.1.2-0-x
"@polkadot/util": 11.1.2-1-x
"@polkadot/util-crypto": 11.1.2-1-x
tslib: ^2.5.0
peerDependencies:
"@polkadot/util": 11.1.2-0-x
"@polkadot/util-crypto": 11.1.2-0-x
"@polkadot/util": 11.1.2-1-x
"@polkadot/util-crypto": 11.1.2-1-x
languageName: unknown
linkType: soft
"@polkadot/networks@11.1.2-0-x, @polkadot/networks@workspace:packages/networks":
"@polkadot/networks@11.1.2-1-x, @polkadot/networks@workspace:packages/networks":
version: 0.0.0-use.local
resolution: "@polkadot/networks@workspace:packages/networks"
dependencies:
"@polkadot/hw-ledger": 11.1.2-0-x
"@polkadot/util": 11.1.2-0-x
"@polkadot/hw-ledger": 11.1.2-1-x
"@polkadot/util": 11.1.2-1-x
"@substrate/ss58-registry": ^1.39.0
tslib: ^2.5.0
languageName: unknown
linkType: soft
"@polkadot/util-crypto@11.1.2-0-x, @polkadot/util-crypto@workspace:packages/util-crypto":
"@polkadot/util-crypto@11.1.2-1-x, @polkadot/util-crypto@workspace:packages/util-crypto":
version: 0.0.0-use.local
resolution: "@polkadot/util-crypto@workspace:packages/util-crypto"
dependencies:
"@noble/hashes": 1.3.0
"@noble/secp256k1": 1.7.1
"@polkadot/networks": 11.1.2-0-x
"@polkadot/util": 11.1.2-0-x
"@polkadot/networks": 11.1.2-1-x
"@polkadot/util": 11.1.2-1-x
"@polkadot/wasm-crypto": ^7.0.3
"@polkadot/x-bigint": 11.1.2-0-x
"@polkadot/x-randomvalues": 11.1.2-0-x
"@polkadot/x-bigint": 11.1.2-1-x
"@polkadot/x-randomvalues": 11.1.2-1-x
"@scure/base": 1.1.1
tslib: ^2.5.0
tweetnacl: ^1.0.3
peerDependencies:
"@polkadot/util": 11.1.2-0-x
"@polkadot/util": 11.1.2-1-x
languageName: unknown
linkType: soft
"@polkadot/util@11.1.2-0-x, @polkadot/util@workspace:packages/util":
"@polkadot/util@11.1.2-1-x, @polkadot/util@workspace:packages/util":
version: 0.0.0-use.local
resolution: "@polkadot/util@workspace:packages/util"
dependencies:
"@polkadot/x-bigint": 11.1.2-0-x
"@polkadot/x-global": 11.1.2-0-x
"@polkadot/x-randomvalues": 11.1.2-0-x
"@polkadot/x-textdecoder": 11.1.2-0-x
"@polkadot/x-textencoder": 11.1.2-0-x
"@polkadot/x-bigint": 11.1.2-1-x
"@polkadot/x-global": 11.1.2-1-x
"@polkadot/x-randomvalues": 11.1.2-1-x
"@polkadot/x-textdecoder": 11.1.2-1-x
"@polkadot/x-textencoder": 11.1.2-1-x
"@types/bn.js": ^5.1.1
bn.js: ^5.2.1
tslib: ^2.5.0
@@ -743,11 +743,11 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/x-bigint@11.1.2-0-x, @polkadot/x-bigint@workspace:packages/x-bigint":
"@polkadot/x-bigint@11.1.2-1-x, @polkadot/x-bigint@workspace:packages/x-bigint":
version: 0.0.0-use.local
resolution: "@polkadot/x-bigint@workspace:packages/x-bigint"
dependencies:
"@polkadot/x-global": 11.1.2-0-x
"@polkadot/x-global": 11.1.2-1-x
tslib: ^2.5.0
languageName: unknown
linkType: soft
@@ -756,7 +756,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/x-bundle@workspace:packages/x-bundle"
dependencies:
"@polkadot/util": 11.1.2-0-x
"@polkadot/util": 11.1.2-1-x
buffer-es6: ^4.9.3
tslib: ^2.5.0
languageName: unknown
@@ -766,14 +766,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/x-fetch@workspace:packages/x-fetch"
dependencies:
"@polkadot/x-global": 11.1.2-0-x
"@polkadot/x-global": 11.1.2-1-x
"@types/node-fetch": ^2.6.2
node-fetch: ^3.3.1
tslib: ^2.5.0
languageName: unknown
linkType: soft
"@polkadot/x-global@11.1.2-0-x, @polkadot/x-global@workspace:packages/x-global":
"@polkadot/x-global@11.1.2-1-x, @polkadot/x-global@workspace:packages/x-global":
version: 0.0.0-use.local
resolution: "@polkadot/x-global@workspace:packages/x-global"
dependencies:
@@ -781,31 +781,31 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/x-randomvalues@11.1.2-0-x, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
"@polkadot/x-randomvalues@11.1.2-1-x, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
version: 0.0.0-use.local
resolution: "@polkadot/x-randomvalues@workspace:packages/x-randomvalues"
dependencies:
"@polkadot/util": 11.1.2-0-x
"@polkadot/x-global": 11.1.2-0-x
"@polkadot/util": 11.1.2-1-x
"@polkadot/x-global": 11.1.2-1-x
"@types/react-native": ^0.71.4
tslib: ^2.5.0
languageName: unknown
linkType: soft
"@polkadot/x-textdecoder@11.1.2-0-x, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
"@polkadot/x-textdecoder@11.1.2-1-x, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
version: 0.0.0-use.local
resolution: "@polkadot/x-textdecoder@workspace:packages/x-textdecoder"
dependencies:
"@polkadot/x-global": 11.1.2-0-x
"@polkadot/x-global": 11.1.2-1-x
tslib: ^2.5.0
languageName: unknown
linkType: soft
"@polkadot/x-textencoder@11.1.2-0-x, @polkadot/x-textencoder@workspace:packages/x-textencoder":
"@polkadot/x-textencoder@11.1.2-1-x, @polkadot/x-textencoder@workspace:packages/x-textencoder":
version: 0.0.0-use.local
resolution: "@polkadot/x-textencoder@workspace:packages/x-textencoder"
dependencies:
"@polkadot/x-global": 11.1.2-0-x
"@polkadot/x-global": 11.1.2-1-x
tslib: ^2.5.0
languageName: unknown
linkType: soft
@@ -814,7 +814,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/x-ws@workspace:packages/x-ws"
dependencies:
"@polkadot/x-global": 11.1.2-0-x
"@polkadot/x-global": 11.1.2-1-x
"@types/ws": ^8.5.4
tslib: ^2.5.0
ws: ^8.13.0