codex-1up 0.3.12 → 0.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "codex-1up",
3
3
  "private": false,
4
4
  "type": "module",
5
- "version": "0.3.12",
5
+ "version": "0.3.13",
6
6
  "description": "TypeScript CLI for codex-1up (citty-based)",
7
7
  "bin": {
8
8
  "codex-1up": "bin/codex-1up.mjs"
@@ -55,8 +55,8 @@ const formula = `class ${formulaClass} < Formula
55
55
  ENV["HOME"] = buildpath
56
56
  system "npm", "install", *std_npm_args
57
57
  # npm install doesn't reliably create prefix/bin shims for ESM .mjs bins;
58
- # install the package's bin entrypoint explicitly.
59
- bin.install libexec/"lib/node_modules/${pkgName}/${binRelPath}" => "${binName}"
58
+ # symlink the package's bin entrypoint explicitly (preserves relative dist paths).
59
+ bin.install_symlink libexec/"lib/node_modules/${pkgName}/${binRelPath}" => "${binName}"
60
60
  end
61
61
 
62
62
  test do