mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 04:28:00 +00:00
+1
-1
@@ -1,6 +1,6 @@
|
||||
# CHANGELOG
|
||||
|
||||
## master
|
||||
## 0.88.1 Jan 2, 2022
|
||||
|
||||
- Allow for loading of accounts on additional genesisHashes
|
||||
- Ensure package path is availble under ESM & CJS
|
||||
|
||||
+2
-2
@@ -10,7 +10,7 @@
|
||||
"url": "https://github.com/polkadot-js/ui.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
@@ -34,7 +34,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.7",
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@polkadot/dev": "^0.65.2",
|
||||
"@polkadot/dev": "^0.65.4",
|
||||
"@polkadot/x-bundle": "^8.2.2",
|
||||
"@types/jest": "^27.4.0",
|
||||
"babel-loader": "^8.2.3",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"url": "https://github.com/polkadot-js/ui.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"url": "https://github.com/polkadot-js/ui.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7"
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@polkadot/keyring": "^8.2.2",
|
||||
"@polkadot/ui-settings": "0.87.8-8",
|
||||
"@polkadot/ui-shared": "0.87.8-8",
|
||||
"@polkadot/ui-settings": "0.88.0",
|
||||
"@polkadot/ui-shared": "0.88.0",
|
||||
"@polkadot/util": "^8.2.2",
|
||||
"@polkadot/util-crypto": "^8.2.2",
|
||||
"color": "^3.2.1",
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@polkadot/ui-settings": "0.87.8-8",
|
||||
"@polkadot/ui-settings": "0.88.0",
|
||||
"@polkadot/util": "^8.2.2",
|
||||
"@polkadot/util-crypto": "^8.2.2",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
// Copyright 2017-2022 @polkadot/react-qr authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import './detectPackage';
|
||||
|
||||
export * from './bundle';
|
||||
@@ -17,17 +17,17 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@polkadot/ui-shared": "0.87.8-8",
|
||||
"@polkadot/ui-shared": "0.88.0",
|
||||
"@polkadot/util": "^8.2.2",
|
||||
"@polkadot/util-crypto": "^8.2.2",
|
||||
"react-native-svg": "^12.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "^0.66.10"
|
||||
"@types/react-native": "^0.66.11"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "*",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export * from './icons';
|
||||
export { packageInfo } from './packageInfo';
|
||||
@@ -5,7 +5,6 @@ import './detectPackage';
|
||||
|
||||
import Identicon from './Identicon';
|
||||
|
||||
export * from './icons';
|
||||
export { packageInfo } from './packageInfo';
|
||||
export * from './bundle';
|
||||
|
||||
export default Identicon;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"url": "https://github.com/polkadot-js/ui.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@polkadot/hw-ledger": "^8.2.2",
|
||||
"@polkadot/keyring": "^8.2.2",
|
||||
"@polkadot/ui-settings": "0.87.8-8",
|
||||
"@polkadot/ui-settings": "0.88.0",
|
||||
"@polkadot/util": "^8.2.2",
|
||||
"@polkadot/util-crypto": "^8.2.2",
|
||||
"mkdirp": "^1.0.4",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
// Copyright 2018-2022 @polkadot/ui-shared authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export * from './icons';
|
||||
export { packageInfo } from './packageInfo';
|
||||
@@ -1,5 +1,6 @@
|
||||
// Copyright 2018-2022 @polkadot/ui-shared authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export * from './icons';
|
||||
export { packageInfo } from './packageInfo';
|
||||
import './detectPackage';
|
||||
|
||||
export * from './bundle';
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.8-8",
|
||||
"version": "0.88.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@polkadot/ui-shared": "0.87.8-8",
|
||||
"@polkadot/ui-shared": "0.88.0",
|
||||
"@polkadot/util": "^8.2.2",
|
||||
"@polkadot/util-crypto": "^8.2.2",
|
||||
"jdenticon": "3.1.1"
|
||||
|
||||
+17
-20
@@ -3,26 +3,23 @@
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"paths": {
|
||||
"@polkadot/react-identicon": [ "react-identicon/src" ],
|
||||
"@polkadot/react-identicon/*": [ "react-identicon/src/*" ],
|
||||
"@polkadot/react-qr": [ "react-qr/src" ],
|
||||
"@polkadot/react-qr/*": [ "react-qr/src/*" ],
|
||||
"@polkadot/reactnative-identicon": [ "reactnative-identicon/src" ],
|
||||
"@polkadot/reactnative-identicon/*": [ "reactnative-identicon/src/*" ],
|
||||
"@polkadot/ui-assets": [ "ui-assets/src" ],
|
||||
"@polkadot/ui-assets/*": [ "ui-assets/src/*" ],
|
||||
"@polkadot/ui-keyring": [ "ui-keyring/src" ],
|
||||
"@polkadot/ui-keyring/*": [ "ui-keyring/src/*" ],
|
||||
"@polkadot/ui-settings": [ "ui-settings/src" ],
|
||||
"@polkadot/ui-settings/*": [ "ui-settings/src/*" ],
|
||||
"@polkadot/ui-shared": [ "ui-shared/src" ],
|
||||
"@polkadot/ui-shared/*": [ "ui-shared/src/*" ],
|
||||
"@polkadot/vue-identicon": [ "vue-identicon/src" ],
|
||||
"@polkadot/vue-identicon/*": [ "vue-identicon/src/*" ]
|
||||
"@polkadot/react-identicon": ["react-identicon/src"],
|
||||
"@polkadot/react-identicon/*": ["react-identicon/src/*"],
|
||||
"@polkadot/react-qr": ["react-qr/src"],
|
||||
"@polkadot/react-qr/*": ["react-qr/src/*"],
|
||||
"@polkadot/reactnative-identicon": ["reactnative-identicon/src"],
|
||||
"@polkadot/reactnative-identicon/*": ["reactnative-identicon/src/*"],
|
||||
"@polkadot/ui-assets": ["ui-assets/src"],
|
||||
"@polkadot/ui-assets/*": ["ui-assets/src/*"],
|
||||
"@polkadot/ui-keyring": ["ui-keyring/src"],
|
||||
"@polkadot/ui-keyring/*": ["ui-keyring/src/*"],
|
||||
"@polkadot/ui-settings": ["ui-settings/src"],
|
||||
"@polkadot/ui-settings/*": ["ui-settings/src/*"],
|
||||
"@polkadot/ui-shared": ["ui-shared/src"],
|
||||
"@polkadot/ui-shared/*": ["ui-shared/src/*"],
|
||||
"@polkadot/vue-identicon": ["vue-identicon/src"],
|
||||
"@polkadot/vue-identicon/*": ["vue-identicon/src/*"]
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
]
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2137,9 +2137,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev@npm:^0.65.2":
|
||||
version: 0.65.2
|
||||
resolution: "@polkadot/dev@npm:0.65.2"
|
||||
"@polkadot/dev@npm:^0.65.4":
|
||||
version: 0.65.4
|
||||
resolution: "@polkadot/dev@npm:0.65.4"
|
||||
dependencies:
|
||||
"@babel/cli": ^7.16.7
|
||||
"@babel/core": ^7.16.7
|
||||
@@ -2172,7 +2172,7 @@ __metadata:
|
||||
babel-plugin-styled-components: ^2.0.2
|
||||
browserslist: ^4.19.1
|
||||
coveralls: ^3.1.1
|
||||
eslint: ^8.5.0
|
||||
eslint: ^8.6.0
|
||||
eslint-config-standard: ^16.0.3
|
||||
eslint-import-resolver-node: ^0.3.6
|
||||
eslint-plugin-header: ^3.1.1
|
||||
@@ -2224,7 +2224,7 @@ __metadata:
|
||||
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
|
||||
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
|
||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
|
||||
checksum: 7ce4e87bd8d47265b2c7bbdf447693c316b7b3de6016ce785c8c7795764a71fb2da9bdd7716ef89766e8c1bc4bcbd791cdd4cbcde62e94c8e1e88cc14fc48e3b
|
||||
checksum: bc320a62dfb3762c82db5abd165dc347b304cec268af375d69e4fd00ca5ba4dcb380f18d5b96367acd75f71a5f7befbcd403981d662b2c88d19cc2c8d15bac2f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2301,8 +2301,8 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/keyring": ^8.2.2
|
||||
"@polkadot/ui-settings": 0.87.8-8
|
||||
"@polkadot/ui-shared": 0.87.8-8
|
||||
"@polkadot/ui-settings": 0.88.0
|
||||
"@polkadot/ui-shared": 0.88.0
|
||||
"@polkadot/util": ^8.2.2
|
||||
"@polkadot/util-crypto": ^8.2.2
|
||||
"@types/react-copy-to-clipboard": ^5.0.2
|
||||
@@ -2330,7 +2330,7 @@ __metadata:
|
||||
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/ui-settings": 0.87.8-8
|
||||
"@polkadot/ui-settings": 0.88.0
|
||||
"@polkadot/util": ^8.2.2
|
||||
"@polkadot/util-crypto": ^8.2.2
|
||||
"@types/react-qr-reader": ^2.1.4
|
||||
@@ -2352,10 +2352,10 @@ __metadata:
|
||||
resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/ui-shared": 0.87.8-8
|
||||
"@polkadot/ui-shared": 0.88.0
|
||||
"@polkadot/util": ^8.2.2
|
||||
"@polkadot/util-crypto": ^8.2.2
|
||||
"@types/react-native": ^0.66.10
|
||||
"@types/react-native": ^0.66.11
|
||||
react-native-svg: ^12.2.0
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
@@ -2381,7 +2381,7 @@ __metadata:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/hw-ledger": ^8.2.2
|
||||
"@polkadot/keyring": ^8.2.2
|
||||
"@polkadot/ui-settings": 0.87.8-8
|
||||
"@polkadot/ui-settings": 0.88.0
|
||||
"@polkadot/util": ^8.2.2
|
||||
"@polkadot/util-crypto": ^8.2.2
|
||||
"@types/mkdirp": ^1.0.2
|
||||
@@ -2396,7 +2396,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/ui-settings@0.87.8-8, @polkadot/ui-settings@workspace:packages/ui-settings":
|
||||
"@polkadot/ui-settings@0.88.0, @polkadot/ui-settings@workspace:packages/ui-settings":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
|
||||
dependencies:
|
||||
@@ -2412,7 +2412,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/ui-shared@0.87.8-8, @polkadot/ui-shared@workspace:packages/ui-shared":
|
||||
"@polkadot/ui-shared@0.88.0, @polkadot/ui-shared@workspace:packages/ui-shared":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
|
||||
dependencies:
|
||||
@@ -2471,7 +2471,7 @@ __metadata:
|
||||
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/ui-shared": 0.87.8-8
|
||||
"@polkadot/ui-shared": 0.88.0
|
||||
"@polkadot/util": ^8.2.2
|
||||
"@polkadot/util-crypto": ^8.2.2
|
||||
jdenticon: 3.1.1
|
||||
@@ -3152,12 +3152,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/react-native@npm:^0.66.10":
|
||||
version: 0.66.10
|
||||
resolution: "@types/react-native@npm:0.66.10"
|
||||
"@types/react-native@npm:^0.66.11":
|
||||
version: 0.66.11
|
||||
resolution: "@types/react-native@npm:0.66.11"
|
||||
dependencies:
|
||||
"@types/react": "*"
|
||||
checksum: 5d0e6a2b4b05839fb43ea1a1bfbfd054c60ece8c1554b0c61f096c77f6fc01cddb7ac5338c5030db9296830bc4426eca7966d1249e7aa6eb6b10fea568957b7a
|
||||
checksum: 072fd0bb041483d3d66249a190a8683b26fa9dfe1c12ed5cadfbae1fe68822eeb12087204328e0203796fe8492d8730609c6525cb6bce69b1c2b180199b620c1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -3719,12 +3719,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"acorn@npm:^8.2.4, acorn@npm:^8.4.1, acorn@npm:^8.6.0":
|
||||
version: 8.6.0
|
||||
resolution: "acorn@npm:8.6.0"
|
||||
"acorn@npm:^8.2.4, acorn@npm:^8.4.1, acorn@npm:^8.7.0":
|
||||
version: 8.7.0
|
||||
resolution: "acorn@npm:8.7.0"
|
||||
bin:
|
||||
acorn: bin/acorn
|
||||
checksum: 9d0de73b73cb6ea8ccd8263a8144d9e2c4b6af90ea0c429997538af0ebbe83c5addecee814b2a7f91f7f615d0bd1547cc7137b3fa236ce058adc64feccee850b
|
||||
checksum: e0f79409d68923fbf1aa6d4166f3eedc47955320d25c89a20cc822e6ba7c48c5963d5bc657bc242d68f7a4ac9faf96eef033e8f73656da6c640d4219935fdfd0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -6722,9 +6722,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:^8.5.0":
|
||||
version: 8.5.0
|
||||
resolution: "eslint@npm:8.5.0"
|
||||
"eslint@npm:^8.6.0":
|
||||
version: 8.6.0
|
||||
resolution: "eslint@npm:8.6.0"
|
||||
dependencies:
|
||||
"@eslint/eslintrc": ^1.0.5
|
||||
"@humanwhocodes/config-array": ^0.9.2
|
||||
@@ -6738,7 +6738,7 @@ __metadata:
|
||||
eslint-scope: ^7.1.0
|
||||
eslint-utils: ^3.0.0
|
||||
eslint-visitor-keys: ^3.1.0
|
||||
espree: ^9.2.0
|
||||
espree: ^9.3.0
|
||||
esquery: ^1.4.0
|
||||
esutils: ^2.0.2
|
||||
fast-deep-equal: ^3.1.3
|
||||
@@ -6766,18 +6766,18 @@ __metadata:
|
||||
v8-compile-cache: ^2.0.3
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: c1a9e26070520a308cc30b62ba0d37d5b115ed23987a93219819537bdea9398e6ebe57c27d97be36ecc83b5162c72e82ecb0a9e5b44b7992980f9be90eb5c4b3
|
||||
checksum: 19ed82fa872ebb45d0f10c2514975b85ab37e78e9b562a5aa3abdbe7802111d65f7d5a8563e394a975337b403163b40624c2cc8bfa585a061e8c7dc55def39b5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"espree@npm:^9.2.0":
|
||||
version: 9.2.0
|
||||
resolution: "espree@npm:9.2.0"
|
||||
"espree@npm:^9.2.0, espree@npm:^9.3.0":
|
||||
version: 9.3.0
|
||||
resolution: "espree@npm:9.3.0"
|
||||
dependencies:
|
||||
acorn: ^8.6.0
|
||||
acorn: ^8.7.0
|
||||
acorn-jsx: ^5.3.1
|
||||
eslint-visitor-keys: ^3.1.0
|
||||
checksum: ae533a058036e3efeeac43a0ee39c74ab347e2a73bbe2946fba33cc0d84aca657e675bc317ed9afd95338f79d5d5a862afec2f717d2539ae13fa9f1638371761
|
||||
checksum: c0f1885c4eab652f9be08eb9228cea0df046b559b29d4aed8d6590ea9bd60177d4cb245d204a6f737a79a096861bb4ab8e480aeb8c1dbafef5beec1157353ce4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -13089,7 +13089,7 @@ resolve@^2.0.0-next.3:
|
||||
dependencies:
|
||||
"@babel/core": ^7.16.7
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/dev": ^0.65.2
|
||||
"@polkadot/dev": ^0.65.4
|
||||
"@polkadot/x-bundle": ^8.2.2
|
||||
"@types/jest": ^27.4.0
|
||||
babel-loader: ^8.2.3
|
||||
|
||||
Reference in New Issue
Block a user