diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2e3936e3c..32e43a1d2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 419 Mich Update all.json (#1246) 361 Jaco Support bundlers where import.meta.url is undefined (#1228) - 151 mhusnirizal update all.json (#1240) + 152 mhusnirizal Update all.json (#1248) 77 michalisFr Update all.json (#1036) 63 frankywild Update all.json (#1247) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 474cea699..851f0233e 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "dapps-authinterface.org", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1089,6 +1088,7 @@ "dapps-access.net", "dapps-access.online", "dapps-auth.com", + "dapps-authinterface.org", "dapps-connect-link.com", "dapps-connect-wallet.com", "dapps-connect-wallet.mutidappconnect.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index aa2283402..47640c7cb 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -71,6 +71,10 @@ "date": "2022-03-09", "url": "dappreconnect.com" }, + { + "date": "2022-03-09", + "url": "dapps-authinterface.org" + }, { "date": "2022-03-09", "url": "dappsbackend.au-u-ver.site" diff --git a/package.json b/package.json index 68c5c245e..3a07e0ca9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.292", + "version": "0.8.293", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b9e3e7e14..7803f5da7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.292", + "version": "0.8.293", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 039132748..22306a714 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.8.292' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.293' };