@checkstack/healthcheck-backend 1.20.0 → 1.20.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 +24 -0
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @checkstack/healthcheck-backend
|
|
2
2
|
|
|
3
|
+
## 1.20.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [1f20b5a]
|
|
8
|
+
- Updated dependencies [5e704cd]
|
|
9
|
+
- @checkstack/ai-backend@0.10.12
|
|
10
|
+
- @checkstack/automation-backend@0.11.3
|
|
11
|
+
- @checkstack/catalog-backend@1.8.1
|
|
12
|
+
- @checkstack/incident-backend@1.13.1
|
|
13
|
+
- @checkstack/sdk@0.129.1
|
|
14
|
+
- @checkstack/catalog-common@2.7.2
|
|
15
|
+
- @checkstack/healthcheck-common@1.16.2
|
|
16
|
+
- @checkstack/incident-common@1.10.2
|
|
17
|
+
- @checkstack/maintenance-common@1.10.2
|
|
18
|
+
- @checkstack/status-page-common@0.6.2
|
|
19
|
+
- @checkstack/satellite-backend@0.8.6
|
|
20
|
+
- @checkstack/script-packages-backend@0.4.3
|
|
21
|
+
- @checkstack/backend-api@0.32.1
|
|
22
|
+
- @checkstack/status-page-backend@0.6.1
|
|
23
|
+
- @checkstack/command-backend@0.2.24
|
|
24
|
+
- @checkstack/gitops-backend@0.5.24
|
|
25
|
+
- @checkstack/secrets-backend@0.3.6
|
|
26
|
+
|
|
3
27
|
## 1.20.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/healthcheck-backend",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.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/ai-backend": "0.10.
|
|
17
|
+
"@checkstack/ai-backend": "0.10.12",
|
|
18
18
|
"@checkstack/ai-common": "0.6.6",
|
|
19
|
-
"@checkstack/automation-backend": "0.11.
|
|
20
|
-
"@checkstack/backend-api": "0.32.
|
|
19
|
+
"@checkstack/automation-backend": "0.11.3",
|
|
20
|
+
"@checkstack/backend-api": "0.32.1",
|
|
21
21
|
"@checkstack/cache-api": "0.3.19",
|
|
22
22
|
"@checkstack/cache-utils": "0.3.0",
|
|
23
|
-
"@checkstack/catalog-backend": "1.8.
|
|
24
|
-
"@checkstack/catalog-common": "2.7.
|
|
25
|
-
"@checkstack/command-backend": "0.2.
|
|
23
|
+
"@checkstack/catalog-backend": "1.8.1",
|
|
24
|
+
"@checkstack/catalog-common": "2.7.2",
|
|
25
|
+
"@checkstack/command-backend": "0.2.24",
|
|
26
26
|
"@checkstack/common": "0.22.0",
|
|
27
|
-
"@checkstack/gitops-backend": "0.5.
|
|
27
|
+
"@checkstack/gitops-backend": "0.5.24",
|
|
28
28
|
"@checkstack/gitops-common": "0.7.3",
|
|
29
|
-
"@checkstack/healthcheck-common": "1.16.
|
|
30
|
-
"@checkstack/incident-backend": "1.13.
|
|
31
|
-
"@checkstack/incident-common": "1.10.
|
|
32
|
-
"@checkstack/maintenance-common": "1.10.
|
|
29
|
+
"@checkstack/healthcheck-common": "1.16.2",
|
|
30
|
+
"@checkstack/incident-backend": "1.13.1",
|
|
31
|
+
"@checkstack/incident-common": "1.10.2",
|
|
32
|
+
"@checkstack/maintenance-common": "1.10.2",
|
|
33
33
|
"@checkstack/notification-common": "1.7.0",
|
|
34
34
|
"@checkstack/queue-api": "0.3.19",
|
|
35
|
-
"@checkstack/satellite-backend": "0.8.
|
|
36
|
-
"@checkstack/script-packages-backend": "0.4.
|
|
37
|
-
"@checkstack/sdk": "0.
|
|
38
|
-
"@checkstack/secrets-backend": "0.3.
|
|
35
|
+
"@checkstack/satellite-backend": "0.8.6",
|
|
36
|
+
"@checkstack/script-packages-backend": "0.4.3",
|
|
37
|
+
"@checkstack/sdk": "0.129.1",
|
|
38
|
+
"@checkstack/secrets-backend": "0.3.6",
|
|
39
39
|
"@checkstack/secrets-common": "0.3.2",
|
|
40
40
|
"@checkstack/signal-common": "0.2.17",
|
|
41
|
-
"@checkstack/status-page-backend": "0.6.
|
|
42
|
-
"@checkstack/status-page-common": "0.6.
|
|
41
|
+
"@checkstack/status-page-backend": "0.6.1",
|
|
42
|
+
"@checkstack/status-page-common": "0.6.2",
|
|
43
43
|
"@hono/zod-validator": "^0.7.6",
|
|
44
44
|
"@orpc/contract": "^1.14.4",
|
|
45
45
|
"@orpc/server": "^1.14.4",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@checkstack/drizzle-helper": "0.0.6",
|
|
55
55
|
"@checkstack/scripts": "0.7.3",
|
|
56
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
56
|
+
"@checkstack/test-utils-backend": "0.1.58",
|
|
57
57
|
"@checkstack/tsconfig": "0.0.7",
|
|
58
58
|
"@types/bun": "^1.0.0",
|
|
59
59
|
"@types/pg": "^8.20.0",
|