@zerotal/testing 1.7.3 → 1.7.4

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 (2) hide show
  1. package/api-surface.md +1 -1
  2. package/package.json +6 -6
package/api-surface.md CHANGED
@@ -290,7 +290,7 @@ type FakeFile = { create(name: string, content?: string | Uint8Array, type?:
290
290
 
291
291
  type SessionDecoder = (response: Response) => Promise<Record<string, unknown> | null>
292
292
 
293
- type TestFormValue = string | number | boolean | Blob | File | TestFileInput | null | undefined
293
+ type TestFormValue = string | number | boolean | null | undefined | TestFileInput | File | Blob
294
294
 
295
295
  ## ./browser `(./src/browser.ts)`
296
296
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerotal/testing",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "license": "MIT",
5
5
  "maturity": "stable",
6
6
  "private": false,
@@ -32,14 +32,14 @@
32
32
  "typecheck": "tsc --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@zerotal/core": "1.7.3",
36
- "@zerotal/orm": "1.7.3",
37
- "@zerotal/queue": "1.7.3",
38
- "@zerotal/notifications": "1.7.3"
35
+ "@zerotal/core": "1.7.4",
36
+ "@zerotal/orm": "1.7.4",
37
+ "@zerotal/queue": "1.7.4",
38
+ "@zerotal/notifications": "1.7.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "typescript": "^5.8.0",
42
- "@zerotal/session": "1.7.3"
42
+ "@zerotal/session": "1.7.4"
43
43
  },
44
44
  "description": "Testing utilities for Zerotal — an in-process test app, HTTP helpers, and database refresh.",
45
45
  "keywords": [