diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 077ecd14e..6894d26cc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 590 Mich block graphsupport.online (#2573) 466 Jaco 0.18.11 (#2568) 365 Frank Update all.json (#2579) - 360 mhusnirizal update all.json (#2566) + 361 mhusnirizal update all.json (#2581) 355 Tim Janssen Update all.json (#2578) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index ebefee324..9c85b975c 100644 --- a/all.json +++ b/all.json @@ -27,9 +27,6 @@ "zapto.org" ], "deny": [ - "canto.netlify.app", - "iccofixx.surge.sh", - "node-debug.pages.dev", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1413,6 +1410,7 @@ "camelneedlesnft.com", "cancel-txid-1bcgtqqythbkp2-wallet.com", "cancel-txid-1bcgtqqythbkp2f-wallet.com", + "canto.netlify.app", "capita1ltradeoption.com", "capital-bittrade.online", "captcha.ms", @@ -5326,6 +5324,7 @@ "i-blockchainconnect.pages.dev", "i-mtioken.club", "ibarachoir.com", + "iccofixx.surge.sh", "icedapeharborclub.com", "ico-sale.com", "icoconnect.org", @@ -7840,6 +7839,7 @@ "node-authrepair.online", "node-bot.me", "node-debug.com", + "node-debug.pages.dev", "node-labs.net", "node-modal-validation.com", "node-project.com", diff --git a/meta/2022-11.json b/meta/2022-11.json index 1572cbba0..3bc7f954c 100644 --- a/meta/2022-11.json +++ b/meta/2022-11.json @@ -1,4 +1,16 @@ [ + { + "date": "2022-11-17", + "url": "canto.netlify.app" + }, + { + "date": "2022-11-17", + "url": "iccofixx.surge.sh" + }, + { + "date": "2022-11-17", + "url": "node-debug.pages.dev" + }, { "date": "2022-11-16", "url": "arcoplotocol.com" diff --git a/package.json b/package.json index 637c24423..6feb1d18f 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.12-10-x", + "version": "0.18.12-11-x", "versions": { - "git": "0.18.12-10-x", + "git": "0.18.12-11-x", "npm": "0.18.11" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3c7374963..6f786a6d2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.12-10-x", + "version": "0.18.12-11-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 37a25ef08..4f8031a16 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.18.12-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.12-11-x' };