@vercube/schema 0.0.19 → 0.0.21
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/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -111,7 +111,7 @@ var require_decorate = __commonJS({ "../../node_modules/.pnpm/@oxc-project+runti
|
|
|
111
111
|
|
|
112
112
|
//#endregion
|
|
113
113
|
//#region src/Decorators/Schema.ts
|
|
114
|
-
var import_decorate$1 = __toESM(require_decorate());
|
|
114
|
+
var import_decorate$1 = __toESM(require_decorate(), 1);
|
|
115
115
|
/**
|
|
116
116
|
* A decorator class for handling OpenAPI schema registration for routes.
|
|
117
117
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercube/schema",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
4
|
"description": "Schema (swagger) module for Vercube framework",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@standard-schema/spec": "1.0.0",
|
|
32
32
|
"defu": "6.1.4",
|
|
33
33
|
"zod": "4.0.10",
|
|
34
|
-
"@vercube/core": "0.0.
|
|
35
|
-
"@vercube/di": "0.0.
|
|
34
|
+
"@vercube/core": "0.0.21",
|
|
35
|
+
"@vercube/di": "0.0.21"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|