Skip to content

Releases: NaverPayDev/cli

@naverpay/commithelper-go@1.3.0

05 Mar 15:05
febd1b9

Choose a tag to compare

Minor Changes

  • 72a0a50: Split Go binaries into platform-specific npm packages

    Each platform now has a dedicated package (@naverpay/commithelper-go-darwin-arm64, -darwin-x64, -linux-x64, -win32-x64) declared as optionalDependencies. pnpm/npm automatically installs only the package matching the current OS and CPU.

    This removes the postinstall script that previously downloaded binaries via curl from GitHub Releases, which means:

    • No more onlyBuiltDependencies registration required in consuming projects
    • No more --ignore-scripts needed in CI
    • Works in Nexus environments (binaries are bundled in the npm package, no external download)

@naverpay/commithelper-go-win32-x64@1.3.0

05 Mar 15:05
febd1b9

Choose a tag to compare

Minor Changes

  • 72a0a50: Split Go binaries into platform-specific npm packages

    Each platform now has a dedicated package (@naverpay/commithelper-go-darwin-arm64, -darwin-x64, -linux-x64, -win32-x64) declared as optionalDependencies. pnpm/npm automatically installs only the package matching the current OS and CPU.

    This removes the postinstall script that previously downloaded binaries via curl from GitHub Releases, which means:

    • No more onlyBuiltDependencies registration required in consuming projects
    • No more --ignore-scripts needed in CI
    • Works in Nexus environments (binaries are bundled in the npm package, no external download)

@naverpay/commithelper-go-linux-x64@1.3.0

05 Mar 15:05
febd1b9

Choose a tag to compare

Minor Changes

  • 72a0a50: Split Go binaries into platform-specific npm packages

    Each platform now has a dedicated package (@naverpay/commithelper-go-darwin-arm64, -darwin-x64, -linux-x64, -win32-x64) declared as optionalDependencies. pnpm/npm automatically installs only the package matching the current OS and CPU.

    This removes the postinstall script that previously downloaded binaries via curl from GitHub Releases, which means:

    • No more onlyBuiltDependencies registration required in consuming projects
    • No more --ignore-scripts needed in CI
    • Works in Nexus environments (binaries are bundled in the npm package, no external download)

@naverpay/commithelper-go-darwin-x64@1.3.0

05 Mar 15:05
febd1b9

Choose a tag to compare

Minor Changes

  • 72a0a50: Split Go binaries into platform-specific npm packages

    Each platform now has a dedicated package (@naverpay/commithelper-go-darwin-arm64, -darwin-x64, -linux-x64, -win32-x64) declared as optionalDependencies. pnpm/npm automatically installs only the package matching the current OS and CPU.

    This removes the postinstall script that previously downloaded binaries via curl from GitHub Releases, which means:

    • No more onlyBuiltDependencies registration required in consuming projects
    • No more --ignore-scripts needed in CI
    • Works in Nexus environments (binaries are bundled in the npm package, no external download)

@naverpay/commithelper-go-darwin-arm64@1.3.0

05 Mar 15:05
febd1b9

Choose a tag to compare

Minor Changes

  • 72a0a50: Split Go binaries into platform-specific npm packages

    Each platform now has a dedicated package (@naverpay/commithelper-go-darwin-arm64, -darwin-x64, -linux-x64, -win32-x64) declared as optionalDependencies. pnpm/npm automatically installs only the package matching the current OS and CPU.

    This removes the postinstall script that previously downloaded binaries via curl from GitHub Releases, which means:

    • No more onlyBuiltDependencies registration required in consuming projects
    • No more --ignore-scripts needed in CI
    • Works in Nexus environments (binaries are bundled in the npm package, no external download)

@naverpay/commithelper-go@1.3.0-canary.260305-c2fd4d3

05 Mar 14:01

Choose a tag to compare

🚧 Pre-release

This release is a pre-release version of @naverpay/commithelper-go.
Please make sure to thoroughly test it before deploying to production.

Changes

  • feat(@naverpay/commithelper-go): replace postinstall with optionalDependencies pattern
  • fix: ensure binary has execute permission before spawning

@naverpay/commithelper-go@1.3.0-canary.260305-6fdce1f

05 Mar 13:32
6fdce1f

Choose a tag to compare

🚧 Pre-release

This release is a pre-release version of @naverpay/commithelper-go.
Please make sure to thoroughly test it before deploying to production.

Changes

  • feat(@naverpay/commithelper-go): replace postinstall with optionalDependencies pattern

@naverpay/commithelper-go-win32-x64@1.3.0-canary.260305-c2fd4d3

05 Mar 14:01

Choose a tag to compare

🚧 Pre-release

This release is a pre-release version of @naverpay/commithelper-go-win32-x64.
Please make sure to thoroughly test it before deploying to production.

Changes

  • feat(@naverpay/commithelper-go): add platform-specific binary packages

@naverpay/commithelper-go-win32-x64@1.3.0-canary.260305-6fdce1f

05 Mar 13:32
6fdce1f

Choose a tag to compare

🚧 Pre-release

This release is a pre-release version of @naverpay/commithelper-go-win32-x64.
Please make sure to thoroughly test it before deploying to production.

Changes

  • feat(@naverpay/commithelper-go): add platform-specific binary packages

@naverpay/commithelper-go-win32-x64@1.3.0-canary.260305-2777782

05 Mar 13:06

Choose a tag to compare

🚧 Pre-release

This release is a pre-release version of @naverpay/commithelper-go-win32-x64.
Please make sure to thoroughly test it before deploying to production.

Changes

  • feat(@naverpay/commithelper-go): add platform-specific binary packages