@openai/codex 0.65.0-alpha.4 → 0.65.0-alpha.7
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/bin/codex.js +0 -8
- package/package.json +1 -1
- package/vendor/aarch64-apple-darwin/codex/codex +0 -0
- package/vendor/aarch64-pc-windows-msvc/codex/codex.exe +0 -0
- package/vendor/aarch64-unknown-linux-musl/codex/codex +0 -0
- package/vendor/x86_64-apple-darwin/codex/codex +0 -0
- package/vendor/x86_64-pc-windows-msvc/codex/codex.exe +0 -0
- package/vendor/x86_64-unknown-linux-musl/codex/codex +0 -0
package/bin/codex.js
CHANGED
|
@@ -95,14 +95,6 @@ function detectPackageManager() {
|
|
|
95
95
|
return "bun";
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
if (
|
|
99
|
-
process.env.BUN_INSTALL ||
|
|
100
|
-
process.env.BUN_INSTALL_GLOBAL_DIR ||
|
|
101
|
-
process.env.BUN_INSTALL_BIN_DIR
|
|
102
|
-
) {
|
|
103
|
-
return "bun";
|
|
104
|
-
}
|
|
105
|
-
|
|
106
98
|
return userAgent ? "npm" : null;
|
|
107
99
|
}
|
|
108
100
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|