@codexops/darwin-x64 0.3.3 → 0.4.0

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.3 Rust binary for darwin-x64.
3
+ Prebuilt codex-ops 0.4.0 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
- 1cf7463da57346bb75d94458a0579242b95a74dd37e5012d1f25057896046a6e bin/codex-ops
2
- 7814c932e69739f6f2336c0bdea3b9b3f38e12b086fb7cbe5423f6c3db510344 manifest.json
1
+ 7bb51b27def1029d090e1d7883f625e7ff01fc642e0b6b5fa067fd2ab85df493 bin/codex-ops
2
+ c2e1058fba32f4d36d391f4c4d258451510e75a3b019f1b61d8df3f0084f5e6e 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.3",
3
+ "version": "0.4.0",
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": "4648e83f99cd16dc692ed512b98f84dc23e7f7fc"
8
+ "commit": "612b33d9cf1e7ce41b1f4d6aa6942b00a126fdf9"
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexops/darwin-x64",
3
- "version": "0.3.3",
3
+ "version": "0.4.0",
4
4
  "description": "Prebuilt codex-ops Rust binary for macOS x64.",
5
5
  "homepage": "https://github.com/ChenLuoi/codex-ops#readme",
6
6
  "bugs": {