@visulima/health-check 3.0.5 → 4.0.0-alpha.1

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 (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## @visulima/health-check [4.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/health-check@3.0.5...@visulima/health-check@4.0.0-alpha.1) (2025-12-04)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * change min node version to 22.13
6
+
7
+ ### Bug Fixes
8
+
9
+ * update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility ([b828e9a](https://github.com/visulima/visulima/commit/b828e9aeaebfc798eecddccd90e6ec7560c6d36a))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
14
+ * update dependencies across multiple packages to improve compatibility and performance, including upgrading `@anolilab/semantic-release-pnpm` and `@anolilab/semantic-release-preset` to versions 3.2.0 and 12.1.0 respectively, and updating `react`, `react-dom`, and `next` versions to 19.2.1 and 16.0.7 in various package.json files ([aee8fcd](https://github.com/visulima/visulima/commit/aee8fcd796ae9b8d055903260e7150996ea9f53d))
15
+
1
16
  ## @visulima/health-check [3.0.5](https://github.com/visulima/visulima/compare/@visulima/health-check@3.0.4...@visulima/health-check@3.0.5) (2025-11-13)
2
17
 
3
18
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/health-check",
3
- "version": "3.0.5",
3
+ "version": "4.0.0-alpha.1",
4
4
  "description": "A library built to provide support for defining service health for node services. It allows you to register async health checks for your dependencies and the service itself, provides a health endpoint that exposes their status, and health metrics.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -19,7 +19,7 @@
19
19
  "repository": {
20
20
  "type": "git",
21
21
  "url": "https://github.com/visulima/visulima.git",
22
- "directory": "packages/health-check"
22
+ "directory": "packages/api/health-check"
23
23
  },
24
24
  "funding": [
25
25
  {
@@ -57,7 +57,7 @@
57
57
  "pingman": "^2.1.0"
58
58
  },
59
59
  "engines": {
60
- "node": ">=18.0.0 <=25.x"
60
+ "node": ">=22.13 <=25.x"
61
61
  },
62
62
  "os": [
63
63
  "darwin",