@checkstack/healthcheck-backend 1.6.2 → 1.6.3

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 +30 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @checkstack/healthcheck-backend
2
2
 
3
+ ## 1.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [00b9367]
8
+ - @checkstack/ai-backend@0.1.3
9
+ - @checkstack/automation-backend@0.5.3
10
+ - @checkstack/catalog-backend@1.4.3
11
+ - @checkstack/incident-backend@1.6.3
12
+ - @checkstack/catalog-common@2.3.3
13
+ - @checkstack/incident-common@1.4.3
14
+ - @checkstack/maintenance-common@1.4.3
15
+ - @checkstack/ai-common@0.1.2
16
+ - @checkstack/backend-api@0.21.3
17
+ - @checkstack/cache-api@0.3.11
18
+ - @checkstack/cache-utils@0.2.16
19
+ - @checkstack/command-backend@0.2.3
20
+ - @checkstack/common@0.14.1
21
+ - @checkstack/gitops-backend@0.5.3
22
+ - @checkstack/gitops-common@0.6.2
23
+ - @checkstack/healthcheck-common@1.5.3
24
+ - @checkstack/notification-common@1.3.2
25
+ - @checkstack/queue-api@0.3.11
26
+ - @checkstack/satellite-backend@0.6.3
27
+ - @checkstack/script-packages-backend@0.3.3
28
+ - @checkstack/sdk@0.98.1
29
+ - @checkstack/secrets-backend@0.2.3
30
+ - @checkstack/secrets-common@0.2.2
31
+ - @checkstack/signal-common@0.2.8
32
+
3
33
  ## 1.6.2
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/healthcheck-backend",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "license": "Elastic-2.0",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -14,29 +14,29 @@
14
14
  "lint:code": "eslint . --max-warnings 0"
15
15
  },
16
16
  "dependencies": {
17
- "@checkstack/backend-api": "0.21.2",
18
- "@checkstack/ai-backend": "0.1.2",
17
+ "@checkstack/backend-api": "0.21.3",
18
+ "@checkstack/ai-backend": "0.1.3",
19
19
  "@checkstack/ai-common": "0.1.2",
20
- "@checkstack/script-packages-backend": "0.3.2",
20
+ "@checkstack/script-packages-backend": "0.3.3",
21
21
  "@checkstack/cache-api": "0.3.11",
22
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",
23
+ "@checkstack/catalog-backend": "1.4.3",
24
+ "@checkstack/catalog-common": "2.3.3",
25
+ "@checkstack/command-backend": "0.2.3",
26
26
  "@checkstack/common": "0.14.1",
27
- "@checkstack/gitops-backend": "0.5.2",
27
+ "@checkstack/gitops-backend": "0.5.3",
28
28
  "@checkstack/gitops-common": "0.6.2",
29
- "@checkstack/healthcheck-common": "1.5.2",
29
+ "@checkstack/healthcheck-common": "1.5.3",
30
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",
31
+ "@checkstack/secrets-backend": "0.2.3",
32
+ "@checkstack/incident-backend": "1.6.3",
33
+ "@checkstack/incident-common": "1.4.3",
34
+ "@checkstack/automation-backend": "0.5.3",
35
+ "@checkstack/maintenance-common": "1.4.3",
36
36
  "@checkstack/notification-common": "1.3.2",
37
37
  "@checkstack/queue-api": "0.3.11",
38
- "@checkstack/satellite-backend": "0.6.2",
39
- "@checkstack/sdk": "0.96.1",
38
+ "@checkstack/satellite-backend": "0.6.3",
39
+ "@checkstack/sdk": "0.98.1",
40
40
  "@checkstack/signal-common": "0.2.8",
41
41
  "@hono/zod-validator": "^0.7.6",
42
42
  "drizzle-orm": "^0.45.0",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@checkstack/drizzle-helper": "0.0.5",
52
- "@checkstack/scripts": "0.4.2",
53
- "@checkstack/test-utils-backend": "0.1.36",
52
+ "@checkstack/scripts": "0.6.0",
53
+ "@checkstack/test-utils-backend": "0.1.37",
54
54
  "@checkstack/tsconfig": "0.0.7",
55
55
  "@types/bun": "^1.0.0",
56
56
  "@types/tdigest": "^0.1.5",