This commit is contained in:
Jaco
2023-01-29 08:25:06 +02:00
committed by GitHub
parent 94abfe4ddd
commit 7c1b755431
4 changed files with 405 additions and 395 deletions
+12
View File
@@ -1,5 +1,17 @@
# CHANGELOG
## 0.19.1 Jan 29, 2023
Contributed:
- Too many URLs to mention
Changes:
- Adjust host retrieval with a (smaller) per-TLD cache
- Update to `@polkadot/util` 10.3.1
## 0.18.13 Jan 8, 2023
Contributed:
+2 -2
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.18.14-95-x",
"version": "0.19.0",
"versions": {
"git": "0.18.14-95-x",
"npm": "0.18.13"
@@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@polkadot/dev": "^0.67.187",
"@polkadot/dev": "^0.68.2",
"@types/jest": "^29.2.6",
"mkdirp": "^2.1.3",
"rimraf": "^4.1.2"
+4 -4
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.18.14-95-x",
"version": "0.19.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@polkadot/util": "^10.2.6",
"@polkadot/util-crypto": "^10.2.6",
"@polkadot/x-fetch": "^10.2.6"
"@polkadot/util": "^10.3.1",
"@polkadot/util-crypto": "^10.3.1",
"@polkadot/x-fetch": "^10.3.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
+387 -389
View File
File diff suppressed because it is too large Load Diff