@zola_do/health 0.2.9 → 0.2.13

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.
Files changed (1) hide show
  1. package/package.json +88 -88
package/package.json CHANGED
@@ -1,88 +1,88 @@
1
- {
2
- "name": "@zola_do/health",
3
- "version": "0.2.9",
4
- "description": "NestJS health checks (Terminus) aligned with @zola_do TypeORM, RabbitMQ, and storage env patterns",
5
- "author": "zolaDO",
6
- "license": "ISC",
7
- "sideEffects": false,
8
- "engines": {
9
- "node": ">=20.0.0"
10
- },
11
- "publishConfig": {
12
- "access": "public"
13
- },
14
- "main": "./dist/index.js",
15
- "types": "./dist/index.d.ts",
16
- "exports": {
17
- ".": {
18
- "types": "./dist/index.d.ts",
19
- "require": "./dist/index.js",
20
- "default": "./dist/index.js"
21
- }
22
- },
23
- "files": [
24
- "dist",
25
- "README.md"
26
- ],
27
- "scripts": {
28
- "clean": "rimraf dist",
29
- "typecheck": "tsc --noEmit",
30
- "build": "npm run clean && tsc",
31
- "prepublishOnly": "npm run build"
32
- },
33
- "peerDependencies": {
34
- "@nestjs/common": "^10.0.0 || ^11.0.0",
35
- "@nestjs/core": "^10.0.0 || ^11.0.0",
36
- "@nestjs/microservices": "^10.0.0 || ^11.0.0",
37
- "@nestjs/terminus": "^10.0.0 || ^11.0.0",
38
- "@nestjs/typeorm": "^10.0.0 || ^11.0.1",
39
- "amqplib": "^0.10.0",
40
- "reflect-metadata": "^0.1.0 || ^0.2.0",
41
- "rxjs": "^7.0.0 || ^8.0.0",
42
- "typeorm": "^0.3.0 || ^1.0.0"
43
- },
44
- "peerDependenciesMeta": {
45
- "@nestjs/terminus": {
46
- "optional": true
47
- },
48
- "@nestjs/microservices": {
49
- "optional": true
50
- },
51
- "@nestjs/typeorm": {
52
- "optional": true
53
- },
54
- "amqplib": {
55
- "optional": true
56
- },
57
- "typeorm": {
58
- "optional": true
59
- }
60
- },
61
- "devDependencies": {
62
- "rimraf": "^6.1.3",
63
- "typescript": "^5.9.3"
64
- },
65
- "repository": {
66
- "directory": "packages/health",
67
- "type": "git",
68
- "url": "https://github.com/zola0031/zola-nestjs-shared.git"
69
- },
70
- "homepage": "https://github.com/zola0031/zola-nestjs-shared#readme",
71
- "bugs": {
72
- "url": "https://github.com/zola0031/zola-nestjs-shared/issues"
73
- },
74
- "funding": {
75
- "type": "github",
76
- "url": "https://github.com/sponsors/zola0031"
77
- },
78
- "keywords": [
79
- "nestjs",
80
- "typescript",
81
- "health",
82
- "terminus",
83
- "readiness",
84
- "liveness",
85
- "zola_do",
86
- "nestjs-shared"
87
- ]
88
- }
1
+ {
2
+ "name": "@zola_do/health",
3
+ "version": "0.2.13",
4
+ "description": "NestJS health checks (Terminus) aligned with @zola_do TypeORM, RabbitMQ, and storage env patterns",
5
+ "author": "zolaDO",
6
+ "license": "ISC",
7
+ "sideEffects": false,
8
+ "engines": {
9
+ "node": ">=20.0.0"
10
+ },
11
+ "publishConfig": {
12
+ "access": "public"
13
+ },
14
+ "main": "./dist/index.js",
15
+ "types": "./dist/index.d.ts",
16
+ "exports": {
17
+ ".": {
18
+ "types": "./dist/index.d.ts",
19
+ "require": "./dist/index.js",
20
+ "default": "./dist/index.js"
21
+ }
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "README.md"
26
+ ],
27
+ "scripts": {
28
+ "clean": "rimraf dist",
29
+ "typecheck": "tsc --noEmit",
30
+ "build": "npm run clean && tsc",
31
+ "prepublishOnly": "npm run build"
32
+ },
33
+ "peerDependencies": {
34
+ "@nestjs/common": "^10.0.0 || ^11.0.0",
35
+ "@nestjs/core": "^10.0.0 || ^11.0.0",
36
+ "@nestjs/microservices": "^10.0.0 || ^11.0.0",
37
+ "@nestjs/terminus": "^10.0.0 || ^11.0.0",
38
+ "@nestjs/typeorm": "^10.0.0 || ^11.0.1",
39
+ "amqplib": "^0.10.0",
40
+ "reflect-metadata": "^0.1.0 || ^0.2.0",
41
+ "rxjs": "^7.0.0 || ^8.0.0",
42
+ "typeorm": "^0.3.0 || ^1.0.0"
43
+ },
44
+ "peerDependenciesMeta": {
45
+ "@nestjs/terminus": {
46
+ "optional": true
47
+ },
48
+ "@nestjs/microservices": {
49
+ "optional": true
50
+ },
51
+ "@nestjs/typeorm": {
52
+ "optional": true
53
+ },
54
+ "amqplib": {
55
+ "optional": true
56
+ },
57
+ "typeorm": {
58
+ "optional": true
59
+ }
60
+ },
61
+ "devDependencies": {
62
+ "rimraf": "^6.1.3",
63
+ "typescript": "^5.9.3"
64
+ },
65
+ "repository": {
66
+ "directory": "packages/health",
67
+ "type": "git",
68
+ "url": "https://github.com/zola0031/zola-nestjs-shared.git"
69
+ },
70
+ "homepage": "https://github.com/zola0031/zola-nestjs-shared#readme",
71
+ "bugs": {
72
+ "url": "https://github.com/zola0031/zola-nestjs-shared/issues"
73
+ },
74
+ "funding": {
75
+ "type": "github",
76
+ "url": "https://github.com/sponsors/zola0031"
77
+ },
78
+ "keywords": [
79
+ "nestjs",
80
+ "typescript",
81
+ "health",
82
+ "terminus",
83
+ "readiness",
84
+ "liveness",
85
+ "zola_do",
86
+ "nestjs-shared"
87
+ ]
88
+ }