vasuzex 2.3.9 → 2.3.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 +5 -5
- package/test-results.txt +0 -6880
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vasuzex",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.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",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"express-rate-limit": "^8.2.1",
|
|
109
109
|
"firebase-admin": "^13.6.0",
|
|
110
110
|
"fs-extra": "^11.3.2",
|
|
111
|
-
"guruorm": "^2.1.
|
|
111
|
+
"guruorm": "^2.1.23",
|
|
112
112
|
"helmet": "^8.1.0",
|
|
113
113
|
"inquirer": "^9.3.8",
|
|
114
114
|
"ip2location-nodejs": "^9.7.0",
|
|
@@ -165,11 +165,11 @@
|
|
|
165
165
|
},
|
|
166
166
|
"repository": {
|
|
167
167
|
"type": "git",
|
|
168
|
-
"url": "git+https://github.com/rishicool/vasuzex.git"
|
|
168
|
+
"url": "git+https://github.com/rishicool/vasuzex-v2.git"
|
|
169
169
|
},
|
|
170
170
|
"bugs": {
|
|
171
|
-
"url": "https://github.com/rishicool/vasuzex/issues"
|
|
171
|
+
"url": "https://github.com/rishicool/vasuzex-v2/issues"
|
|
172
172
|
},
|
|
173
|
-
"homepage": "https://github.com/rishicool/vasuzex#readme",
|
|
173
|
+
"homepage": "https://github.com/rishicool/vasuzex-v2#readme",
|
|
174
174
|
"packageManager": "pnpm@10.0.0"
|
|
175
175
|
}
|