mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-13 15:11:08 +00:00
Update to @polkadot/util 10.1.1 (#1875)
This commit is contained in:
@@ -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
@@ -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": {
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user