diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e7365ed71..f1dbb588b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 462 Jaco Bump TS (#2337) 342 mhusnirizal update all.json (#2345) 286 Frank Update all.json (#2344) - 256 Tim Janssen Update all.json (#2343) + 257 Tim Janssen Update all.json (#2346) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 523965a5a..0300a8ad6 100644 --- a/all.json +++ b/all.json @@ -28,8 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "dapp-linkapp.co", - "authappsolvedapps.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -691,6 +689,7 @@ "auth-webconnect.net", "auth-webs.com", "auth.app-connect.io", + "authappsolvedapps.com", "authappsvault.com", "authassets.icu", "authassets.live", @@ -2592,6 +2591,7 @@ "dapp-launchpad.com", "dapp-launchpadchain.com", "dapp-link.com", + "dapp-linkapp.co", "dapp-links-connect.net", "dapp-links.com", "dapp-links.net", diff --git a/meta/2022-09.json b/meta/2022-09.json index 3aec4f225..9be6b414d 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -1,8 +1,16 @@ [ + { + "date": "2022-09-30", + "url": "authappsolvedapps.com" + }, { "date": "2022-09-30", "url": "cuz.quest" }, + { + "date": "2022-09-30", + "url": "dapp-linkapp.co" + }, { "date": "2022-09-30", "url": "mainnetmigrates.online" diff --git a/package.json b/package.json index eba686d49..8534afa5f 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-30-x", + "version": "0.18.10-31-x", "versions": { - "git": "0.18.10-30-x", + "git": "0.18.10-31-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 577b104fd..7710e60ec 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-30-x", + "version": "0.18.10-31-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9318ea2b4..167262547 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.10-30-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-31-x' };