Skip to content

Commit

Permalink
[CI Skip] release/stable 9.0.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Apr 9, 2022
1 parent 0dc4ec4 commit e96a204
Show file tree
Hide file tree
Showing 31 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1292 Jaco Be explicit in re-exports from `@polkadot/networks` (#1455)
1293 Jaco 9.0.1 (#1457)
9 Antoine Estienne Add eth uri keyring test (#1291)
6 Amaury Martiny Add tests from Rust (#283)
5 kwingram25 Add BN consts and timeToString (#610)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/common.git"
},
"sideEffects": false,
"version": "9.0.0",
"version": "9.0.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": "9.0.0",
"version": "9.0.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
Expand All @@ -25,7 +25,7 @@
"@ledgerhq/hw-transport": "^6.24.1",
"@ledgerhq/hw-transport-webhid": "^6.24.1",
"@ledgerhq/hw-transport-webusb": "^6.24.1",
"@polkadot/util": "9.0.0"
"@polkadot/util": "9.0.1"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid-singleton": "^6.26.0"
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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '9.0.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": "9.0.0",
"version": "9.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@ledgerhq/hw-transport": "^6.24.1",
"@polkadot/hw-ledger-transports": "9.0.0",
"@polkadot/util": "9.0.0",
"@polkadot/hw-ledger-transports": "9.0.1",
"@polkadot/util": "9.0.1",
"@zondax/ledger-substrate": "^0.24.0"
}
}
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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '9.0.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": "9.0.0",
"version": "9.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/util": "9.0.0",
"@polkadot/util-crypto": "9.0.0"
"@polkadot/util": "9.0.1",
"@polkadot/util-crypto": "9.0.1"
},
"peerDependencies": {
"@polkadot/util": "9.0.0",
"@polkadot/util-crypto": "9.0.0"
"@polkadot/util": "9.0.1",
"@polkadot/util-crypto": "9.0.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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '9.0.1' };
8 changes: 4 additions & 4 deletions packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"sideEffects": false,
"type": "module",
"version": "9.0.0",
"version": "9.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/util": "9.0.0",
"@polkadot/util": "9.0.1",
"@substrate/ss58-registry": "^1.17.0"
},
"devDependencies": {
"@polkadot/hw-ledger": "9.0.0",
"@polkadot/x-fetch": "9.0.0"
"@polkadot/hw-ledger": "9.0.1",
"@polkadot/x-fetch": "9.0.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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '9.0.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": "9.0.0",
"version": "9.0.1",
"browser": {
"crypto": false,
"stream": false
Expand All @@ -32,11 +32,11 @@
"@babel/runtime": "^7.17.9",
"@noble/hashes": "1.0.0",
"@noble/secp256k1": "1.5.5",
"@polkadot/networks": "9.0.0",
"@polkadot/util": "9.0.0",
"@polkadot/networks": "9.0.1",
"@polkadot/util": "9.0.1",
"@polkadot/wasm-crypto": "^6.0.1",
"@polkadot/x-bigint": "9.0.0",
"@polkadot/x-randomvalues": "9.0.0",
"@polkadot/x-bigint": "9.0.1",
"@polkadot/x-randomvalues": "9.0.1",
"@scure/base": "1.0.0",
"ed2curve": "^0.3.0",
"tweetnacl": "^1.0.3"
Expand All @@ -45,6 +45,6 @@
"@types/ed2curve": "^0.2.2"
},
"peerDependencies": {
"@polkadot/util": "9.0.0"
"@polkadot/util": "9.0.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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '9.0.1' };
12 changes: 6 additions & 6 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.0.0",
"version": "9.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/x-bigint": "9.0.0",
"@polkadot/x-global": "9.0.0",
"@polkadot/x-textdecoder": "9.0.0",
"@polkadot/x-textencoder": "9.0.0",
"@polkadot/x-bigint": "9.0.1",
"@polkadot/x-global": "9.0.1",
"@polkadot/x-textdecoder": "9.0.1",
"@polkadot/x-textencoder": "9.0.1",
"@types/bn.js": "^5.1.0",
"bn.js": "^5.2.0",
"ip-regex": "^4.3.0"
},
"devDependencies": {
"@polkadot/x-randomvalues": "9.0.0"
"@polkadot/x-randomvalues": "9.0.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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '9.0.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": "9.0.0",
"version": "9.0.1",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/x-global": "9.0.0"
"@polkadot/x-global": "9.0.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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '9.0.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": "9.0.0",
"version": "9.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/util": "9.0.0",
"@polkadot/util": "9.0.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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '9.0.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": "9.0.0",
"version": "9.0.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/x-global": "9.0.0",
"@polkadot/x-global": "9.0.1",
"@types/node-fetch": "^2.6.1",
"node-fetch": "^2.6.7"
}
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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '9.0.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": "9.0.0",
"version": "9.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9"
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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '9.0.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": "9.0.0",
"version": "9.0.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/x-global": "9.0.0"
"@polkadot/x-global": "9.0.1"
},
"devDependencies": {
"@types/react-native": "^0.67.3"
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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '9.0.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,12 +17,12 @@
},
"sideEffects": false,
"type": "module",
"version": "9.0.0",
"version": "9.0.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/x-global": "9.0.0"
"@polkadot/x-global": "9.0.1"
}
}
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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '9.0.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,12 +17,12 @@
},
"sideEffects": false,
"type": "module",
"version": "9.0.0",
"version": "9.0.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/x-global": "9.0.0"
"@polkadot/x-global": "9.0.1"
}
}
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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '9.0.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": "9.0.0",
"version": "9.0.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/x-global": "9.0.0",
"@polkadot/x-global": "9.0.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: '8.7.2-3' };
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '9.0.1' };
Loading

0 comments on commit e96a204

Please sign in to comment.