@codexops/darwin-x64 0.3.2 → 0.3.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @codexops/darwin-x64
2
2
 
3
- Prebuilt codex-ops 0.3.2 Rust binary for darwin-x64.
3
+ Prebuilt codex-ops 0.3.4 Rust binary for darwin-x64.
4
4
 
5
5
  This package is installed as an optional dependency by the main `codex-ops` npm package.
6
6
  It contains no JavaScript business logic.
package/SHA256SUMS CHANGED
@@ -1,2 +1,2 @@
1
- 6fa3de0ef6a20fbf42625280d1b73b75bc912837622fb59fdf8753be8cea2591 bin/codex-ops
2
- 915364d3a1ef493953ac9cb1b34ac4b194bc77cdf831bd39f25cfe90a11b14fc manifest.json
1
+ 5b37ca5c69fdcba8dbfead96941bdfb427172058e3a45f6eb70688b042eb9680 bin/codex-ops
2
+ 77b02076deb34b58dcbe51ee09ab9fb8848819bbb16e95916e4bd293e2ba7fce manifest.json
package/bin/codex-ops CHANGED
Binary file
package/manifest.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "package": "codex-ops",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "platformTarget": "darwin-x64",
5
5
  "rustTarget": "x86_64-apple-darwin",
6
6
  "npmPackage": "@codexops/darwin-x64",
7
7
  "binary": "bin/codex-ops",
8
- "commit": "2c921e3b49eadfa5c6499eff96889e05482faac3"
8
+ "commit": "7c4f88726c3d2ce59fe13ef39306126abe8cb3f9"
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexops/darwin-x64",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Prebuilt codex-ops Rust binary for macOS x64.",
5
5
  "homepage": "https://github.com/ChenLuoi/codex-ops#readme",
6
6
  "bugs": {