@codexops/darwin-x64 0.2.1 → 0.3.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.2.1 Rust binary for darwin-x64.
3
+ Prebuilt codex-ops 0.3.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
- 2996babc44f6335a8c4e5b5238ce341d9adbea7f08d2be39f244891a641d0d3b bin/codex-ops
2
- ef3e1f3dd4f68a50425d50c197c7833f1b263969a29bb86533825b9f6a48ac1c manifest.json
1
+ b80143e59d36e56fecb2e420b73c12cc762ce543b61a38d752f270048ecf1cf1 bin/codex-ops
2
+ bb72b86da32c918d85fe10cb423b0351f7bf25c041b8c14fa51167ea8afb93fa 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.2.1",
3
+ "version": "0.3.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": "43961fceaef15db8f6cb853a5b38e0c0e08e6ea7"
8
+ "commit": "27dc9a2f660d5754e871ddf9fa4d14e9bfbc3349"
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexops/darwin-x64",
3
- "version": "0.2.1",
3
+ "version": "0.3.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": {