@checkstack/healthcheck-backend 1.10.1 → 1.10.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 +34 -0
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @checkstack/healthcheck-backend
|
|
2
2
|
|
|
3
|
+
## 1.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2e20792]
|
|
8
|
+
- Updated dependencies [2e20792]
|
|
9
|
+
- Updated dependencies [2e20792]
|
|
10
|
+
- @checkstack/ai-backend@0.9.1
|
|
11
|
+
- @checkstack/backend-api@0.26.0
|
|
12
|
+
- @checkstack/status-page-common@0.4.0
|
|
13
|
+
- @checkstack/status-page-backend@0.4.0
|
|
14
|
+
- @checkstack/ai-common@0.6.1
|
|
15
|
+
- @checkstack/catalog-common@2.4.3
|
|
16
|
+
- @checkstack/gitops-common@0.6.6
|
|
17
|
+
- @checkstack/healthcheck-common@1.8.1
|
|
18
|
+
- @checkstack/incident-common@1.6.3
|
|
19
|
+
- @checkstack/maintenance-common@1.7.3
|
|
20
|
+
- @checkstack/notification-common@1.4.1
|
|
21
|
+
- @checkstack/secrets-common@0.2.6
|
|
22
|
+
- @checkstack/signal-common@0.2.12
|
|
23
|
+
- @checkstack/automation-backend@0.10.1
|
|
24
|
+
- @checkstack/cache-api@0.3.14
|
|
25
|
+
- @checkstack/cache-utils@0.2.19
|
|
26
|
+
- @checkstack/catalog-backend@1.5.5
|
|
27
|
+
- @checkstack/command-backend@0.2.13
|
|
28
|
+
- @checkstack/common@0.17.0
|
|
29
|
+
- @checkstack/gitops-backend@0.5.13
|
|
30
|
+
- @checkstack/incident-backend@1.8.5
|
|
31
|
+
- @checkstack/queue-api@0.3.14
|
|
32
|
+
- @checkstack/satellite-backend@0.7.2
|
|
33
|
+
- @checkstack/script-packages-backend@0.3.17
|
|
34
|
+
- @checkstack/sdk@0.115.1
|
|
35
|
+
- @checkstack/secrets-backend@0.2.13
|
|
36
|
+
|
|
3
37
|
## 1.10.1
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/healthcheck-backend",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -14,32 +14,32 @@
|
|
|
14
14
|
"lint:code": "eslint . --max-warnings 0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@checkstack/backend-api": "0.
|
|
18
|
-
"@checkstack/ai-backend": "0.9.
|
|
19
|
-
"@checkstack/ai-common": "0.6.
|
|
20
|
-
"@checkstack/script-packages-backend": "0.3.
|
|
17
|
+
"@checkstack/backend-api": "0.26.0",
|
|
18
|
+
"@checkstack/ai-backend": "0.9.1",
|
|
19
|
+
"@checkstack/ai-common": "0.6.1",
|
|
20
|
+
"@checkstack/script-packages-backend": "0.3.17",
|
|
21
21
|
"@checkstack/cache-api": "0.3.14",
|
|
22
22
|
"@checkstack/cache-utils": "0.2.19",
|
|
23
|
-
"@checkstack/catalog-backend": "1.5.
|
|
24
|
-
"@checkstack/catalog-common": "2.4.
|
|
25
|
-
"@checkstack/command-backend": "0.2.
|
|
23
|
+
"@checkstack/catalog-backend": "1.5.5",
|
|
24
|
+
"@checkstack/catalog-common": "2.4.3",
|
|
25
|
+
"@checkstack/command-backend": "0.2.13",
|
|
26
26
|
"@checkstack/common": "0.17.0",
|
|
27
|
-
"@checkstack/gitops-backend": "0.5.
|
|
28
|
-
"@checkstack/gitops-common": "0.6.
|
|
29
|
-
"@checkstack/healthcheck-common": "1.8.
|
|
30
|
-
"@checkstack/secrets-common": "0.2.
|
|
31
|
-
"@checkstack/secrets-backend": "0.2.
|
|
32
|
-
"@checkstack/incident-backend": "1.8.
|
|
33
|
-
"@checkstack/incident-common": "1.6.
|
|
34
|
-
"@checkstack/automation-backend": "0.10.
|
|
35
|
-
"@checkstack/maintenance-common": "1.7.
|
|
36
|
-
"@checkstack/notification-common": "1.4.
|
|
27
|
+
"@checkstack/gitops-backend": "0.5.13",
|
|
28
|
+
"@checkstack/gitops-common": "0.6.6",
|
|
29
|
+
"@checkstack/healthcheck-common": "1.8.1",
|
|
30
|
+
"@checkstack/secrets-common": "0.2.6",
|
|
31
|
+
"@checkstack/secrets-backend": "0.2.13",
|
|
32
|
+
"@checkstack/incident-backend": "1.8.5",
|
|
33
|
+
"@checkstack/incident-common": "1.6.3",
|
|
34
|
+
"@checkstack/automation-backend": "0.10.1",
|
|
35
|
+
"@checkstack/maintenance-common": "1.7.3",
|
|
36
|
+
"@checkstack/notification-common": "1.4.1",
|
|
37
37
|
"@checkstack/queue-api": "0.3.14",
|
|
38
|
-
"@checkstack/satellite-backend": "0.7.
|
|
39
|
-
"@checkstack/sdk": "0.
|
|
40
|
-
"@checkstack/signal-common": "0.2.
|
|
41
|
-
"@checkstack/status-page-backend": "0.
|
|
42
|
-
"@checkstack/status-page-common": "0.
|
|
38
|
+
"@checkstack/satellite-backend": "0.7.2",
|
|
39
|
+
"@checkstack/sdk": "0.115.1",
|
|
40
|
+
"@checkstack/signal-common": "0.2.12",
|
|
41
|
+
"@checkstack/status-page-backend": "0.4.0",
|
|
42
|
+
"@checkstack/status-page-common": "0.4.0",
|
|
43
43
|
"@hono/zod-validator": "^0.7.6",
|
|
44
44
|
"drizzle-orm": "^0.45.0",
|
|
45
45
|
"hono": "^4.12.25",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@checkstack/drizzle-helper": "0.0.6",
|
|
54
|
-
"@checkstack/scripts": "0.6.
|
|
55
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
54
|
+
"@checkstack/scripts": "0.6.4",
|
|
55
|
+
"@checkstack/test-utils-backend": "0.1.47",
|
|
56
56
|
"@checkstack/tsconfig": "0.0.7",
|
|
57
57
|
"@types/bun": "^1.0.0",
|
|
58
58
|
"@types/tdigest": "^0.1.5",
|