@voce-engine/core 0.1.0-rc.1 → 0.1.0-rc.2
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/LICENSE +1 -1
- package/README.md +9 -9
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Apache License 2.0
|
|
1
|
+
Apache License 2.0
|
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# @voce-engine/core
|
|
2
|
-
|
|
3
|
-
Deterministic ScenarioPack resolution, constraint compilation, reference planning, Prompt IR, offline execution, and evaluation primitives.
|
|
4
|
-
|
|
5
|
-
> `0.1.0-rc.
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install @voce-engine/core@0.1.0-rc.
|
|
9
|
-
```
|
|
1
|
+
# @voce-engine/core
|
|
2
|
+
|
|
3
|
+
Deterministic ScenarioPack resolution, constraint compilation, reference planning, Prompt IR, offline execution, and evaluation primitives.
|
|
4
|
+
|
|
5
|
+
> `0.1.0-rc.2` is a release candidate, not production-ready. APIs may change before `0.1.0`.
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install @voce-engine/core@0.1.0-rc.2
|
|
9
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voce-engine/core",
|
|
3
|
-
"version": "0.1.0-rc.
|
|
3
|
+
"version": "0.1.0-rc.2",
|
|
4
4
|
"description": "Deterministic visual ontology, constraint, reference, prompt, execution-planning, and evaluation runtime.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"tag": "next"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@voce-engine/contracts": "0.1.0-rc.
|
|
44
|
+
"@voce-engine/contracts": "0.1.0-rc.2",
|
|
45
45
|
"semver": "7.7.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|