This commit is contained in:
Jaco
2022-05-30 08:13:48 +02:00
committed by GitHub
parent 700b04e2ec
commit 28988479c5
13 changed files with 819 additions and 754 deletions
+4 -4
View File
@@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.2.1",
"version": "2.3.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/networks": "^9.2.1",
"@polkadot/util": "^9.2.1",
"@babel/runtime": "^7.18.3",
"@polkadot/networks": "^9.3.1",
"@polkadot/util": "^9.3.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},