Skip to content

Commit

Permalink
[CI Skip] release/stable 10.2.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Dec 4, 2022
1 parent f7d2bf9 commit 72bdf6c
Show file tree
Hide file tree
Showing 31 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1491 Jaco Bump @polkadot/wasm (#1686)
1492 Jaco 10.2.1 (#1687)
10 Carlo Sala feat(networks): support ledger for ajuna (#1682)
9 Antoine Estienne Add eth uri keyring test (#1291)
6 Amaury Martiny Add tests from Rust (#283)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"sideEffects": false,
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"versions": {
"git": "10.1.15-3-x",
"npm": "10.1.14"
"git": "10.2.1",
"npm": "10.2.1"
},
"workspaces": [
"packages/*"
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 @@ -16,7 +16,7 @@
},
"sideEffects": false,
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
Expand All @@ -25,7 +25,7 @@
"@ledgerhq/hw-transport": "^6.27.8",
"@ledgerhq/hw-transport-webhid": "^6.27.8",
"@ledgerhq/hw-transport-webusb": "^6.27.8",
"@polkadot/util": "10.2.0"
"@polkadot/util": "10.2.1"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid-singleton": "^6.28.5"
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '10.2.1' };
6 changes: 3 additions & 3 deletions packages/hw-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@ledgerhq/hw-transport": "^6.27.8",
"@polkadot/hw-ledger-transports": "10.2.0",
"@polkadot/util": "10.2.0",
"@polkadot/hw-ledger-transports": "10.2.1",
"@polkadot/util": "10.2.1",
"@zondax/ledger-substrate": "^0.40.2"
}
}
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '10.2.1' };
10 changes: 5 additions & 5 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/util": "10.2.0",
"@polkadot/util-crypto": "10.2.0"
"@polkadot/util": "10.2.1",
"@polkadot/util-crypto": "10.2.1"
},
"peerDependencies": {
"@polkadot/util": "10.2.0",
"@polkadot/util-crypto": "10.2.0"
"@polkadot/util": "10.2.1",
"@polkadot/util-crypto": "10.2.1"
}
}
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '10.2.1' };
6 changes: 3 additions & 3 deletions packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
},
"sideEffects": false,
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/util": "10.2.0",
"@polkadot/util": "10.2.1",
"@substrate/ss58-registry": "^1.35.0"
},
"devDependencies": {
"@polkadot/hw-ledger": "10.2.0"
"@polkadot/hw-ledger": "10.2.1"
}
}
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '10.2.1' };
12 changes: 6 additions & 6 deletions packages/util-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"browser": {
"crypto": false,
"stream": false
Expand All @@ -32,11 +32,11 @@
"@babel/runtime": "^7.20.6",
"@noble/hashes": "1.1.3",
"@noble/secp256k1": "1.7.0",
"@polkadot/networks": "10.2.0",
"@polkadot/util": "10.2.0",
"@polkadot/networks": "10.2.1",
"@polkadot/util": "10.2.1",
"@polkadot/wasm-crypto": "^6.4.1",
"@polkadot/x-bigint": "10.2.0",
"@polkadot/x-randomvalues": "10.2.0",
"@polkadot/x-bigint": "10.2.1",
"@polkadot/x-randomvalues": "10.2.1",
"@scure/base": "1.1.1",
"ed2curve": "^0.3.0",
"tweetnacl": "^1.0.3"
Expand All @@ -45,6 +45,6 @@
"@types/ed2curve": "^0.2.2"
},
"peerDependencies": {
"@polkadot/util": "10.2.0"
"@polkadot/util": "10.2.1"
}
}
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '10.2.1' };
12 changes: 6 additions & 6 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/x-bigint": "10.2.0",
"@polkadot/x-global": "10.2.0",
"@polkadot/x-textdecoder": "10.2.0",
"@polkadot/x-textencoder": "10.2.0",
"@polkadot/x-bigint": "10.2.1",
"@polkadot/x-global": "10.2.1",
"@polkadot/x-textdecoder": "10.2.1",
"@polkadot/x-textencoder": "10.2.1",
"@types/bn.js": "^5.1.1",
"bn.js": "^5.2.1"
},
"devDependencies": {
"@polkadot/x-randomvalues": "10.2.0"
"@polkadot/x-randomvalues": "10.2.1"
}
}
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '10.2.1' };
4 changes: 2 additions & 2 deletions packages/x-bigint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"./shim.cjs"
],
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/x-global": "10.2.0"
"@polkadot/x-global": "10.2.1"
}
}
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '10.2.1' };
4 changes: 2 additions & 2 deletions packages/x-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
},
"sideEffects": false,
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/util": "10.2.0",
"@polkadot/util": "10.2.1",
"buffer-es6": "^4.9.3"
}
}
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '10.2.1' };
4 changes: 2 additions & 2 deletions packages/x-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"sideEffects": false,
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/x-global": "10.2.0",
"@polkadot/x-global": "10.2.1",
"@types/node-fetch": "^2.6.2",
"node-fetch": "^3.3.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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '10.2.1' };
2 changes: 1 addition & 1 deletion packages/x-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6"
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '10.2.1' };
4 changes: 2 additions & 2 deletions packages/x-randomvalues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"sideEffects": false,
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/x-global": "10.2.0"
"@polkadot/x-global": "10.2.1"
},
"devDependencies": {
"@types/react-native": "^0.70.7"
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '10.2.1' };
4 changes: 2 additions & 2 deletions packages/x-textdecoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"sideEffects": false,
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/x-global": "10.2.0"
"@polkadot/x-global": "10.2.1"
},
"denoDependencies": {
"util": "[email protected]/node/util.ts"
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '10.2.1' };
4 changes: 2 additions & 2 deletions packages/x-textencoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"sideEffects": false,
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/x-global": "10.2.0"
"@polkadot/x-global": "10.2.1"
},
"denoDependencies": {
"util": "[email protected]/node/util.ts"
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '10.2.1' };
4 changes: 2 additions & 2 deletions packages/x-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"sideEffects": false,
"type": "module",
"version": "10.2.0",
"version": "10.2.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/x-global": "10.2.0",
"@polkadot/x-global": "10.2.1",
"@types/websocket": "^1.0.5",
"websocket": "^1.0.34"
}
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: '10.1.15-3-x' };
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '10.2.1' };
Loading

0 comments on commit 72bdf6c

Please sign in to comment.