@checkstack/healthcheck-backend 1.10.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/package.json +25 -25
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
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
+
37
+ ## 1.10.1
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [748dc50]
42
+ - @checkstack/automation-backend@0.10.0
43
+ - @checkstack/ai-backend@0.9.0
44
+ - @checkstack/incident-backend@1.8.4
45
+ - @checkstack/satellite-backend@0.7.1
46
+ - @checkstack/sdk@0.113.1
47
+ - @checkstack/catalog-backend@1.5.4
48
+ - @checkstack/script-packages-backend@0.3.16
49
+
3
50
  ## 1.10.0
4
51
 
5
52
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/healthcheck-backend",
3
- "version": "1.10.0",
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.25.0",
18
- "@checkstack/ai-backend": "0.8.0",
19
- "@checkstack/ai-common": "0.6.0",
20
- "@checkstack/script-packages-backend": "0.3.15",
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.3",
24
- "@checkstack/catalog-common": "2.4.2",
25
- "@checkstack/command-backend": "0.2.12",
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.12",
28
- "@checkstack/gitops-common": "0.6.5",
29
- "@checkstack/healthcheck-common": "1.8.0",
30
- "@checkstack/secrets-common": "0.2.5",
31
- "@checkstack/secrets-backend": "0.2.12",
32
- "@checkstack/incident-backend": "1.8.3",
33
- "@checkstack/incident-common": "1.6.2",
34
- "@checkstack/automation-backend": "0.9.3",
35
- "@checkstack/maintenance-common": "1.7.2",
36
- "@checkstack/notification-common": "1.4.0",
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.0",
39
- "@checkstack/sdk": "0.112.1",
40
- "@checkstack/signal-common": "0.2.11",
41
- "@checkstack/status-page-backend": "0.3.0",
42
- "@checkstack/status-page-common": "0.3.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.3",
55
- "@checkstack/test-utils-backend": "0.1.46",
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",