@xube/kit-constants 0.2.7 → 0.2.12
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/http.d.ts +1 -1
- package/package.json +3 -3
package/dist/http.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare const StatusCode: {
|
|
|
11
11
|
readonly Conflict: 409;
|
|
12
12
|
readonly InternalError: 500;
|
|
13
13
|
};
|
|
14
|
-
export declare const StatusCodeSchema: z.
|
|
14
|
+
export declare const StatusCodeSchema: z.ZodEnum<{
|
|
15
15
|
readonly OK: 200;
|
|
16
16
|
readonly Created: 201;
|
|
17
17
|
readonly PartialSuccess: 206;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xube/kit-constants",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/XubeLtd/dev-kit#readme",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"zod": "^
|
|
20
|
+
"zod": "^4.4.3"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@xube/kit-build": "^0.2.
|
|
23
|
+
"@xube/kit-build": "^0.2.12"
|
|
24
24
|
}
|
|
25
25
|
}
|