@orkestrel/test 0.0.6 → 0.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orkestrel/test",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
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",
@@ -76,21 +76,23 @@
76
76
  "build:src:core": "vite build --config configs/src/vite.core.config.ts && npm run copy dist/src/core/index.d.ts dist/src/core/index.d.cts",
77
77
  "build:src:browser": "vite build --config configs/src/vite.browser.config.ts",
78
78
  "build:src:server": "vite build --config configs/src/vite.server.config.ts && npm run copy dist/src/server/index.d.ts dist/src/server/index.d.cts",
79
+ "prepack": "npm run build",
79
80
  "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test"
80
81
  },
81
82
  "devDependencies": {
82
- "@microsoft/api-extractor": "^7.58.12",
83
- "@orkestrel/guide": "^0.0.11",
84
- "@orkestrel/scaffold": "^0.0.38",
83
+ "@microsoft/api-extractor": "^7.58.13",
84
+ "@orkestrel/guide": "^0.0.12",
85
+ "@orkestrel/probe": "^0.0.1",
86
+ "@orkestrel/scaffold": "^0.0.46",
85
87
  "@types/node": "^26.2.0",
86
- "@vitest/browser-playwright": "^4.1.10",
87
- "oxfmt": "^0.62.0",
88
- "oxlint": "^1.77.0",
88
+ "@vitest/browser-playwright": "^4.1.11",
89
+ "oxfmt": "^0.64.0",
90
+ "oxlint": "^1.79.0",
89
91
  "playwright": "^1.62.1",
90
92
  "typescript": "^6.0.3",
91
- "vite": "~8.2.0",
93
+ "vite": "~8.2.2",
92
94
  "vite-plugin-dts": "^5.0.3",
93
- "vitest": "^4.1.10"
95
+ "vitest": "^4.1.11"
94
96
  },
95
97
  "peerDependencies": {
96
98
  "vitest": "^4.1.10"