@jterrazz/test 10.0.0 → 10.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jterrazz/test",
3
- "version": "10.0.0",
3
+ "version": "10.1.0",
4
4
  "description": "Declarative testing framework for HTTP APIs, CLIs, and background jobs — one entry point, real infrastructure, golden-file assertions, plus an oxlint convention plugin.",
5
5
  "keywords": [
6
6
  "api-testing",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@hono/node-server": "^2.0.8",
66
- "@jterrazz/typescript": "^7.0.0",
66
+ "@jterrazz/typescript": "^7.1.1",
67
67
  "@types/better-sqlite3": "^7.6.13",
68
68
  "@types/node": "^26.1.1",
69
69
  "@types/pg": "^8.20.0",
@@ -71,15 +71,24 @@
71
71
  "oxlint": "^1.74.0",
72
72
  "playwright": "^1.49.0",
73
73
  "tsdown": "^0.22.7",
74
- "vitest": "^4.1.10"
74
+ "vitest": "^4.1.10",
75
+ "webdriverio": "^9.30.0"
75
76
  },
76
77
  "peerDependencies": {
78
+ "appium": "^3.0.0",
77
79
  "playwright": "^1.49.0",
78
- "vitest": "^4.1.10"
80
+ "vitest": "^4.1.10",
81
+ "webdriverio": "^9.30.0"
79
82
  },
80
83
  "peerDependenciesMeta": {
84
+ "appium": {
85
+ "optional": true
86
+ },
81
87
  "playwright": {
82
88
  "optional": true
89
+ },
90
+ "webdriverio": {
91
+ "optional": true
83
92
  }
84
93
  },
85
94
  "engines": {