@checkstack/healthcheck-backend 1.23.0 → 1.23.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 +25 -0
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @checkstack/healthcheck-backend
2
2
 
3
+ ## 1.23.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c38551f]
8
+ - @checkstack/ai-backend@0.11.6
9
+ - @checkstack/automation-backend@0.11.10
10
+ - @checkstack/catalog-backend@1.10.3
11
+ - @checkstack/incident-backend@1.14.1
12
+ - @checkstack/catalog-common@2.8.3
13
+ - @checkstack/healthcheck-common@1.19.2
14
+ - @checkstack/incident-common@1.11.1
15
+ - @checkstack/maintenance-common@1.11.1
16
+ - @checkstack/status-page-common@0.7.1
17
+ - @checkstack/satellite-backend@0.10.1
18
+ - @checkstack/sdk@0.137.1
19
+ - @checkstack/backend-api@0.35.1
20
+ - @checkstack/satellite-common@0.12.1
21
+ - @checkstack/status-page-backend@0.7.1
22
+ - @checkstack/script-packages-backend@0.4.8
23
+ - @checkstack/command-backend@0.3.1
24
+ - @checkstack/gitops-backend@0.5.29
25
+ - @checkstack/healthcheck-execution@0.35.2
26
+ - @checkstack/secrets-backend@0.3.11
27
+
3
28
  ## 1.23.0
4
29
 
5
30
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/healthcheck-backend",
3
- "version": "1.23.0",
3
+ "version": "1.23.1",
4
4
  "license": "Elastic-2.0",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -14,34 +14,34 @@
14
14
  "lint:code": "eslint . --max-warnings 0"
15
15
  },
16
16
  "dependencies": {
17
- "@checkstack/ai-backend": "0.11.5",
17
+ "@checkstack/ai-backend": "0.11.6",
18
18
  "@checkstack/ai-common": "0.6.8",
19
- "@checkstack/automation-backend": "0.11.9",
20
- "@checkstack/backend-api": "0.35.0",
19
+ "@checkstack/automation-backend": "0.11.10",
20
+ "@checkstack/backend-api": "0.35.1",
21
21
  "@checkstack/cache-api": "0.3.21",
22
22
  "@checkstack/cache-utils": "0.3.2",
23
- "@checkstack/catalog-backend": "1.10.2",
24
- "@checkstack/catalog-common": "2.8.2",
25
- "@checkstack/command-backend": "0.3.0",
23
+ "@checkstack/catalog-backend": "1.10.3",
24
+ "@checkstack/catalog-common": "2.8.3",
25
+ "@checkstack/command-backend": "0.3.1",
26
26
  "@checkstack/common": "0.24.0",
27
- "@checkstack/gitops-backend": "0.5.28",
27
+ "@checkstack/gitops-backend": "0.5.29",
28
28
  "@checkstack/gitops-common": "0.7.5",
29
- "@checkstack/healthcheck-common": "1.19.1",
30
- "@checkstack/healthcheck-execution": "0.35.1",
31
- "@checkstack/incident-backend": "1.14.0",
32
- "@checkstack/incident-common": "1.11.0",
33
- "@checkstack/maintenance-common": "1.11.0",
29
+ "@checkstack/healthcheck-common": "1.19.2",
30
+ "@checkstack/healthcheck-execution": "0.35.2",
31
+ "@checkstack/incident-backend": "1.14.1",
32
+ "@checkstack/incident-common": "1.11.1",
33
+ "@checkstack/maintenance-common": "1.11.1",
34
34
  "@checkstack/notification-common": "1.9.0",
35
35
  "@checkstack/queue-api": "0.4.1",
36
- "@checkstack/satellite-backend": "0.10.0",
37
- "@checkstack/satellite-common": "0.12.0",
38
- "@checkstack/script-packages-backend": "0.4.7",
39
- "@checkstack/sdk": "0.136.1",
40
- "@checkstack/secrets-backend": "0.3.10",
36
+ "@checkstack/satellite-backend": "0.10.1",
37
+ "@checkstack/satellite-common": "0.12.1",
38
+ "@checkstack/script-packages-backend": "0.4.8",
39
+ "@checkstack/sdk": "0.137.1",
40
+ "@checkstack/secrets-backend": "0.3.11",
41
41
  "@checkstack/secrets-common": "0.3.4",
42
42
  "@checkstack/signal-common": "0.3.2",
43
- "@checkstack/status-page-backend": "0.7.0",
44
- "@checkstack/status-page-common": "0.7.0",
43
+ "@checkstack/status-page-backend": "0.7.1",
44
+ "@checkstack/status-page-common": "0.7.1",
45
45
  "@hono/zod-validator": "^0.7.6",
46
46
  "@orpc/contract": "^1.14.4",
47
47
  "@orpc/server": "^1.14.4",
@@ -54,7 +54,7 @@
54
54
  "devDependencies": {
55
55
  "@checkstack/drizzle-helper": "0.0.6",
56
56
  "@checkstack/scripts": "0.7.7",
57
- "@checkstack/test-utils-backend": "0.1.62",
57
+ "@checkstack/test-utils-backend": "0.1.63",
58
58
  "@checkstack/tsconfig": "0.0.7",
59
59
  "@types/bun": "^1.0.0",
60
60
  "@types/pg": "^8.20.0",