diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8f0303fd8..e0dc3708d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 520 Frank Update all.json (#3041) 514 Tim Janssen Update all.json (#3039) - 498 Jaco Add missing crosscheck entries (#3031) + 499 Jaco JS type additions for node:test environment (#3042) 412 mhusnirizal update all.json (#3015) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index 4cf60d937..57c00daa5 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.4-31-x", + "version": "0.19.4-32-x", "versions": { - "git": "0.19.4-31-x", + "git": "0.19.4-32-x", "npm": "0.19.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 52c1dc4ae..b58d06e2f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.4-31-x", + "version": "0.19.4-32-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 36b9ea9f6..94d8ed779 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.19.4-31-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.4-32-x' };