This commit is contained in:
Jaco
2023-03-11 09:12:12 +02:00
committed by GitHub
parent d39b41d94d
commit 6a4a7415d4
6 changed files with 123 additions and 112 deletions
+4 -4
View File
@@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.20.2-27-x",
"version": "0.20.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"@polkadot/x-fetch": "^11.0.1",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"@polkadot/x-fetch": "^11.0.2",
"tslib": "^2.5.0"
},
"devDependencies": {
+1 -2
View File
@@ -3,8 +3,7 @@
"compilerOptions": {
"baseUrl": "..",
"outDir": "./build",
"rootDir": "./src",
"resolveJsonModule": true
"rootDir": "./src"
},
"references": []
}