vasuzex 2.1.10 → 2.1.11
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/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vasuzex",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.11",
|
|
4
4
|
"description": "Laravel-inspired framework for Node.js monorepos - V2 with optimized dependencies",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./framework/index.js",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"express": "^5.2.1",
|
|
107
107
|
"express-rate-limit": "^8.2.1",
|
|
108
108
|
"fs-extra": "^11.3.2",
|
|
109
|
-
"guruorm": "^2.0.
|
|
109
|
+
"guruorm": "^2.0.15",
|
|
110
110
|
"helmet": "^8.1.0",
|
|
111
111
|
"inquirer": "^9.3.8",
|
|
112
112
|
"ip2location-nodejs": "^9.7.0",
|
|
@@ -154,8 +154,7 @@
|
|
|
154
154
|
"overrides": {
|
|
155
155
|
"express": "^5.2.1",
|
|
156
156
|
"react": "^18.2.0",
|
|
157
|
-
"vue": "^3.4.0"
|
|
158
|
-
"guruorm": "link:../GuruORM"
|
|
157
|
+
"vue": "^3.4.0"
|
|
159
158
|
}
|
|
160
159
|
},
|
|
161
160
|
"repository": {
|