Skip to content

Commit

Permalink
[CI Skip] bump/beta 11.1.3-2-x
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Mar 29, 2023
1 parent c5ef717 commit 777b823
Show file tree
Hide file tree
Showing 31 changed files with 95 additions and 94 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
1 amphineko chore: fix typo in versionDetect messages (#941)
1 Axel Chalon Simplify @polkadot/keyring KeyringPair (#419)
1 Brad Larson [FIX] Adjust error message (#646)
1 Cameron Fairchild Add bittensor details (#1783)
1 Carlos Medeiros add hydradx to knownLedger (#1647)
1 Eliott Teissonniere add nodle ledger specs (#1089)
1 Guilane DENGUIR feat(VTB): Added support for VTB blockchain (#1651)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"versions": {
"git": "11.1.3-1-x",
"git": "11.1.3-2-x",
"npm": "11.1.2"
},
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-ledger-transports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@ledgerhq/hw-transport": "^6.28.1",
"@ledgerhq/hw-transport-webhid": "^6.27.12",
"@ledgerhq/hw-transport-webusb": "^6.27.12",
"@polkadot/util": "11.1.3-1-x",
"@polkadot/util": "11.1.3-2-x",
"tslib": "^2.5.0"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-ledger-transports/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/hw-ledger-transports', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
6 changes: 3 additions & 3 deletions packages/hw-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"main": "index.js",
"dependencies": {
"@polkadot/hw-ledger-transports": "11.1.3-1-x",
"@polkadot/util": "11.1.3-1-x",
"@polkadot/hw-ledger-transports": "11.1.3-2-x",
"@polkadot/util": "11.1.3-2-x",
"@zondax/ledger-substrate": "^0.40.6",
"tslib": "^2.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-ledger/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/hw-ledger', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
10 changes: 5 additions & 5 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "11.1.3-1-x",
"@polkadot/util-crypto": "11.1.3-1-x",
"@polkadot/util": "11.1.3-2-x",
"@polkadot/util-crypto": "11.1.3-2-x",
"tslib": "^2.5.0"
},
"peerDependencies": {
"@polkadot/util": "11.1.3-1-x",
"@polkadot/util-crypto": "11.1.3-1-x"
"@polkadot/util": "11.1.3-2-x",
"@polkadot/util-crypto": "11.1.3-2-x"
}
}
2 changes: 1 addition & 1 deletion packages/keyring/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/keyring', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
6 changes: 3 additions & 3 deletions packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "11.1.3-1-x",
"@polkadot/util": "11.1.3-2-x",
"@substrate/ss58-registry": "^1.39.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/hw-ledger": "11.1.3-1-x"
"@polkadot/hw-ledger": "11.1.3-2-x"
}
}
2 changes: 1 addition & 1 deletion packages/networks/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/networks', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
12 changes: 6 additions & 6 deletions packages/util-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"browser": {
"crypto": false,
"stream": false
Expand All @@ -29,16 +29,16 @@
"dependencies": {
"@noble/hashes": "1.3.0",
"@noble/secp256k1": "1.7.1",
"@polkadot/networks": "11.1.3-1-x",
"@polkadot/util": "11.1.3-1-x",
"@polkadot/networks": "11.1.3-2-x",
"@polkadot/util": "11.1.3-2-x",
"@polkadot/wasm-crypto": "^7.0.3",
"@polkadot/x-bigint": "11.1.3-1-x",
"@polkadot/x-randomvalues": "11.1.3-1-x",
"@polkadot/x-bigint": "11.1.3-2-x",
"@polkadot/x-randomvalues": "11.1.3-2-x",
"@scure/base": "1.1.1",
"tslib": "^2.5.0",
"tweetnacl": "^1.0.3"
},
"peerDependencies": {
"@polkadot/util": "11.1.3-1-x"
"@polkadot/util": "11.1.3-2-x"
}
}
2 changes: 1 addition & 1 deletion packages/util-crypto/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/util-crypto', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
12 changes: 6 additions & 6 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"main": "index.js",
"exports": {
"./hex/toU8a": {
Expand All @@ -35,15 +35,15 @@
}
},
"dependencies": {
"@polkadot/x-bigint": "11.1.3-1-x",
"@polkadot/x-global": "11.1.3-1-x",
"@polkadot/x-textdecoder": "11.1.3-1-x",
"@polkadot/x-textencoder": "11.1.3-1-x",
"@polkadot/x-bigint": "11.1.3-2-x",
"@polkadot/x-global": "11.1.3-2-x",
"@polkadot/x-textdecoder": "11.1.3-2-x",
"@polkadot/x-textencoder": "11.1.3-2-x",
"@types/bn.js": "^5.1.1",
"bn.js": "^5.2.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/x-randomvalues": "11.1.3-1-x"
"@polkadot/x-randomvalues": "11.1.3-2-x"
}
}
2 changes: 1 addition & 1 deletion packages/util/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/util', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
4 changes: 2 additions & 2 deletions packages/x-bigint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"./shim.cjs"
],
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"dependencies": {
"@polkadot/x-global": "11.1.3-1-x",
"@polkadot/x-global": "11.1.3-2-x",
"tslib": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/x-bigint/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/x-bigint', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
4 changes: 2 additions & 2 deletions packages/x-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "11.1.3-1-x",
"@polkadot/util": "11.1.3-2-x",
"buffer-es6": "^4.9.3",
"tslib": "^2.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/x-bundle/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/x-bundle', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
4 changes: 2 additions & 2 deletions packages/x-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.3-1-x",
"@polkadot/x-global": "11.1.3-2-x",
"node-fetch": "^3.3.1",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-fetch/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/x-fetch', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
2 changes: 1 addition & 1 deletion packages/x-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"main": "index.js",
"dependencies": {
"tslib": "^2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-global/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/x-global', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
6 changes: 3 additions & 3 deletions packages/x-randomvalues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.3-1-x",
"@polkadot/x-global": "11.1.3-2-x",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/util": "11.1.3-1-x",
"@polkadot/util": "11.1.3-2-x",
"@types/react-native": "^0.71.5"
},
"denoDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-randomvalues/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/x-randomvalues', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
4 changes: 2 additions & 2 deletions packages/x-textdecoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.3-1-x",
"@polkadot/x-global": "11.1.3-2-x",
"tslib": "^2.5.0"
},
"denoDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-textdecoder/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/x-textdecoder', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
4 changes: 2 additions & 2 deletions packages/x-textencoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.3-1-x",
"@polkadot/x-global": "11.1.3-2-x",
"tslib": "^2.5.0"
},
"denoDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-textencoder/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/x-textencoder', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
4 changes: 2 additions & 2 deletions packages/x-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-1-x",
"version": "11.1.3-2-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.3-1-x",
"@polkadot/x-global": "11.1.3-2-x",
"tslib": "^2.5.0",
"ws": "^8.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ws/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/x-ws', path: 'auto', type: 'auto', version: '11.1.3-1-x' };
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '11.1.3-2-x' };
Loading

0 comments on commit 777b823

Please sign in to comment.