@healthzkit/mongo 0.0.5 → 0.0.6

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 +27 -3
package/package.json CHANGED
@@ -1,7 +1,28 @@
1
1
  {
2
2
  "name": "@healthzkit/mongo",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
+ "description": "MongoDB health-check adapters for healthzkit (mongodb driver and mongoose).",
5
+ "keywords": [
6
+ "health-check",
7
+ "healthcheck",
8
+ "healthzkit",
9
+ "kubernetes",
10
+ "liveness",
11
+ "mongo",
12
+ "mongodb",
13
+ "mongoose",
14
+ "probe",
15
+ "readiness"
16
+ ],
17
+ "homepage": "https://healthzkit.dev/adapter/mongo",
18
+ "bugs": {
19
+ "url": "https://github.com/alasti-company/healthzkit.dev/issues"
20
+ },
4
21
  "license": "MIT",
22
+ "author": {
23
+ "name": "Alasti Company",
24
+ "url": "https://healthzkit.dev"
25
+ },
5
26
  "repository": {
6
27
  "type": "git",
7
28
  "url": "https://github.com/alasti-company/healthzkit.dev",
@@ -21,13 +42,13 @@
21
42
  "access": "public"
22
43
  },
23
44
  "dependencies": {
24
- "@healthzkit/shared": "0.0.1"
45
+ "@healthzkit/shared": "0.0.2"
25
46
  },
26
47
  "devDependencies": {
27
48
  "@types/node": "^24",
28
49
  "@typescript/native-preview": "7.0.0-dev.20260707.2",
29
50
  "bumpp": "^12.3.0",
30
- "healthzkit": "0.0.4",
51
+ "healthzkit": "0.1.0",
31
52
  "mongodb": "^7.6.0",
32
53
  "mongoose": "^9.9.5",
33
54
  "typescript": "^5",
@@ -45,6 +66,9 @@
45
66
  "optional": true
46
67
  }
47
68
  },
69
+ "engines": {
70
+ "node": ">=22.12.0"
71
+ },
48
72
  "scripts": {
49
73
  "build": "vp pack",
50
74
  "dev": "vp pack --watch",