@checkstack/healthcheck-backend 1.6.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -1,5 +1,65 @@
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
+
33
+ ## 1.6.1
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [13373ce]
38
+ - @checkstack/common@0.14.0
39
+ - @checkstack/backend-api@0.21.1
40
+ - @checkstack/cache-api@0.3.10
41
+ - @checkstack/queue-api@0.3.10
42
+ - @checkstack/ai-backend@0.1.1
43
+ - @checkstack/ai-common@0.1.1
44
+ - @checkstack/automation-backend@0.5.1
45
+ - @checkstack/catalog-backend@1.4.1
46
+ - @checkstack/catalog-common@2.3.1
47
+ - @checkstack/command-backend@0.2.1
48
+ - @checkstack/gitops-backend@0.5.1
49
+ - @checkstack/gitops-common@0.6.1
50
+ - @checkstack/healthcheck-common@1.5.1
51
+ - @checkstack/incident-backend@1.6.1
52
+ - @checkstack/incident-common@1.4.1
53
+ - @checkstack/maintenance-common@1.4.1
54
+ - @checkstack/notification-common@1.3.1
55
+ - @checkstack/satellite-backend@0.6.1
56
+ - @checkstack/script-packages-backend@0.3.1
57
+ - @checkstack/sdk@0.95.1
58
+ - @checkstack/secrets-backend@0.2.1
59
+ - @checkstack/secrets-common@0.2.1
60
+ - @checkstack/signal-common@0.2.7
61
+ - @checkstack/cache-utils@0.2.15
62
+
3
63
  ## 1.6.0
4
64
 
5
65
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/healthcheck-backend",
3
- "version": "1.6.0",
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.20.0",
18
- "@checkstack/ai-backend": "0.0.0",
19
- "@checkstack/ai-common": "0.0.0",
20
- "@checkstack/script-packages-backend": "0.2.1",
21
- "@checkstack/cache-api": "0.3.8",
22
- "@checkstack/cache-utils": "0.2.13",
23
- "@checkstack/catalog-backend": "1.3.1",
24
- "@checkstack/catalog-common": "2.2.3",
25
- "@checkstack/command-backend": "0.1.33",
26
- "@checkstack/common": "0.12.0",
27
- "@checkstack/gitops-backend": "0.4.1",
28
- "@checkstack/gitops-common": "0.5.0",
29
- "@checkstack/healthcheck-common": "1.4.0",
30
- "@checkstack/secrets-common": "0.1.0",
31
- "@checkstack/secrets-backend": "0.1.1",
32
- "@checkstack/incident-backend": "1.5.0",
33
- "@checkstack/incident-common": "1.3.1",
34
- "@checkstack/automation-backend": "0.4.0",
35
- "@checkstack/maintenance-common": "1.3.0",
36
- "@checkstack/notification-common": "1.2.1",
37
- "@checkstack/queue-api": "0.3.8",
38
- "@checkstack/satellite-backend": "0.5.1",
39
- "@checkstack/sdk": "0.93.0",
40
- "@checkstack/signal-common": "0.2.5",
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.3.4",
53
- "@checkstack/test-utils-backend": "0.1.33",
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",