@dunx/testing 0.2.13 → 0.3.0
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -154,4 +154,4 @@ the copy your app already has.
|
|
|
154
154
|
Peers would have expressed that better, and were tried first: `bun run --filter '*'`
|
|
155
155
|
derives its build order from `dependencies` only, so a peer-only manifest cannot be
|
|
156
156
|
built in this monorepo at all. The reasoning and the measurement are in
|
|
157
|
-
[
|
|
157
|
+
[architecture/packaging.md](../../docs/architecture/packaging.md), "Test harness".
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dunx/testing",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Test harness for dunx apps: a container with providers replaced in place, and a real Bun.serve on port 0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bun",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@dunx/http": "workspace:*"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@dunx/core": "^0.
|
|
55
|
-
"@dunx/http": "^0.
|
|
54
|
+
"@dunx/core": "^0.3.0",
|
|
55
|
+
"@dunx/http": "^0.3.0",
|
|
56
56
|
"@types/bun": ">=1.3.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependenciesMeta": {
|