@voce-engine/testkit 0.1.0-rc.2 → 0.1.0-rc.3
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Small deterministic fixtures and Mock-only helpers for offline VOCE contract tests.
|
|
4
4
|
|
|
5
|
-
> `0.1.0-rc.
|
|
5
|
+
> `0.1.0-rc.3` is a release candidate, not production-ready. Test contracts may change before `0.1.0`.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install --save-dev @voce-engine/testkit@0.1.0-rc.
|
|
8
|
+
npm install --save-dev @voce-engine/testkit@0.1.0-rc.3
|
|
9
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.3",
|
|
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.3",
|
|
41
|
+
"@voce-engine/contracts": "0.1.0-rc.3"
|
|
42
42
|
}
|
|
43
43
|
}
|