@checkstack/healthcheck-backend 1.6.4 → 1.6.5

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 +32 -0
  2. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @checkstack/healthcheck-backend
2
2
 
3
+ ## 1.6.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0626782]
8
+ - Updated dependencies [56e7c75]
9
+ - Updated dependencies [56e7c75]
10
+ - @checkstack/backend-api@0.21.5
11
+ - @checkstack/catalog-common@2.3.4
12
+ - @checkstack/ai-backend@0.1.5
13
+ - @checkstack/common@0.15.0
14
+ - @checkstack/ai-common@0.1.3
15
+ - @checkstack/gitops-common@0.6.3
16
+ - @checkstack/healthcheck-common@1.5.4
17
+ - @checkstack/incident-common@1.4.4
18
+ - @checkstack/maintenance-common@1.4.4
19
+ - @checkstack/notification-common@1.3.3
20
+ - @checkstack/secrets-common@0.2.3
21
+ - @checkstack/automation-backend@0.5.5
22
+ - @checkstack/secrets-backend@0.2.5
23
+ - @checkstack/catalog-backend@1.4.5
24
+ - @checkstack/command-backend@0.2.5
25
+ - @checkstack/gitops-backend@0.5.5
26
+ - @checkstack/incident-backend@1.6.5
27
+ - @checkstack/satellite-backend@0.6.5
28
+ - @checkstack/script-packages-backend@0.3.5
29
+ - @checkstack/sdk@0.100.1
30
+ - @checkstack/cache-api@0.3.12
31
+ - @checkstack/queue-api@0.3.12
32
+ - @checkstack/signal-common@0.2.9
33
+ - @checkstack/cache-utils@0.2.17
34
+
3
35
  ## 1.6.4
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/healthcheck-backend",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
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.4",
18
- "@checkstack/ai-backend": "0.1.4",
19
- "@checkstack/ai-common": "0.1.2",
20
- "@checkstack/script-packages-backend": "0.3.4",
21
- "@checkstack/cache-api": "0.3.11",
22
- "@checkstack/cache-utils": "0.2.16",
23
- "@checkstack/catalog-backend": "1.4.4",
24
- "@checkstack/catalog-common": "2.3.3",
25
- "@checkstack/command-backend": "0.2.4",
26
- "@checkstack/common": "0.14.1",
27
- "@checkstack/gitops-backend": "0.5.4",
28
- "@checkstack/gitops-common": "0.6.2",
29
- "@checkstack/healthcheck-common": "1.5.3",
30
- "@checkstack/secrets-common": "0.2.2",
31
- "@checkstack/secrets-backend": "0.2.4",
32
- "@checkstack/incident-backend": "1.6.4",
33
- "@checkstack/incident-common": "1.4.3",
34
- "@checkstack/automation-backend": "0.5.4",
35
- "@checkstack/maintenance-common": "1.4.3",
36
- "@checkstack/notification-common": "1.3.2",
37
- "@checkstack/queue-api": "0.3.11",
38
- "@checkstack/satellite-backend": "0.6.4",
39
- "@checkstack/sdk": "0.99.0",
40
- "@checkstack/signal-common": "0.2.8",
17
+ "@checkstack/backend-api": "0.21.5",
18
+ "@checkstack/ai-backend": "0.1.5",
19
+ "@checkstack/ai-common": "0.1.3",
20
+ "@checkstack/script-packages-backend": "0.3.5",
21
+ "@checkstack/cache-api": "0.3.12",
22
+ "@checkstack/cache-utils": "0.2.17",
23
+ "@checkstack/catalog-backend": "1.4.5",
24
+ "@checkstack/catalog-common": "2.3.4",
25
+ "@checkstack/command-backend": "0.2.5",
26
+ "@checkstack/common": "0.15.0",
27
+ "@checkstack/gitops-backend": "0.5.5",
28
+ "@checkstack/gitops-common": "0.6.3",
29
+ "@checkstack/healthcheck-common": "1.5.4",
30
+ "@checkstack/secrets-common": "0.2.3",
31
+ "@checkstack/secrets-backend": "0.2.5",
32
+ "@checkstack/incident-backend": "1.6.5",
33
+ "@checkstack/incident-common": "1.4.4",
34
+ "@checkstack/automation-backend": "0.5.5",
35
+ "@checkstack/maintenance-common": "1.4.4",
36
+ "@checkstack/notification-common": "1.3.3",
37
+ "@checkstack/queue-api": "0.3.12",
38
+ "@checkstack/satellite-backend": "0.6.5",
39
+ "@checkstack/sdk": "0.100.1",
40
+ "@checkstack/signal-common": "0.2.9",
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.6.0",
53
- "@checkstack/test-utils-backend": "0.1.38",
52
+ "@checkstack/scripts": "0.6.1",
53
+ "@checkstack/test-utils-backend": "0.1.39",
54
54
  "@checkstack/tsconfig": "0.0.7",
55
55
  "@types/bun": "^1.0.0",
56
56
  "@types/tdigest": "^0.1.5",