@checkstack/healthcheck-backend 1.6.2 → 1.6.4
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 +46 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# @checkstack/healthcheck-backend
|
|
2
2
|
|
|
3
|
+
## 1.6.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b50916d]
|
|
8
|
+
- @checkstack/backend-api@0.21.4
|
|
9
|
+
- @checkstack/ai-backend@0.1.4
|
|
10
|
+
- @checkstack/automation-backend@0.5.4
|
|
11
|
+
- @checkstack/catalog-backend@1.4.4
|
|
12
|
+
- @checkstack/command-backend@0.2.4
|
|
13
|
+
- @checkstack/gitops-backend@0.5.4
|
|
14
|
+
- @checkstack/incident-backend@1.6.4
|
|
15
|
+
- @checkstack/satellite-backend@0.6.4
|
|
16
|
+
- @checkstack/script-packages-backend@0.3.4
|
|
17
|
+
- @checkstack/secrets-backend@0.2.4
|
|
18
|
+
|
|
19
|
+
## 1.6.3
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [00b9367]
|
|
24
|
+
- @checkstack/ai-backend@0.1.3
|
|
25
|
+
- @checkstack/automation-backend@0.5.3
|
|
26
|
+
- @checkstack/catalog-backend@1.4.3
|
|
27
|
+
- @checkstack/incident-backend@1.6.3
|
|
28
|
+
- @checkstack/catalog-common@2.3.3
|
|
29
|
+
- @checkstack/incident-common@1.4.3
|
|
30
|
+
- @checkstack/maintenance-common@1.4.3
|
|
31
|
+
- @checkstack/ai-common@0.1.2
|
|
32
|
+
- @checkstack/backend-api@0.21.3
|
|
33
|
+
- @checkstack/cache-api@0.3.11
|
|
34
|
+
- @checkstack/cache-utils@0.2.16
|
|
35
|
+
- @checkstack/command-backend@0.2.3
|
|
36
|
+
- @checkstack/common@0.14.1
|
|
37
|
+
- @checkstack/gitops-backend@0.5.3
|
|
38
|
+
- @checkstack/gitops-common@0.6.2
|
|
39
|
+
- @checkstack/healthcheck-common@1.5.3
|
|
40
|
+
- @checkstack/notification-common@1.3.2
|
|
41
|
+
- @checkstack/queue-api@0.3.11
|
|
42
|
+
- @checkstack/satellite-backend@0.6.3
|
|
43
|
+
- @checkstack/script-packages-backend@0.3.3
|
|
44
|
+
- @checkstack/sdk@0.98.1
|
|
45
|
+
- @checkstack/secrets-backend@0.2.3
|
|
46
|
+
- @checkstack/secrets-common@0.2.2
|
|
47
|
+
- @checkstack/signal-common@0.2.8
|
|
48
|
+
|
|
3
49
|
## 1.6.2
|
|
4
50
|
|
|
5
51
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/healthcheck-backend",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
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.
|
|
18
|
-
"@checkstack/ai-backend": "0.1.
|
|
17
|
+
"@checkstack/backend-api": "0.21.4",
|
|
18
|
+
"@checkstack/ai-backend": "0.1.4",
|
|
19
19
|
"@checkstack/ai-common": "0.1.2",
|
|
20
|
-
"@checkstack/script-packages-backend": "0.3.
|
|
20
|
+
"@checkstack/script-packages-backend": "0.3.4",
|
|
21
21
|
"@checkstack/cache-api": "0.3.11",
|
|
22
22
|
"@checkstack/cache-utils": "0.2.16",
|
|
23
|
-
"@checkstack/catalog-backend": "1.4.
|
|
24
|
-
"@checkstack/catalog-common": "2.3.
|
|
25
|
-
"@checkstack/command-backend": "0.2.
|
|
23
|
+
"@checkstack/catalog-backend": "1.4.4",
|
|
24
|
+
"@checkstack/catalog-common": "2.3.3",
|
|
25
|
+
"@checkstack/command-backend": "0.2.4",
|
|
26
26
|
"@checkstack/common": "0.14.1",
|
|
27
|
-
"@checkstack/gitops-backend": "0.5.
|
|
27
|
+
"@checkstack/gitops-backend": "0.5.4",
|
|
28
28
|
"@checkstack/gitops-common": "0.6.2",
|
|
29
|
-
"@checkstack/healthcheck-common": "1.5.
|
|
29
|
+
"@checkstack/healthcheck-common": "1.5.3",
|
|
30
30
|
"@checkstack/secrets-common": "0.2.2",
|
|
31
|
-
"@checkstack/secrets-backend": "0.2.
|
|
32
|
-
"@checkstack/incident-backend": "1.6.
|
|
33
|
-
"@checkstack/incident-common": "1.4.
|
|
34
|
-
"@checkstack/automation-backend": "0.5.
|
|
35
|
-
"@checkstack/maintenance-common": "1.4.
|
|
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
36
|
"@checkstack/notification-common": "1.3.2",
|
|
37
37
|
"@checkstack/queue-api": "0.3.11",
|
|
38
|
-
"@checkstack/satellite-backend": "0.6.
|
|
39
|
-
"@checkstack/sdk": "0.
|
|
38
|
+
"@checkstack/satellite-backend": "0.6.4",
|
|
39
|
+
"@checkstack/sdk": "0.99.0",
|
|
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.
|
|
53
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
52
|
+
"@checkstack/scripts": "0.6.0",
|
|
53
|
+
"@checkstack/test-utils-backend": "0.1.38",
|
|
54
54
|
"@checkstack/tsconfig": "0.0.7",
|
|
55
55
|
"@types/bun": "^1.0.0",
|
|
56
56
|
"@types/tdigest": "^0.1.5",
|