diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5e454f62c..9b80fd305 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 408 Mich Update all.json (#1224) - 360 Jaco Remove false positive (#1218) + 361 Jaco Support bundlers where import.meta.url is undefined (#1228) 148 mhusnirizal added nuked domains (#1227) 77 michalisFr Update all.json (#1036) 58 frankywild Update all.json (#1222) diff --git a/package.json b/package.json index 533c1376c..3e91a6280 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.273", + "version": "0.8.274", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4bb8e909e..0ebd588d8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.273", + "version": "0.8.274", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 892c775b9..efe1b8d13 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.273' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.274' };