mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 07:57:58 +00:00
Update to @polkadot/util 10.1.1 (#1875)
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# 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
|
||||
|
||||
Contributed:
|
||||
|
||||
+2
-2
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.17.3-65-x",
|
||||
"version": "0.18.0",
|
||||
"versions": {
|
||||
"git": "0.17.3-65-x",
|
||||
"npm": "0.17.2"
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.6",
|
||||
"@polkadot/dev": "^0.67.73",
|
||||
"@polkadot/dev": "^0.67.84",
|
||||
"@types/jest": "^28.1.4"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.17.3-65-x",
|
||||
"version": "0.18.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"@polkadot/util": "^10.0.2",
|
||||
"@polkadot/util-crypto": "^10.0.2",
|
||||
"@polkadot/x-fetch": "^10.0.2"
|
||||
"@polkadot/util": "^10.1.1",
|
||||
"@polkadot/util-crypto": "^10.1.1",
|
||||
"@polkadot/x-fetch": "^10.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
|
||||
Reference in New Issue
Block a user