mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-14 19:01:02 +00:00
0.19.1 (#2875)
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
# CHANGELOG
|
# 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
|
## 0.18.13 Jan 8, 2023
|
||||||
|
|
||||||
Contributed:
|
Contributed:
|
||||||
|
|||||||
+2
-2
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.18.14-95-x",
|
"version": "0.19.0",
|
||||||
"versions": {
|
"versions": {
|
||||||
"git": "0.18.14-95-x",
|
"git": "0.18.14-95-x",
|
||||||
"npm": "0.18.13"
|
"npm": "0.18.13"
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.20.12",
|
"@babel/core": "^7.20.12",
|
||||||
"@polkadot/dev": "^0.67.187",
|
"@polkadot/dev": "^0.68.2",
|
||||||
"@types/jest": "^29.2.6",
|
"@types/jest": "^29.2.6",
|
||||||
"mkdirp": "^2.1.3",
|
"mkdirp": "^2.1.3",
|
||||||
"rimraf": "^4.1.2"
|
"rimraf": "^4.1.2"
|
||||||
|
|||||||
@@ -17,13 +17,13 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.18.14-95-x",
|
"version": "0.19.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.20.13",
|
"@babel/runtime": "^7.20.13",
|
||||||
"@polkadot/util": "^10.2.6",
|
"@polkadot/util": "^10.3.1",
|
||||||
"@polkadot/util-crypto": "^10.2.6",
|
"@polkadot/util-crypto": "^10.3.1",
|
||||||
"@polkadot/x-fetch": "^10.2.6"
|
"@polkadot/x-fetch": "^10.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/js-yaml": "^4.0.5",
|
"@types/js-yaml": "^4.0.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user