@vnphu/nestjs-api-explorer 0.2.2 → 0.2.3
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 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vnphu/nestjs-api-explorer",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "An in-app API explorer for NestJS — like Postman, but built right into your app.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -40,16 +40,12 @@
|
|
|
40
40
|
"rxjs": "^7.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@nestjs/common": "^
|
|
44
|
-
"@nestjs/core": "^
|
|
43
|
+
"@nestjs/common": "^11.0.0",
|
|
44
|
+
"@nestjs/core": "^11.0.0",
|
|
45
45
|
"@types/express": "^4.17.21",
|
|
46
46
|
"@types/node": "^20.0.0",
|
|
47
47
|
"reflect-metadata": "^0.2.0",
|
|
48
48
|
"rxjs": "^7.8.0",
|
|
49
49
|
"typescript": "^5.3.0"
|
|
50
|
-
},
|
|
51
|
-
"dependencies": {
|
|
52
|
-
"@vnphu/nestjs-api-explorer": "^0.1.0",
|
|
53
|
-
"nestjs-api-docs": "file:.."
|
|
54
50
|
}
|
|
55
51
|
}
|