diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 73f1f5228..48737bf6e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 676 Frank Update all.json (#3421) 618 Tim Janssen Update all.json (#3416) 610 Mich block `rescue-ai.netlify.app` (#3375) - 533 Jaco Add missing cross-check entries (#3407) + 534 Jaco Bump deps (w/ TS 5.1) (#3422) 442 mhusnirizal update all.json (#3417) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index f24abfe4a..07434a6c6 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.4-58-x", + "version": "0.21.4-59-x", "versions": { - "git": "0.21.4-58-x", + "git": "0.21.4-59-x", "npm": "0.21.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ab5f322e2..f25c00ead 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.4-58-x", + "version": "0.21.4-59-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.2.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fca28c9b9..d82935b81 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.21.4-58-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.4-59-x' };