diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4b5bd6db2..d7426e457 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 474 Jaco Bump deps (w/ deprecation warnings) (#2689) 398 Tim Janssen Update all.json (#2691) 396 Frank Update all.json (#2693) - 374 mhusnirizal update all.json (#2686) + 375 mhusnirizal update all.json (#2694) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 alineherzman Update all.json (#2660) diff --git a/all.json b/all.json index d9d02563f..57ceabbb8 100644 --- a/all.json +++ b/all.json @@ -27,8 +27,6 @@ "zapto.org" ], "deny": [ - "solution-tool.info", - "altsupport.center", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -452,6 +450,7 @@ "altchains-beta.online", "altdexbridge.live", "alterdappasync.com", + "altsupport.center", "altsupport.tools", "alwaysnode.com", "amara.finance", @@ -10596,6 +10595,7 @@ "solution-fix.online", "solution-fixhub.live", "solution-servers.online", + "solution-tool.info", "solutionandsync.org", "solutionapp.online", "solutionapp.org", diff --git a/meta/2022-12.json b/meta/2022-12.json index cbf9ba196..2676a5ca1 100644 --- a/meta/2022-12.json +++ b/meta/2022-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-12-15", + "url": "altsupport.center" + }, { "date": "2022-12-15", "url": "apygate.com" @@ -35,6 +39,10 @@ "date": "2022-12-15", "url": "solana-web3wallet.com" }, + { + "date": "2022-12-15", + "url": "solution-tool.info" + }, { "date": "2022-12-15", "url": "tradeelicit.com" diff --git a/package.json b/package.json index 6f44ff1f1..f59fa197b 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-43-x", + "version": "0.18.13-44-x", "versions": { - "git": "0.18.13-43-x", + "git": "0.18.13-44-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d0b6985ea..1e5538931 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-43-x", + "version": "0.18.13-44-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 63456ee6c..5c7891a33 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.13-43-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-44-x' };