@codexops/darwin-x64 0.1.8 → 0.2.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.1.8 Rust binary for darwin-x64.
3
+ Prebuilt codex-ops 0.2.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
- e518b2b1fca3f6fc9c533bbce2580732b54566b3de43abd6fac796cdbecf7856 bin/codex-ops
2
- 061e06242e1ddc9b98ec8b8e8893a4671e09ee549d70eaa18313ea55da52765a manifest.json
1
+ 3679094f0b5e19f6a245891e062ab44bff642eda6521e657082afd179e4e8820 bin/codex-ops
2
+ ca576d7f7385f24db93b779633d9f783d1bdec41a75921431e1b129867ee3051 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.8",
3
+ "version": "0.2.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": "48563bbdcf57c07dbca3820a77eeebdb62d55a82"
8
+ "commit": "b20f96eeee0f2233ce0028b0729c2189e0e10c10"
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexops/darwin-x64",
3
- "version": "0.1.8",
3
+ "version": "0.2.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": {