@ucdjs/test-utils 1.0.1-beta.1 → 1.0.1-beta.3
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/dist/matchers/types.mjs +4 -4
- package/package.json +7 -7
package/dist/matchers/types.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import "@vitest/expect";
|
|
|
4
4
|
|
|
5
5
|
//#region src/matchers/error-matchers.d.ts
|
|
6
6
|
var ErrorMatcherOptions = [
|
|
7
|
-
|
|
7
|
+
11,
|
|
8
8
|
() => [
|
|
9
9
|
Error,
|
|
10
10
|
RegExp,
|
|
@@ -28,7 +28,7 @@ var ErrorMatcherOptions = [
|
|
|
28
28
|
//#endregion
|
|
29
29
|
//#region src/matchers/response-matchers.d.ts
|
|
30
30
|
var ApiErrorOptions = [
|
|
31
|
-
|
|
31
|
+
13,
|
|
32
32
|
() => [RegExp],
|
|
33
33
|
[
|
|
34
34
|
"",
|
|
@@ -37,7 +37,7 @@ var ApiErrorOptions = [
|
|
|
37
37
|
]
|
|
38
38
|
];
|
|
39
39
|
var ResponseMatcherOptions = [
|
|
40
|
-
|
|
40
|
+
16,
|
|
41
41
|
() => [
|
|
42
42
|
RegExp,
|
|
43
43
|
Record,
|
|
@@ -62,7 +62,7 @@ var ResponseMatcherOptions = [
|
|
|
62
62
|
//#endregion
|
|
63
63
|
//#region src/matchers/schema-matchers.d.ts
|
|
64
64
|
var SchemaMatcherOptions = [
|
|
65
|
-
|
|
65
|
+
9,
|
|
66
66
|
(TSchema) => [
|
|
67
67
|
z$2.ZodType,
|
|
68
68
|
TSchema,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ucdjs/test-utils",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Lucas Nørgård",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"vitest-testdirs": "4.4.2",
|
|
40
|
-
"@ucdjs/ucd-store": "1.0.1-beta.
|
|
40
|
+
"@ucdjs/ucd-store": "1.0.1-beta.3"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@luxass/msw-utils": "0.6.0",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@unicode-utils/core": "0.12.0-beta.19",
|
|
46
46
|
"msw": "2.12.10",
|
|
47
47
|
"zod": "4.3.6",
|
|
48
|
-
"@ucdjs-internal/shared": "0.1.1-beta.
|
|
49
|
-
"@ucdjs/fs-bridge": "0.1.1-beta.
|
|
50
|
-
"@ucdjs/schemas": "0.1.1-beta.
|
|
51
|
-
"@ucdjs/env": "0.1.1-beta.
|
|
48
|
+
"@ucdjs-internal/shared": "0.1.1-beta.3",
|
|
49
|
+
"@ucdjs/fs-bridge": "0.1.1-beta.3",
|
|
50
|
+
"@ucdjs/schemas": "0.1.1-beta.3",
|
|
51
|
+
"@ucdjs/env": "0.1.1-beta.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@luxass/eslint-config": "7.2.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"typescript": "5.9.3",
|
|
62
62
|
"vitest-testdirs": "4.4.2",
|
|
63
63
|
"@ucdjs-tooling/tsdown-config": "1.0.0",
|
|
64
|
-
"@ucdjs/ucd-store": "1.0.1-beta.
|
|
64
|
+
"@ucdjs/ucd-store": "1.0.1-beta.3",
|
|
65
65
|
"@ucdjs-tooling/tsconfig": "1.0.0"
|
|
66
66
|
},
|
|
67
67
|
"publishConfig": {
|