This commit is contained in:
Jaco
2023-03-05 11:02:25 +02:00
committed by GitHub
parent a3b5206107
commit 581a360226
36 changed files with 245 additions and 1673 deletions
+8 -8
View File
@@ -16,17 +16,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.12.2-5-x",
"version": "3.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.21.0",
"@polkadot/keyring": "^10.4.2",
"@polkadot/ui-settings": "2.12.2-5-x",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"mkdirp": "^2.1.4",
"@polkadot/keyring": "^11.0.1",
"@polkadot/ui-settings": "3.0.0",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"mkdirp": "^2.1.5",
"rxjs": "^7.8.0",
"store": "^2.0.12"
"store": "^2.0.12",
"tslib": "^2.5.0"
},
"devDependencies": {
"@types/mkdirp": "^1.0.2",