@checkstack/healthcheck-backend 1.6.1 → 1.6.2
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 +30 -0
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @checkstack/healthcheck-backend
|
|
2
2
|
|
|
3
|
+
## 1.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [1fee9da]
|
|
8
|
+
- @checkstack/common@0.14.1
|
|
9
|
+
- @checkstack/ai-backend@0.1.2
|
|
10
|
+
- @checkstack/ai-common@0.1.2
|
|
11
|
+
- @checkstack/automation-backend@0.5.2
|
|
12
|
+
- @checkstack/backend-api@0.21.2
|
|
13
|
+
- @checkstack/cache-api@0.3.11
|
|
14
|
+
- @checkstack/catalog-backend@1.4.2
|
|
15
|
+
- @checkstack/catalog-common@2.3.2
|
|
16
|
+
- @checkstack/command-backend@0.2.2
|
|
17
|
+
- @checkstack/gitops-backend@0.5.2
|
|
18
|
+
- @checkstack/gitops-common@0.6.2
|
|
19
|
+
- @checkstack/healthcheck-common@1.5.2
|
|
20
|
+
- @checkstack/incident-backend@1.6.2
|
|
21
|
+
- @checkstack/incident-common@1.4.2
|
|
22
|
+
- @checkstack/maintenance-common@1.4.2
|
|
23
|
+
- @checkstack/notification-common@1.3.2
|
|
24
|
+
- @checkstack/queue-api@0.3.11
|
|
25
|
+
- @checkstack/satellite-backend@0.6.2
|
|
26
|
+
- @checkstack/script-packages-backend@0.3.2
|
|
27
|
+
- @checkstack/sdk@0.96.1
|
|
28
|
+
- @checkstack/secrets-backend@0.2.2
|
|
29
|
+
- @checkstack/secrets-common@0.2.2
|
|
30
|
+
- @checkstack/signal-common@0.2.8
|
|
31
|
+
- @checkstack/cache-utils@0.2.16
|
|
32
|
+
|
|
3
33
|
## 1.6.1
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/healthcheck-backend",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -14,30 +14,30 @@
|
|
|
14
14
|
"lint:code": "eslint . --max-warnings 0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@checkstack/backend-api": "0.21.
|
|
18
|
-
"@checkstack/ai-backend": "0.1.
|
|
19
|
-
"@checkstack/ai-common": "0.1.
|
|
20
|
-
"@checkstack/script-packages-backend": "0.3.
|
|
21
|
-
"@checkstack/cache-api": "0.3.
|
|
22
|
-
"@checkstack/cache-utils": "0.2.
|
|
23
|
-
"@checkstack/catalog-backend": "1.4.
|
|
24
|
-
"@checkstack/catalog-common": "2.3.
|
|
25
|
-
"@checkstack/command-backend": "0.2.
|
|
26
|
-
"@checkstack/common": "0.
|
|
27
|
-
"@checkstack/gitops-backend": "0.5.
|
|
28
|
-
"@checkstack/gitops-common": "0.6.
|
|
29
|
-
"@checkstack/healthcheck-common": "1.5.
|
|
30
|
-
"@checkstack/secrets-common": "0.2.
|
|
31
|
-
"@checkstack/secrets-backend": "0.2.
|
|
32
|
-
"@checkstack/incident-backend": "1.6.
|
|
33
|
-
"@checkstack/incident-common": "1.4.
|
|
34
|
-
"@checkstack/automation-backend": "0.5.
|
|
35
|
-
"@checkstack/maintenance-common": "1.4.
|
|
36
|
-
"@checkstack/notification-common": "1.3.
|
|
37
|
-
"@checkstack/queue-api": "0.3.
|
|
38
|
-
"@checkstack/satellite-backend": "0.6.
|
|
39
|
-
"@checkstack/sdk": "0.
|
|
40
|
-
"@checkstack/signal-common": "0.2.
|
|
17
|
+
"@checkstack/backend-api": "0.21.2",
|
|
18
|
+
"@checkstack/ai-backend": "0.1.2",
|
|
19
|
+
"@checkstack/ai-common": "0.1.2",
|
|
20
|
+
"@checkstack/script-packages-backend": "0.3.2",
|
|
21
|
+
"@checkstack/cache-api": "0.3.11",
|
|
22
|
+
"@checkstack/cache-utils": "0.2.16",
|
|
23
|
+
"@checkstack/catalog-backend": "1.4.2",
|
|
24
|
+
"@checkstack/catalog-common": "2.3.2",
|
|
25
|
+
"@checkstack/command-backend": "0.2.2",
|
|
26
|
+
"@checkstack/common": "0.14.1",
|
|
27
|
+
"@checkstack/gitops-backend": "0.5.2",
|
|
28
|
+
"@checkstack/gitops-common": "0.6.2",
|
|
29
|
+
"@checkstack/healthcheck-common": "1.5.2",
|
|
30
|
+
"@checkstack/secrets-common": "0.2.2",
|
|
31
|
+
"@checkstack/secrets-backend": "0.2.2",
|
|
32
|
+
"@checkstack/incident-backend": "1.6.2",
|
|
33
|
+
"@checkstack/incident-common": "1.4.2",
|
|
34
|
+
"@checkstack/automation-backend": "0.5.2",
|
|
35
|
+
"@checkstack/maintenance-common": "1.4.2",
|
|
36
|
+
"@checkstack/notification-common": "1.3.2",
|
|
37
|
+
"@checkstack/queue-api": "0.3.11",
|
|
38
|
+
"@checkstack/satellite-backend": "0.6.2",
|
|
39
|
+
"@checkstack/sdk": "0.96.1",
|
|
40
|
+
"@checkstack/signal-common": "0.2.8",
|
|
41
41
|
"@hono/zod-validator": "^0.7.6",
|
|
42
42
|
"drizzle-orm": "^0.45.0",
|
|
43
43
|
"hono": "^4.12.23",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@checkstack/drizzle-helper": "0.0.5",
|
|
52
|
-
"@checkstack/scripts": "0.4.
|
|
53
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
52
|
+
"@checkstack/scripts": "0.4.2",
|
|
53
|
+
"@checkstack/test-utils-backend": "0.1.36",
|
|
54
54
|
"@checkstack/tsconfig": "0.0.7",
|
|
55
55
|
"@types/bun": "^1.0.0",
|
|
56
56
|
"@types/tdigest": "^0.1.5",
|