@visulima/health-check 3.0.4 → 3.0.5

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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## @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
+
3
+ ### Bug Fixes
4
+
5
+ * bump packem, to fix minified version of the code ([2a36ceb](https://github.com/visulima/visulima/commit/2a36ceb09251b0ca1178701a26547a871ed717a7))
6
+
1
7
  ## @visulima/health-check [3.0.4](https://github.com/visulima/visulima/compare/@visulima/health-check@3.0.3...@visulima/health-check@3.0.4) (2025-11-12)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/health-check",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
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",