diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2540e4e..78fab507 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -219,7 +219,7 @@ jobs: $env:version = $(node -p "require('./package.json').version") npm run pkg -- ` --output=builds\polykey-cli-$env:version-win32-x64 ` - --bin=dist\polykey.js ` + --bin=dist\polykey.cjs ` --node-version=20 ` --platform=win32 ` --arch=x64 @@ -232,7 +232,7 @@ jobs: npm ci npm run pkg -- \ --output=builds/polykey-cli-$version-darwin-universal \ - --bin=dist/polykey.js \ + --bin=dist/polykey.cjs \ --node-version=20 \ --platform=darwin \ --arch=arm64 @@ -342,7 +342,7 @@ jobs: ' echo 'Waiting for Testnet Deployment' nix develop .#ci --command bash -c $' - ./scripts/wait-for-deploy.js testnet.polykey.com + ./scripts/wait-for-deploy.mjs testnet.polykey.com ' integration-test: @@ -415,7 +415,7 @@ jobs: ' echo 'Waiting for Mainnet Deployment' nix develop .#ci --command bash -c $' - ./scripts/wait-for-deploy.js mainnet.polykey.com + ./scripts/wait-for-deploy.mjs mainnet.polykey.com ' rm -f "$REGISTRY_AUTH_FILE" diff --git a/npmDepsHash b/npmDepsHash index dc414129..7d1c6992 100644 --- a/npmDepsHash +++ b/npmDepsHash @@ -1 +1 @@ -sha256-IIPcSnQ9Fo9TUBxxEsnabV0BlFgSU3l9KjXhjoTe1fo= +sha256-xRnHEVwU598REmAsVcghe44lzfJLQPkoXlTeHbt9WLM= diff --git a/package-lock.json b/package-lock.json index 817b2867..b7d0a450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polykey-cli", - "version": "0.18.8", + "version": "0.18.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polykey-cli", - "version": "0.18.8", + "version": "0.18.9", "license": "GPL-3.0", "bin": { "pk": "dist/polykey.mjs", diff --git a/package.json b/package.json index 9cafb7b7..45d931ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polykey-cli", - "version": "0.18.8", + "version": "0.18.9", "homepage": "https://polykey.com", "author": "Roger Qiu", "contributors": [