@visulima/health-check 2.0.15 → 2.0.16
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/CHANGELOG.md +11 -0
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/health-check [2.0.16](https://github.com/visulima/visulima/compare/@visulima/health-check@2.0.15...@visulima/health-check@2.0.16) (2024-09-24)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
|
|
6
|
+
* updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
|
|
11
|
+
|
|
1
12
|
## @visulima/health-check [2.0.15](https://github.com/visulima/visulima/compare/@visulima/health-check@2.0.14...@visulima/health-check@2.0.15) (2024-09-12)
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|
package/dist/index.d.cts
CHANGED
|
@@ -58,3 +58,5 @@ declare class Healthcheck implements HealthCheck {
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
export { type Checker, Healthcheck as HealthCheck, dnsCheck, _default$1 as healthCheckHandler, _default as healthReadyHandler, httpCheck, nodeEnvironmentCheck as nodeEnvCheck, pingCheck };
|
|
61
|
+
|
|
62
|
+
export = as healthReadyHandler;
|
package/dist/index.d.ts
CHANGED
|
@@ -58,3 +58,5 @@ declare class Healthcheck implements HealthCheck {
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
export { type Checker, Healthcheck as HealthCheck, dnsCheck, _default$1 as healthCheckHandler, _default as healthReadyHandler, httpCheck, nodeEnvironmentCheck as nodeEnvCheck, pingCheck };
|
|
61
|
+
|
|
62
|
+
export = as healthReadyHandler;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/health-check",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.16",
|
|
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",
|
|
@@ -77,33 +77,33 @@
|
|
|
77
77
|
"@anolilab/prettier-config": "^5.0.14",
|
|
78
78
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
79
79
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
80
|
-
"@arethetypeswrong/cli": "^0.16.
|
|
80
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
81
81
|
"@arthurgeron/eslint-plugin-react-usememo": "^2.4.1",
|
|
82
82
|
"@babel/core": "^7.25.2",
|
|
83
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
83
|
+
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
84
84
|
"@testing-library/react": "^16.0.1",
|
|
85
85
|
"@types/node": "18.19.15",
|
|
86
|
-
"@visulima/packem": "
|
|
87
|
-
"@vitest/coverage-v8": "^2.
|
|
88
|
-
"@vitest/ui": "^2.
|
|
86
|
+
"@visulima/packem": "1.0.1",
|
|
87
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
88
|
+
"@vitest/ui": "^2.1.1",
|
|
89
89
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
90
90
|
"cross-env": "^7.0.3",
|
|
91
91
|
"cross-fetch": "^4.0.0",
|
|
92
|
-
"esbuild": "
|
|
92
|
+
"esbuild": "0.24.0",
|
|
93
93
|
"eslint": "8.57.0",
|
|
94
94
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
95
95
|
"eslint-plugin-etc": "^2.0.3",
|
|
96
96
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
97
97
|
"eslint-plugin-jsx-a11y": "^6.10.0",
|
|
98
98
|
"eslint-plugin-mdx": "^3.1.5",
|
|
99
|
-
"eslint-plugin-react": "^7.
|
|
99
|
+
"eslint-plugin-react": "^7.36.1",
|
|
100
100
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
101
101
|
"eslint-plugin-ssr-friendly": "^1.3.0",
|
|
102
102
|
"eslint-plugin-testing-library": "^6.3.0",
|
|
103
103
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
104
104
|
"eslint-plugin-vitest": "^0.4.1",
|
|
105
105
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
106
|
-
"msw": "^2.4.
|
|
106
|
+
"msw": "^2.4.9",
|
|
107
107
|
"next": "^14.2.4",
|
|
108
108
|
"node-mocks-http": "^1.16.0",
|
|
109
109
|
"prettier": "^3.3.3",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"rimraf": "5.0.9",
|
|
113
113
|
"semantic-release": "24.0.0",
|
|
114
114
|
"typescript": "5.4.5",
|
|
115
|
-
"vitest": "^2.
|
|
115
|
+
"vitest": "^2.1.1"
|
|
116
116
|
},
|
|
117
117
|
"optionalDependencies": {
|
|
118
118
|
"next": "^14.2.4"
|