@orkestrel/test 0.0.10 → 0.0.11

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orkestrel/test",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "The test helpers the Orkestrel fleet repeats — a call recorder, a real delay, JSON and async collectors, an owned scratch directory with a source-file walker, and a browser journey layer that drives real interfaces by role and accessible name. Zero runtime dependencies. Part of the @orkestrel line.",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/orkestrel/test#readme",
@@ -83,7 +83,7 @@
83
83
  "@microsoft/api-extractor": "^7.59.0",
84
84
  "@orkestrel/guide": "^0.0.12",
85
85
  "@orkestrel/probe": "^0.0.2",
86
- "@orkestrel/scaffold": "^0.0.48",
86
+ "@orkestrel/scaffold": "^0.0.49",
87
87
  "@types/node": "^26.2.0",
88
88
  "@vitest/browser-playwright": "^4.1.11",
89
89
  "oxfmt": "^0.64.0",
@@ -95,7 +95,7 @@
95
95
  "vitest": "^4.1.11"
96
96
  },
97
97
  "peerDependencies": {
98
- "vitest": "^4.1.11"
98
+ "vitest": "^4.1.0"
99
99
  },
100
100
  "engines": {
101
101
  "node": ">=22.12.0"