mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-28 05:07:58 +00:00
0.16.1 (#1735)
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 0.16.1 Jul 1, 2022
|
||||
|
||||
Contributed:
|
||||
|
||||
- Too many URLs to mention
|
||||
|
||||
Changes:
|
||||
|
||||
- Update to `@polkadot/util` 9.7.1
|
||||
|
||||
|
||||
## 0.15.2 Jun 25, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
+4
-4
@@ -10,7 +10,7 @@
|
||||
"url": "https://github.com/polkadot-js/phishing.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "0.15.3-13-x",
|
||||
"version": "0.16.0",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
@@ -32,9 +32,9 @@
|
||||
"dnslink-cloudflare": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.5",
|
||||
"@polkadot/dev": "^0.67.42",
|
||||
"@types/jest": "^28.1.3"
|
||||
"@babel/core": "^7.18.6",
|
||||
"@polkadot/dev": "^0.67.46",
|
||||
"@types/jest": "^28.1.4"
|
||||
},
|
||||
"resolutions": {
|
||||
"typescript": "^4.7.4"
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.15.3-13-x",
|
||||
"version": "0.16.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/util": "^9.6.2",
|
||||
"@polkadot/util-crypto": "^9.6.2",
|
||||
"@polkadot/x-fetch": "^9.6.2"
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"@polkadot/util": "^9.7.1",
|
||||
"@polkadot/util-crypto": "^9.7.1",
|
||||
"@polkadot/x-fetch": "^9.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
|
||||
Reference in New Issue
Block a user