@codexops/darwin-x64 0.3.0 → 0.3.1
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 +1 -1
- package/SHA256SUMS +2 -2
- package/bin/codex-ops +0 -0
- package/manifest.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @codexops/darwin-x64
|
|
2
2
|
|
|
3
|
-
Prebuilt codex-ops 0.3.
|
|
3
|
+
Prebuilt codex-ops 0.3.1 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
|
-
|
|
2
|
-
|
|
1
|
+
ea7dd0f569673e4c4e84431fd44e805e41f4d6dc20779f5e9d4d222d2574144e bin/codex-ops
|
|
2
|
+
9dae3d66757cf18f161a310ee74809174d1cd73637c1750c0b043af876df0d3a 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
|
+
"version": "0.3.1",
|
|
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": "
|
|
8
|
+
"commit": "6ca38dd3e942558fa81701bb4d27256520df1ed3"
|
|
9
9
|
}
|