@irtio/testing 0.5.0 → 0.5.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@irtio/testing",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "irtio's blessed test API: testRoom() in-process rooms with real client semantics, plus Vitest matchers",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -23,11 +23,11 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@irtio/client": "0.5.0",
27
- "@irtio/protocol": "0.5.0",
28
- "@irtio/runtime": "0.5.0",
29
- "@irtio/schema": "0.5.0",
30
- "@irtio/server": "0.5.0"
26
+ "@irtio/protocol": "0.5.2",
27
+ "@irtio/runtime": "0.5.2",
28
+ "@irtio/schema": "0.5.2",
29
+ "@irtio/server": "0.5.2",
30
+ "@irtio/client": "0.5.2"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "vitest": ">=3"