This commit is contained in:
Jaco Greeff
2021-02-28 11:41:17 +01:00
committed by GitHub
parent 2ebac1ff20
commit 37a683b3e4
5 changed files with 79 additions and 59 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/phishing",
"version": "0.5.41",
"version": "0.6.0",
"description": "Simple phishing scripts from a central source",
"main": "index.js",
"sideEffects": false,
@@ -13,9 +13,9 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/util": "^5.8.1",
"@polkadot/util-crypto": "^5.8.1",
"@polkadot/x-fetch": "^5.8.1"
"@polkadot/util": "^5.9.2",
"@polkadot/util-crypto": "^5.9.2",
"@polkadot/x-fetch": "^5.9.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/unused",
"version": "0.5.41",
"version": "0.6.0",
"description": "Dummy",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",