@checkstack/healthcheck-backend 1.9.0 → 1.9.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.
- package/CHANGELOG.md +23 -0
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @checkstack/healthcheck-backend
|
|
2
2
|
|
|
3
|
+
## 1.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b1a5f3c]
|
|
8
|
+
- @checkstack/backend-api@0.24.0
|
|
9
|
+
- @checkstack/status-page-common@0.2.0
|
|
10
|
+
- @checkstack/status-page-backend@0.2.0
|
|
11
|
+
- @checkstack/ai-backend@0.7.1
|
|
12
|
+
- @checkstack/automation-backend@0.9.1
|
|
13
|
+
- @checkstack/catalog-backend@1.5.1
|
|
14
|
+
- @checkstack/command-backend@0.2.10
|
|
15
|
+
- @checkstack/gitops-backend@0.5.10
|
|
16
|
+
- @checkstack/incident-backend@1.8.1
|
|
17
|
+
- @checkstack/satellite-backend@0.6.14
|
|
18
|
+
- @checkstack/script-packages-backend@0.3.13
|
|
19
|
+
- @checkstack/secrets-backend@0.2.10
|
|
20
|
+
- @checkstack/catalog-common@2.4.1
|
|
21
|
+
- @checkstack/healthcheck-common@1.7.1
|
|
22
|
+
- @checkstack/incident-common@1.6.1
|
|
23
|
+
- @checkstack/maintenance-common@1.7.1
|
|
24
|
+
- @checkstack/sdk@0.109.1
|
|
25
|
+
|
|
3
26
|
## 1.9.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/healthcheck-backend",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
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.
|
|
18
|
-
"@checkstack/ai-backend": "0.7.
|
|
17
|
+
"@checkstack/backend-api": "0.24.0",
|
|
18
|
+
"@checkstack/ai-backend": "0.7.1",
|
|
19
19
|
"@checkstack/ai-common": "0.5.0",
|
|
20
|
-
"@checkstack/script-packages-backend": "0.3.
|
|
20
|
+
"@checkstack/script-packages-backend": "0.3.13",
|
|
21
21
|
"@checkstack/cache-api": "0.3.13",
|
|
22
22
|
"@checkstack/cache-utils": "0.2.18",
|
|
23
|
-
"@checkstack/catalog-backend": "1.5.
|
|
24
|
-
"@checkstack/catalog-common": "2.4.
|
|
25
|
-
"@checkstack/command-backend": "0.2.
|
|
23
|
+
"@checkstack/catalog-backend": "1.5.1",
|
|
24
|
+
"@checkstack/catalog-common": "2.4.1",
|
|
25
|
+
"@checkstack/command-backend": "0.2.10",
|
|
26
26
|
"@checkstack/common": "0.16.0",
|
|
27
|
-
"@checkstack/gitops-backend": "0.5.
|
|
27
|
+
"@checkstack/gitops-backend": "0.5.10",
|
|
28
28
|
"@checkstack/gitops-common": "0.6.4",
|
|
29
|
-
"@checkstack/healthcheck-common": "1.7.
|
|
29
|
+
"@checkstack/healthcheck-common": "1.7.1",
|
|
30
30
|
"@checkstack/secrets-common": "0.2.4",
|
|
31
|
-
"@checkstack/secrets-backend": "0.2.
|
|
32
|
-
"@checkstack/incident-backend": "1.8.
|
|
33
|
-
"@checkstack/incident-common": "1.6.
|
|
34
|
-
"@checkstack/automation-backend": "0.9.
|
|
35
|
-
"@checkstack/maintenance-common": "1.7.
|
|
31
|
+
"@checkstack/secrets-backend": "0.2.10",
|
|
32
|
+
"@checkstack/incident-backend": "1.8.1",
|
|
33
|
+
"@checkstack/incident-common": "1.6.1",
|
|
34
|
+
"@checkstack/automation-backend": "0.9.1",
|
|
35
|
+
"@checkstack/maintenance-common": "1.7.1",
|
|
36
36
|
"@checkstack/notification-common": "1.3.4",
|
|
37
37
|
"@checkstack/queue-api": "0.3.13",
|
|
38
|
-
"@checkstack/satellite-backend": "0.6.
|
|
39
|
-
"@checkstack/sdk": "0.
|
|
38
|
+
"@checkstack/satellite-backend": "0.6.14",
|
|
39
|
+
"@checkstack/sdk": "0.109.1",
|
|
40
40
|
"@checkstack/signal-common": "0.2.10",
|
|
41
|
-
"@checkstack/status-page-backend": "0.
|
|
42
|
-
"@checkstack/status-page-common": "0.
|
|
41
|
+
"@checkstack/status-page-backend": "0.2.0",
|
|
42
|
+
"@checkstack/status-page-common": "0.2.0",
|
|
43
43
|
"@hono/zod-validator": "^0.7.6",
|
|
44
44
|
"drizzle-orm": "^0.45.0",
|
|
45
45
|
"hono": "^4.12.23",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@checkstack/drizzle-helper": "0.0.5",
|
|
54
54
|
"@checkstack/scripts": "0.6.2",
|
|
55
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
55
|
+
"@checkstack/test-utils-backend": "0.1.44",
|
|
56
56
|
"@checkstack/tsconfig": "0.0.7",
|
|
57
57
|
"@types/bun": "^1.0.0",
|
|
58
58
|
"@types/tdigest": "^0.1.5",
|