@checkstack/healthcheck-backend 0.18.0 → 0.18.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 +20 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @checkstack/healthcheck-backend
|
|
2
2
|
|
|
3
|
+
## 0.18.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [208ad71]
|
|
8
|
+
- @checkstack/signal-common@0.2.0
|
|
9
|
+
- @checkstack/healthcheck-common@0.13.0
|
|
10
|
+
- @checkstack/incident-common@0.5.0
|
|
11
|
+
- @checkstack/maintenance-common@0.5.0
|
|
12
|
+
- @checkstack/backend-api@0.13.1
|
|
13
|
+
- @checkstack/integration-backend@0.1.21
|
|
14
|
+
- @checkstack/satellite-backend@0.2.17
|
|
15
|
+
- @checkstack/catalog-common@1.5.3
|
|
16
|
+
- @checkstack/catalog-backend@0.7.1
|
|
17
|
+
- @checkstack/cache-api@0.2.1
|
|
18
|
+
- @checkstack/command-backend@0.1.21
|
|
19
|
+
- @checkstack/gitops-backend@0.2.5
|
|
20
|
+
- @checkstack/queue-api@0.2.15
|
|
21
|
+
- @checkstack/cache-utils@0.2.1
|
|
22
|
+
|
|
3
23
|
## 0.18.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/healthcheck-backend",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"checkstack": {
|
|
@@ -13,22 +13,22 @@
|
|
|
13
13
|
"lint:code": "eslint . --max-warnings 0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@checkstack/backend-api": "0.
|
|
17
|
-
"@checkstack/cache-api": "0.
|
|
18
|
-
"@checkstack/cache-utils": "0.
|
|
19
|
-
"@checkstack/catalog-backend": "0.
|
|
20
|
-
"@checkstack/catalog-common": "1.5.
|
|
21
|
-
"@checkstack/command-backend": "0.1.
|
|
22
|
-
"@checkstack/common": "0.
|
|
23
|
-
"@checkstack/gitops-backend": "0.2.
|
|
24
|
-
"@checkstack/gitops-common": "0.2.
|
|
25
|
-
"@checkstack/healthcheck-common": "0.
|
|
26
|
-
"@checkstack/incident-common": "0.4.
|
|
27
|
-
"@checkstack/integration-backend": "0.1.
|
|
28
|
-
"@checkstack/maintenance-common": "0.4.
|
|
29
|
-
"@checkstack/queue-api": "0.2.
|
|
30
|
-
"@checkstack/satellite-backend": "0.2.
|
|
31
|
-
"@checkstack/signal-common": "0.1.
|
|
16
|
+
"@checkstack/backend-api": "0.13.0",
|
|
17
|
+
"@checkstack/cache-api": "0.2.0",
|
|
18
|
+
"@checkstack/cache-utils": "0.2.0",
|
|
19
|
+
"@checkstack/catalog-backend": "0.7.0",
|
|
20
|
+
"@checkstack/catalog-common": "1.5.2",
|
|
21
|
+
"@checkstack/command-backend": "0.1.20",
|
|
22
|
+
"@checkstack/common": "0.7.0",
|
|
23
|
+
"@checkstack/gitops-backend": "0.2.4",
|
|
24
|
+
"@checkstack/gitops-common": "0.2.1",
|
|
25
|
+
"@checkstack/healthcheck-common": "0.12.0",
|
|
26
|
+
"@checkstack/incident-common": "0.4.9",
|
|
27
|
+
"@checkstack/integration-backend": "0.1.20",
|
|
28
|
+
"@checkstack/maintenance-common": "0.4.11",
|
|
29
|
+
"@checkstack/queue-api": "0.2.14",
|
|
30
|
+
"@checkstack/satellite-backend": "0.2.16",
|
|
31
|
+
"@checkstack/signal-common": "0.1.10",
|
|
32
32
|
"@hono/zod-validator": "^0.7.6",
|
|
33
33
|
"drizzle-orm": "^0.45.0",
|
|
34
34
|
"hono": "^4.12.14",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@checkstack/drizzle-helper": "0.0.4",
|
|
41
41
|
"@checkstack/scripts": "0.1.2",
|
|
42
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
42
|
+
"@checkstack/test-utils-backend": "0.1.20",
|
|
43
43
|
"@checkstack/tsconfig": "0.0.5",
|
|
44
44
|
"@types/bun": "^1.0.0",
|
|
45
45
|
"@types/tdigest": "^0.1.5",
|