@jayasuryajsk/codex-kaioken 0.1.6 → 0.1.8

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.
@@ -8,15 +8,15 @@ import fetch from 'node-fetch';
8
8
  import tar from 'tar';
9
9
  import unzipper from 'unzipper';
10
10
 
11
- const version = process.env.CODEX_KAIOKEN_VERSION || '0.1.6';
11
+ const version = process.env.CODEX_KAIOKEN_VERSION || '0.1.8';
12
12
  const platform = process.platform;
13
13
  const arch = process.arch;
14
14
 
15
15
  const mapping = {
16
16
  'darwin-x64': 'codex-kaioken-x86_64-apple-darwin.tar.gz',
17
17
  'darwin-arm64': 'codex-kaioken-aarch64-apple-darwin.tar.gz',
18
- 'linux-x64': 'codex-kaioken-x86_64-unknown-linux-musl.tar.gz',
19
- 'linux-arm64': 'codex-kaioken-aarch64-unknown-linux-musl.tar.gz',
18
+ 'linux-x64': 'codex-kaioken-x86_64-unknown-linux-gnu.tar.gz',
19
+ 'linux-arm64': 'codex-kaioken-aarch64-unknown-linux-gnu.tar.gz',
20
20
  'win32-x64': 'codex-kaioken-x86_64-pc-windows-msvc.zip',
21
21
  'win32-arm64': 'codex-kaioken-aarch64-pc-windows-msvc.zip',
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jayasuryajsk/codex-kaioken",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "CLI wrapper that downloads the Codex Kaioken binary",
5
5
  "type": "module",
6
6
  "bin": {
package/bin/codex-kaioken DELETED
Binary file