diff --git a/.123current b/.123current index 7cca7711a..2e188cae3 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.17.1 +0.17.2-0-x diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 84e205fc6..0824c0d29 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 566 Mich Update all.json (#1732) - 410 Jaco 0.17.1 (#1776) + 411 Jaco Switch to ava as a test runner (#1778) 252 mhusnirizal update all.json (#1777) 173 Frank Update all.json (#1766) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 4a04dc618..03fa89071 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,14 @@ { "author": "Jaco Greeff ", + "ava": { + "extensions": { + "ts": "module" + }, + "nodeArguments": [ + "--loader=ts-node/esm", + "--experimental-specifier-resolution=node" + ] + }, "bugs": "https://github.com/polkadot-js/phishing/issues", "homepage": "https://github.com/polkadot-js/phishing#readme", "license": "Apache-2.0", @@ -10,7 +19,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.17.1", + "version": "0.17.2-0-x", "workspaces": [ "packages/*" ], @@ -41,14 +50,5 @@ }, "resolutions": { "typescript": "^4.7.4" - }, - "ava": { - "extensions": { - "ts": "module" - }, - "nodeArguments": [ - "--loader=ts-node/esm", - "--experimental-specifier-resolution=node" - ] } } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d0fec21cf..473b78830 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.1", + "version": "0.17.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b4fd23aee..5a69fa19e 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.17.1' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.2-0-x' };