@nattyjs/common 0.0.1-beta.50 → 0.0.1-beta.52
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.cjs +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -100,6 +100,7 @@ const typeContainer = new class {
|
|
|
100
100
|
this.controllerInfo = /* @__PURE__ */ new Map();
|
|
101
101
|
this.files = /* @__PURE__ */ new Map();
|
|
102
102
|
this.routes = {};
|
|
103
|
+
this.modelSchemas = /* @__PURE__ */ new Map();
|
|
103
104
|
}
|
|
104
105
|
setControllerJsonSchema(classInfo) {
|
|
105
106
|
const className = this.files.get(classInfo.filePath);
|
package/dist/index.mjs
CHANGED
|
@@ -83,6 +83,7 @@ const typeContainer = new class {
|
|
|
83
83
|
this.controllerInfo = /* @__PURE__ */ new Map();
|
|
84
84
|
this.files = /* @__PURE__ */ new Map();
|
|
85
85
|
this.routes = {};
|
|
86
|
+
this.modelSchemas = /* @__PURE__ */ new Map();
|
|
86
87
|
}
|
|
87
88
|
setControllerJsonSchema(classInfo) {
|
|
88
89
|
const className = this.files.get(classInfo.filePath);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nattyjs/common",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.52",
|
|
4
4
|
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "ajayojha <ojhaajay@outlook.com>",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "20.3.1",
|
|
24
|
-
"@nattyjs/types": "0.0.1-beta.
|
|
24
|
+
"@nattyjs/types": "0.0.1-beta.52",
|
|
25
25
|
"unbuild": "1.2.1"
|
|
26
26
|
}
|
|
27
27
|
}
|