@slopus/rig-codemode-codex 0.1.0-win32-arm64 → 0.1.0-win32-x64

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/SHA256SUMS CHANGED
@@ -1 +1 @@
1
- d1dbb0253af6fc2375e9cb5c2a7419c9c2b53d9f79db76c9ccc08c352612e1b1 vendor/aarch64-pc-windows-msvc/bin/codex-code-mode-host.exe
1
+ c7be61b41f4256cd2605c1467af697822f6c5add52221bef0e1d75bf4304fb4b vendor/x86_64-pc-windows-msvc/bin/codex-code-mode-host.exe
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slopus/rig-codemode-codex",
3
- "version": "0.1.0-win32-arm64",
4
- "description": "Standalone Node.js API for OpenAI Codex Code Mode. Native binary for win32-arm64.",
3
+ "version": "0.1.0-win32-x64",
4
+ "description": "Standalone Node.js API for OpenAI Codex Code Mode. Native binary for win32-x64.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -15,10 +15,10 @@
15
15
  "win32"
16
16
  ],
17
17
  "cpu": [
18
- "arm64"
18
+ "x64"
19
19
  ],
20
20
  "bin": {
21
- "codex-code-mode-host": "vendor/aarch64-pc-windows-msvc/bin/codex-code-mode-host.exe"
21
+ "codex-code-mode-host": "vendor/x86_64-pc-windows-msvc/bin/codex-code-mode-host.exe"
22
22
  },
23
23
  "files": [
24
24
  "vendor",