This commit is contained in:
Jaco
2022-12-04 13:00:56 +02:00
committed by GitHub
parent 624d5e67e5
commit b0cb310a73
4 changed files with 322 additions and 305 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 0.18.12 Dec 4, 2022
Contributed:
- Too many URLs to mention
Changes:
- Update to `@polkadot/util` 10.2.1
## 0.18.11 Nov 14, 2022
Contributed:
+2 -2
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.18.12-59-x",
"version": "0.18.12",
"versions": {
"git": "0.18.12-59-x",
"npm": "0.18.11"
@@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@polkadot/dev": "^0.67.161",
"@polkadot/dev": "^0.67.167",
"@types/jest": "^29.2.3"
},
"resolutions": {
+4 -4
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.18.12-59-x",
"version": "0.18.12",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@polkadot/util": "^10.1.13",
"@polkadot/util-crypto": "^10.1.13",
"@polkadot/x-fetch": "^10.1.13"
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"@polkadot/x-fetch": "^10.2.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
+305 -299
View File
File diff suppressed because it is too large Load Diff