@intent-framework/testing 0.1.0-alpha.2 → 0.1.0-alpha.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 +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,11 +5,11 @@ Semantic test harness for Intent screens.
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
|
-
pnpm add -D @intent-framework/testing
|
|
8
|
+
pnpm add -D @intent-framework/testing
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
npm install --save-dev @intent-framework/testing
|
|
12
|
+
npm install --save-dev @intent-framework/testing
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## What it provides
|
|
@@ -66,10 +66,11 @@ Testing provides a runtime harness for Intent screens. It depends on `@intent-fr
|
|
|
66
66
|
|
|
67
67
|
## Learn more
|
|
68
68
|
|
|
69
|
+
- [Testing Harness Guide](../../docs/Testing-Harness.md) — full API reference, resource testing, services injection
|
|
69
70
|
- [Root README](../../README.md) — project overview and testing philosophy
|
|
70
71
|
- [Quickstart](../../docs/Quickstart.md) — step-by-step guide with testing
|
|
71
72
|
- [Canonical runnable example](../../examples/canonical-invite) — matches the Quickstart one-to-one
|
|
72
73
|
|
|
73
74
|
## Status
|
|
74
75
|
|
|
75
|
-
Experimental alpha.
|
|
76
|
+
Experimental alpha. APIs may change. Not recommended for production use.
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.1.0-alpha.
|
|
6
|
+
"version": "0.1.0-alpha.5",
|
|
7
7
|
"description": "Semantic test harness for Intent screens",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@intent-framework/core": "0.1.0-alpha.
|
|
29
|
+
"@intent-framework/core": "^0.1.0-alpha.5"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"tsdown": "^0.3.0",
|