@undes.ai/core-darwin-x64 0.0.3 → 0.0.5
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 +12 -4
- package/package.json +2 -2
- package/undes-napi.darwin-x64.node +0 -0
package/README.md
CHANGED
|
@@ -3,10 +3,13 @@
|
|
|
3
3
|
**Proprietary Undes Rust verification core binary for `darwin-x64`.**
|
|
4
4
|
|
|
5
5
|
This package ships a single platform-specific `.node` artefact
|
|
6
|
-
built from the private `native/undes-napi/` cdylib.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
built from the private `native/undes-napi/` cdylib.
|
|
7
|
+
|
|
8
|
+
Do not install this package directly. It is a native runtime dependency for
|
|
9
|
+
`@undes.ai/cli` and `@undes.ai/cli-pro`, installed by npm through
|
|
10
|
+
`optionalDependencies` for the matching operating system and CPU. It is not a
|
|
11
|
+
standalone CLI, does not provide a supported public JavaScript API, and is not
|
|
12
|
+
useful without an Undes CLI package.
|
|
10
13
|
|
|
11
14
|
Build provenance: the binary is produced by the Undes CI matrix
|
|
12
15
|
running `napi build --target <triple> --release` on a matching
|
|
@@ -16,6 +19,11 @@ real binary are never published or tested — see the design doc
|
|
|
16
19
|
`ai/design/features/CANDIDATE_A_EVIDENCE_ANCHOR_RUST.md` A3.2b
|
|
17
20
|
row for the contract.
|
|
18
21
|
|
|
22
|
+
Install the CLI packages instead:
|
|
23
|
+
|
|
24
|
+
- Community: <https://www.npmjs.com/package/@undes.ai/cli>
|
|
25
|
+
- Pro: <https://www.npmjs.com/package/@undes.ai/cli-pro>
|
|
26
|
+
|
|
19
27
|
For details on the broader Undes project: <https://github.com/HominoITea/undes>.
|
|
20
28
|
|
|
21
29
|
## License
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@undes.ai/core-darwin-x64",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.5",
|
|
4
|
+
"description": "Native runtime dependency for @undes.ai/cli and @undes.ai/cli-pro on macOS x64. Not a standalone CLI or supported public API.",
|
|
5
5
|
"main": "undes-napi.darwin-x64.node",
|
|
6
6
|
"files": [
|
|
7
7
|
"undes-napi.darwin-x64.node",
|
|
Binary file
|