@iam-brain/opencode-codex-auth 0.1.3 → 0.1.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iam-brain/opencode-codex-auth",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Native Codex auth with multi-account rotation for OpenCode",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env node
2
- export {};
3
- //# sourceMappingURL=opencode-openai-multi.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"opencode-openai-multi.d.ts","sourceRoot":"","sources":["../../bin/opencode-openai-multi.ts"],"names":[],"mappings":""}
@@ -1,13 +0,0 @@
1
- #!/usr/bin/env node
2
- import { runInstallerCli } from "../lib/installer-cli.js";
3
- const args = process.argv.slice(2);
4
- runInstallerCli(args)
5
- .then((code) => {
6
- process.exitCode = code;
7
- })
8
- .catch((error) => {
9
- const message = error instanceof Error ? error.message : String(error);
10
- process.stderr.write(`${message}\n`);
11
- process.exitCode = 1;
12
- });
13
- //# sourceMappingURL=opencode-openai-multi.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"opencode-openai-multi.js","sourceRoot":"","sources":["../../bin/opencode-openai-multi.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAEzD,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;AAElC,eAAe,CAAC,IAAI,CAAC;KAClB,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE;IACb,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAA;AACzB,CAAC,CAAC;KACD,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;IACf,MAAM,OAAO,GAAG,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;IACtE,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,OAAO,IAAI,CAAC,CAAA;IACpC,OAAO,CAAC,QAAQ,GAAG,CAAC,CAAA;AACtB,CAAC,CAAC,CAAA"}