@seta-labs/nestjs-health 0.1.0 → 0.2.0
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seta-labs/nestjs-health",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Health endpoints for NestJS APIs: dependency-free liveness, readiness on memory pressure against the V8 heap and container limits plus the app's critical dependencies, a diagnostic status report and a readiness flip on shutdown",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@nestjs/common": "^11.0.0",
|
|
26
|
-
"@nestjs/core": "^11.0.0",
|
|
27
|
-
"@nestjs/swagger": "^11.0.0"
|
|
25
|
+
"@nestjs/common": "^11.0.0 || ^12.0.0",
|
|
26
|
+
"@nestjs/core": "^11.0.0 || ^12.0.0",
|
|
27
|
+
"@nestjs/swagger": "^11.0.0 || ^12.0.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@nestjs/common": "^
|
|
31
|
-
"@nestjs/core": "^
|
|
32
|
-
"@nestjs/platform-express": "^
|
|
33
|
-
"@nestjs/swagger": "^
|
|
30
|
+
"@nestjs/common": "^12.1.0",
|
|
31
|
+
"@nestjs/core": "^12.1.0",
|
|
32
|
+
"@nestjs/platform-express": "^12.1.0",
|
|
33
|
+
"@nestjs/swagger": "^12.0.2",
|
|
34
34
|
"@types/node": "^22.0.0",
|
|
35
35
|
"reflect-metadata": "^0.2.2",
|
|
36
36
|
"rxjs": "^7.8.1",
|