Update to @polkadot/util 10.1.1 (#1875)

This commit is contained in:
Jaco
2022-07-21 09:07:49 +02:00
committed by GitHub
parent 118fbc3bfc
commit 201caea2fb
4 changed files with 808 additions and 786 deletions
+13
View File
@@ -1,5 +1,18 @@
# CHANGELOG # CHANGELOG
## 0.18.1 Jul 21, 2022
Contributed:
- Too many URLs to mention
Changes:
- Move allow list to `all.json`
- Adjust wildcard check for top-level domains
- Update to `@polkadot/util` 10.1.1
## 0.17.2 Jul 10, 2022 ## 0.17.2 Jul 10, 2022
Contributed: Contributed:
+2 -2
View File
@@ -11,7 +11,7 @@
}, },
"sideEffects": false, "sideEffects": false,
"type": "module", "type": "module",
"version": "0.17.3-65-x", "version": "0.18.0",
"versions": { "versions": {
"git": "0.17.3-65-x", "git": "0.17.3-65-x",
"npm": "0.17.2" "npm": "0.17.2"
@@ -39,7 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.18.6", "@babel/core": "^7.18.6",
"@polkadot/dev": "^0.67.73", "@polkadot/dev": "^0.67.84",
"@types/jest": "^28.1.4" "@types/jest": "^28.1.4"
}, },
"resolutions": { "resolutions": {
+4 -4
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs" "./detectPackage.cjs"
], ],
"type": "module", "type": "module",
"version": "0.17.3-65-x", "version": "0.18.0",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.18.6", "@babel/runtime": "^7.18.6",
"@polkadot/util": "^10.0.2", "@polkadot/util": "^10.1.1",
"@polkadot/util-crypto": "^10.0.2", "@polkadot/util-crypto": "^10.1.1",
"@polkadot/x-fetch": "^10.0.2" "@polkadot/x-fetch": "^10.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
+789 -780
View File
File diff suppressed because it is too large Load Diff