From f177bd29c7f5a97c629034c5178a509d96d0a61e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 13:18:29 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.20.3-11-x skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 7 +++++-- packages/phishing/package.json | 7 ++++--- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a6a522c0a..6d3e011d5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 552 Frank Update all.json (#3120) 541 Tim Janssen Update all.json (#3122) - 512 Jaco Remove stale workflow (#3123) + 513 Jaco Update Pinata SDK (#3124) 414 mhusnirizal update all.json (#3102) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index 4ed5c27ef..2ec4e1cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/phishing/issues", + "engines": { + "node": ">=14" + }, "homepage": "https://github.com/polkadot-js/phishing#readme", "license": "Apache-2.0", "packageManager": "yarn@3.2.0", @@ -11,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.3-10-x", + "version": "0.20.3-11-x", "versions": { - "git": "0.20.3-10-x", + "git": "0.20.3-11-x", "npm": "0.20.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cdb0d5545..f695b7f6b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,11 +1,12 @@ { "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/phishing/issues", - "contributors": [], "description": "Simple phishing scripts from a central source", + "engines": { + "node": ">=14" + }, "homepage": "https://github.com/polkadot-js/phishing/tree/master/packages/phishing#readme", "license": "Apache-2.0", - "maintainers": [], "name": "@polkadot/phishing", "repository": { "directory": "packages/phishing", @@ -17,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.3-10-x", + "version": "0.20.3-11-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 778a0640b..375e0a2be 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.3-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.3-11-x' };