This commit is contained in:
Jaco
2022-05-14 07:09:01 +02:00
committed by GitHub
parent ea43ae1d96
commit 12d431a0d4
4 changed files with 568 additions and 507 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 0.13.1 May 14, 2022
Contributed:
- Too many URLs to mention
Changes:
- Update to `@polkadot/util` 9.2.1
## 0.12.1 Apr 30, 2022
Contributed:
+3 -3
View File
@@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/phishing.git"
},
"sideEffects": false,
"version": "0.12.39",
"version": "0.13.0",
"workspaces": [
"packages/*"
],
@@ -33,8 +33,8 @@
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@polkadot/dev": "^0.66.16",
"@types/jest": "^27.4.1"
"@polkadot/dev": "^0.66.21",
"@types/jest": "^27.5.1"
},
"resolutions": {
"typescript": "^4.6.4"
+4 -4
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.12.39",
"version": "0.13.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/util": "^9.1.1",
"@polkadot/util-crypto": "^9.1.1",
"@polkadot/x-fetch": "^9.1.1"
"@polkadot/util": "^9.2.1",
"@polkadot/util-crypto": "^9.2.1",
"@polkadot/x-fetch": "^9.2.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
+550 -500
View File
File diff suppressed because it is too large Load Diff