@voce-engine/testkit 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 +3 -3
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/testkit
|
|
2
|
-
|
|
3
|
-
Small deterministic fixtures and Mock-only helpers for offline VOCE contract tests.
|
|
4
|
-
|
|
5
|
-
> `0.1.0-rc.
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install --save-dev @voce-engine/testkit@0.1.0-rc.
|
|
9
|
-
```
|
|
1
|
+
# @voce-engine/testkit
|
|
2
|
+
|
|
3
|
+
Small deterministic fixtures and Mock-only helpers for offline VOCE contract tests.
|
|
4
|
+
|
|
5
|
+
> `0.1.0-rc.2` is a release candidate, not production-ready. Test contracts may change before `0.1.0`.
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install --save-dev @voce-engine/testkit@0.1.0-rc.2
|
|
9
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voce-engine/testkit",
|
|
3
|
-
"version": "0.1.0-rc.
|
|
3
|
+
"version": "0.1.0-rc.2",
|
|
4
4
|
"description": "Deterministic fixtures and Mock-only helpers for offline VOCE contract and runtime tests.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"tag": "next"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@voce-engine/core": "0.1.0-rc.
|
|
41
|
-
"@voce-engine/contracts": "0.1.0-rc.
|
|
40
|
+
"@voce-engine/core": "0.1.0-rc.2",
|
|
41
|
+
"@voce-engine/contracts": "0.1.0-rc.2"
|
|
42
42
|
}
|
|
43
43
|
}
|