From 54e6b61972a22cfe61f6b6aa39d84607e0962c7a Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 31 Jan 2021 07:57:36 +0000 Subject: [PATCH] [CI Skip] release/stable 5.5.1 skip-checks: true --- package.json | 2 +- packages/hw-ledger-transports/package.json | 2 +- packages/hw-ledger/package.json | 6 +-- packages/keyring/package.json | 10 ++-- packages/networks/package.json | 6 +-- packages/util-crypto/package.json | 10 ++-- packages/util/package.json | 6 +-- packages/x-fetch/package.json | 4 +- packages/x-global/package.json | 2 +- packages/x-randomvalues/package.json | 4 +- packages/x-rxjs/package.json | 2 +- packages/x-textdecoder/package.json | 4 +- packages/x-textencoder/package.json | 4 +- packages/x-ws/package.json | 4 +- yarn.lock | 56 +++++++++++----------- 15 files changed, 61 insertions(+), 61 deletions(-) diff --git a/package.json b/package.json index 50ac8372a7..2503ea0d14 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,5 @@ "@polkadot/ts": "^0.3.59", "@types/jest": "^26.0.20" }, - "version": "5.5.0" + "version": "5.5.1" } diff --git a/packages/hw-ledger-transports/package.json b/packages/hw-ledger-transports/package.json index 6cf943e073..75a213eb0d 100644 --- a/packages/hw-ledger-transports/package.json +++ b/packages/hw-ledger-transports/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/hw-ledger-transports", - "version": "5.5.0", + "version": "5.5.1", "repository": "github:polkadot-js/common", "author": "Jaco Greeff ", "maintainers": [], diff --git a/packages/hw-ledger/package.json b/packages/hw-ledger/package.json index 7b96ba969d..2b80cb542e 100644 --- a/packages/hw-ledger/package.json +++ b/packages/hw-ledger/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/hw-ledger", - "version": "5.5.0", + "version": "5.5.1", "repository": "github:polkadot-js/common", "author": "Jaco Greeff ", "maintainers": [], @@ -10,8 +10,8 @@ "sideEffects": false, "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/hw-ledger-transports": "5.5.0", - "@polkadot/util": "^5.5.0", + "@polkadot/hw-ledger-transports": "5.5.1", + "@polkadot/util": "^5.5.1", "@zondax/ledger-polkadot": "^0.13.0" } } diff --git a/packages/keyring/package.json b/packages/keyring/package.json index 1e906a2324..8eed40bfdd 100644 --- a/packages/keyring/package.json +++ b/packages/keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/keyring", - "version": "5.5.0", + "version": "5.5.1", "description": "Keyring management", "author": "Jaco Greeff ", "maintainers": [], @@ -16,11 +16,11 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/keyring#readme", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/util": "5.5.0", - "@polkadot/util-crypto": "5.5.0" + "@polkadot/util": "5.5.1", + "@polkadot/util-crypto": "5.5.1" }, "peerDependencies": { - "@polkadot/util": "5.5.0", - "@polkadot/util-crypto": "5.5.0" + "@polkadot/util": "5.5.1", + "@polkadot/util-crypto": "5.5.1" } } diff --git a/packages/networks/package.json b/packages/networks/package.json index 52fcc1d56e..fdffb75ee6 100644 --- a/packages/networks/package.json +++ b/packages/networks/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/networks", - "version": "5.5.0", + "version": "5.5.1", "description": "A list of all available Substrate networks and their applicable prefixes", "main": "index.js", "sideEffects": false, @@ -15,7 +15,7 @@ "@babel/runtime": "^7.12.5" }, "devDependencies": { - "@polkadot/util": "5.5.0", - "@polkadot/x-fetch": "5.5.0" + "@polkadot/util": "5.5.1", + "@polkadot/x-fetch": "5.5.1" } } diff --git a/packages/util-crypto/package.json b/packages/util-crypto/package.json index 20b9a9a26d..c42a57481e 100644 --- a/packages/util-crypto/package.json +++ b/packages/util-crypto/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/util-crypto", - "version": "5.5.0", + "version": "5.5.1", "description": "A collection of useful crypto utilities for @polkadot", "main": "index.js", "sideEffects": [ @@ -16,10 +16,10 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/networks": "5.5.0", - "@polkadot/util": "5.5.0", + "@polkadot/networks": "5.5.1", + "@polkadot/util": "5.5.1", "@polkadot/wasm-crypto": "^3.2.2", - "@polkadot/x-randomvalues": "5.5.0", + "@polkadot/x-randomvalues": "5.5.1", "base-x": "^3.0.8", "blakejs": "^1.1.0", "bn.js": "^4.11.9", @@ -39,6 +39,6 @@ "@types/xxhashjs": "^0.2.2" }, "peerDependencies": { - "@polkadot/util": "5.5.0" + "@polkadot/util": "5.5.1" } } diff --git a/packages/util/package.json b/packages/util/package.json index 0cfda697e1..9005896176 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/util", - "version": "5.5.0", + "version": "5.5.1", "description": "A collection of useful utilities for @polkadot", "main": "index.js", "sideEffects": false, @@ -13,8 +13,8 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/util#readme", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/x-textdecoder": "5.5.0", - "@polkadot/x-textencoder": "5.5.0", + "@polkadot/x-textdecoder": "5.5.1", + "@polkadot/x-textencoder": "5.5.1", "@types/bn.js": "^4.11.6", "bn.js": "^4.11.9", "camelcase": "^5.3.1", diff --git a/packages/x-fetch/package.json b/packages/x-fetch/package.json index 41a551ce7a..945694a703 100644 --- a/packages/x-fetch/package.json +++ b/packages/x-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/x-fetch", - "version": "5.5.0", + "version": "5.5.1", "description": "A cross-environment fetch replacement", "browser": "browser.js", "main": "node.js", @@ -15,7 +15,7 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-fetch#readme", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/x-global": "5.5.0", + "@polkadot/x-global": "5.5.1", "@types/node-fetch": "^2.5.8", "node-fetch": "^2.6.1" } diff --git a/packages/x-global/package.json b/packages/x-global/package.json index d311116964..ca0d4b0699 100644 --- a/packages/x-global/package.json +++ b/packages/x-global/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/x-global", - "version": "5.5.0", + "version": "5.5.1", "description": "A cross-environment global replacement", "main": "index.js", "sideEffects": false, diff --git a/packages/x-randomvalues/package.json b/packages/x-randomvalues/package.json index 56087583c4..f05c2cb143 100644 --- a/packages/x-randomvalues/package.json +++ b/packages/x-randomvalues/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/x-randomvalues", - "version": "5.5.0", + "version": "5.5.1", "description": "A cross-environment window.crypto.getRandomValues replacement", "browser": "browser.js", "main": "node.js", @@ -15,7 +15,7 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-randomvalues#readme", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/x-global": "5.5.0" + "@polkadot/x-global": "5.5.1" }, "devDependencies": { "@types/react-native": "^0.63.46" diff --git a/packages/x-rxjs/package.json b/packages/x-rxjs/package.json index 4cae8388b0..d8018e8825 100644 --- a/packages/x-rxjs/package.json +++ b/packages/x-rxjs/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/x-rxjs", - "version": "5.5.0", + "version": "5.5.1", "description": "A pass-through interface for RxJs (allowing node + mjs usage)", "main": "index.js", "sideEffects": false, diff --git a/packages/x-textdecoder/package.json b/packages/x-textdecoder/package.json index 3a3fe960d3..bbbe6f54bd 100644 --- a/packages/x-textdecoder/package.json +++ b/packages/x-textdecoder/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/x-textdecoder", - "version": "5.5.0", + "version": "5.5.1", "description": "A TextDecoder replacement", "browser": "browser.js", "main": "node.js", @@ -15,6 +15,6 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-textdecoder#readme", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/x-global": "5.5.0" + "@polkadot/x-global": "5.5.1" } } diff --git a/packages/x-textencoder/package.json b/packages/x-textencoder/package.json index 368c833162..b60e49d85e 100644 --- a/packages/x-textencoder/package.json +++ b/packages/x-textencoder/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/x-textencoder", - "version": "5.5.0", + "version": "5.5.1", "description": "A TextDecoder replacement", "browser": "browser.js", "main": "node.js", @@ -15,6 +15,6 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-textencoder#readme", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/x-global": "5.5.0" + "@polkadot/x-global": "5.5.1" } } diff --git a/packages/x-ws/package.json b/packages/x-ws/package.json index 7bddb047d2..0613a39b4f 100644 --- a/packages/x-ws/package.json +++ b/packages/x-ws/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/x-ws", - "version": "5.5.0", + "version": "5.5.1", "description": "A cross-environment WebSocket replacement", "browser": "browser.js", "main": "node.js", @@ -15,7 +15,7 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-ws#readme", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/x-global": "5.5.0", + "@polkadot/x-global": "5.5.1", "@types/websocket": "^1.0.1", "websocket": "^1.0.33" } diff --git a/yarn.lock b/yarn.lock index 20078e963e..c25b1804d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1786,7 +1786,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/hw-ledger-transports@5.5.0, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports": +"@polkadot/hw-ledger-transports@5.5.1, @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: @@ -1806,8 +1806,8 @@ __metadata: resolution: "@polkadot/hw-ledger@workspace:packages/hw-ledger" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/hw-ledger-transports": 5.5.0 - "@polkadot/util": ^5.5.0 + "@polkadot/hw-ledger-transports": 5.5.1 + "@polkadot/util": ^5.5.1 "@zondax/ledger-polkadot": ^0.13.0 languageName: unknown linkType: soft @@ -1817,21 +1817,21 @@ __metadata: resolution: "@polkadot/keyring@workspace:packages/keyring" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/util": 5.5.0 - "@polkadot/util-crypto": 5.5.0 + "@polkadot/util": 5.5.1 + "@polkadot/util-crypto": 5.5.1 peerDependencies: - "@polkadot/util": 5.5.0 - "@polkadot/util-crypto": 5.5.0 + "@polkadot/util": 5.5.1 + "@polkadot/util-crypto": 5.5.1 languageName: unknown linkType: soft -"@polkadot/networks@5.5.0, @polkadot/networks@workspace:packages/networks": +"@polkadot/networks@5.5.1, @polkadot/networks@workspace:packages/networks": version: 0.0.0-use.local resolution: "@polkadot/networks@workspace:packages/networks" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/util": 5.5.0 - "@polkadot/x-fetch": 5.5.0 + "@polkadot/util": 5.5.1 + "@polkadot/x-fetch": 5.5.1 languageName: unknown linkType: soft @@ -1844,15 +1844,15 @@ __metadata: languageName: node linkType: hard -"@polkadot/util-crypto@5.5.0, @polkadot/util-crypto@workspace:packages/util-crypto": +"@polkadot/util-crypto@5.5.1, @polkadot/util-crypto@workspace:packages/util-crypto": version: 0.0.0-use.local resolution: "@polkadot/util-crypto@workspace:packages/util-crypto" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/networks": 5.5.0 - "@polkadot/util": 5.5.0 + "@polkadot/networks": 5.5.1 + "@polkadot/util": 5.5.1 "@polkadot/wasm-crypto": ^3.2.2 - "@polkadot/x-randomvalues": 5.5.0 + "@polkadot/x-randomvalues": 5.5.1 "@types/bn.js": ^4.11.6 "@types/create-hash": ^1.2.2 "@types/elliptic": ^6.4.12 @@ -1869,17 +1869,17 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 5.5.0 + "@polkadot/util": 5.5.1 languageName: unknown linkType: soft -"@polkadot/util@5.5.0, @polkadot/util@^5.5.0, @polkadot/util@workspace:packages/util": +"@polkadot/util@5.5.1, @polkadot/util@^5.5.1, @polkadot/util@workspace:packages/util": version: 0.0.0-use.local resolution: "@polkadot/util@workspace:packages/util" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/x-textdecoder": 5.5.0 - "@polkadot/x-textencoder": 5.5.0 + "@polkadot/x-textdecoder": 5.5.1 + "@polkadot/x-textencoder": 5.5.1 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 camelcase: ^5.3.1 @@ -1919,18 +1919,18 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-fetch@5.5.0, @polkadot/x-fetch@workspace:packages/x-fetch": +"@polkadot/x-fetch@5.5.1, @polkadot/x-fetch@workspace:packages/x-fetch": version: 0.0.0-use.local resolution: "@polkadot/x-fetch@workspace:packages/x-fetch" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/x-global": 5.5.0 + "@polkadot/x-global": 5.5.1 "@types/node-fetch": ^2.5.8 node-fetch: ^2.6.1 languageName: unknown linkType: soft -"@polkadot/x-global@5.5.0, @polkadot/x-global@workspace:packages/x-global": +"@polkadot/x-global@5.5.1, @polkadot/x-global@workspace:packages/x-global": version: 0.0.0-use.local resolution: "@polkadot/x-global@workspace:packages/x-global" dependencies: @@ -1940,12 +1940,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/x-randomvalues@5.5.0, @polkadot/x-randomvalues@workspace:packages/x-randomvalues": +"@polkadot/x-randomvalues@5.5.1, @polkadot/x-randomvalues@workspace:packages/x-randomvalues": version: 0.0.0-use.local resolution: "@polkadot/x-randomvalues@workspace:packages/x-randomvalues" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/x-global": 5.5.0 + "@polkadot/x-global": 5.5.1 "@types/react-native": ^0.63.46 languageName: unknown linkType: soft @@ -1959,21 +1959,21 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/x-textdecoder@5.5.0, @polkadot/x-textdecoder@workspace:packages/x-textdecoder": +"@polkadot/x-textdecoder@5.5.1, @polkadot/x-textdecoder@workspace:packages/x-textdecoder": version: 0.0.0-use.local resolution: "@polkadot/x-textdecoder@workspace:packages/x-textdecoder" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/x-global": 5.5.0 + "@polkadot/x-global": 5.5.1 languageName: unknown linkType: soft -"@polkadot/x-textencoder@5.5.0, @polkadot/x-textencoder@workspace:packages/x-textencoder": +"@polkadot/x-textencoder@5.5.1, @polkadot/x-textencoder@workspace:packages/x-textencoder": version: 0.0.0-use.local resolution: "@polkadot/x-textencoder@workspace:packages/x-textencoder" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/x-global": 5.5.0 + "@polkadot/x-global": 5.5.1 languageName: unknown linkType: soft @@ -1982,7 +1982,7 @@ __metadata: resolution: "@polkadot/x-ws@workspace:packages/x-ws" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/x-global": 5.5.0 + "@polkadot/x-global": 5.5.1 "@types/websocket": ^1.0.1 websocket: ^1.0.33 languageName: unknown