diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e240627f5..5cb68a707 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 578 Mich Update all.json (#2287) 462 Jaco Bump TS (#2337) 347 mhusnirizal update all.json (#2364) - 294 Frank Update all.json (#2366) + 295 Frank Update all.json (#2367) 263 Tim Janssen Update all.json (#2365) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 4b6ed3e4d..6d3172383 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "dap-act.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -2556,6 +2555,7 @@ "daovalidator.xyz", "daowalletauth.com", "daowalletauthorisation.com", + "dap-act.com", "dapaffixsync.com", "dapairdrropnet.live", "dapc.site", diff --git a/meta/2022-10.json b/meta/2022-10.json index c92582653..9866346ef 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -3,6 +3,10 @@ "date": "2022-10-04", "url": "app.fasterresolver.com" }, + { + "date": "2022-10-04", + "url": "dap-act.com" + }, { "date": "2022-10-04", "url": "dapptools.000webhostapp.com" diff --git a/package.json b/package.json index 65db72420..69d1fcc02 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-48-x", + "version": "0.18.10-49-x", "versions": { - "git": "0.18.10-48-x", + "git": "0.18.10-49-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9f466487c..7c7a8873e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-48-x", + "version": "0.18.10-49-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 e0107b9d5..ab68e8f35 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-48-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-49-x' };