@codexops/darwin-x64 0.1.7 → 0.1.9

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.1.7 Rust binary for darwin-x64.
3
+ Prebuilt codex-ops 0.1.9 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
- 6268df152c0967ea93faac9739da535f3d0bb9bb719e43a0d310e106b0a9b2f0 bin/codex-ops
2
- 4adb0721fe586947738a3001dbde4b16d488e25abee0424d9669c97fda280678 manifest.json
1
+ 7c718eb9f9de928ca99f08f5ead6e458bd4b59d2affd3a21bda40a44f9794221 bin/codex-ops
2
+ 215dcdcabff7d7d8d6cb6ff14a4c3d630ddf31364fc0e90e897f3b96cb9292a8 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.1.7",
3
+ "version": "0.1.9",
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": "85c1f4870f3915817f7c7cb321bcbc103ca4b620"
8
+ "commit": "dabfac5fa89cb2f38a0bac3674243d20835f1419"
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexops/darwin-x64",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Prebuilt codex-ops Rust binary for macOS x64.",
5
5
  "homepage": "https://github.com/ChenLuoi/codex-ops#readme",
6
6
  "bugs": {