@checkstack/slo-backend 0.4.0 → 0.4.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 +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @checkstack/slo-backend
|
|
2
2
|
|
|
3
|
+
## 0.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [7c97b43]
|
|
8
|
+
- Updated dependencies [9016526]
|
|
9
|
+
- @checkstack/healthcheck-backend@1.1.0
|
|
10
|
+
- @checkstack/common@0.10.0
|
|
11
|
+
- @checkstack/catalog-common@2.2.0
|
|
12
|
+
- @checkstack/healthcheck-common@1.1.0
|
|
13
|
+
- @checkstack/dependency-common@1.1.0
|
|
14
|
+
- @checkstack/slo-common@0.4.0
|
|
15
|
+
- @checkstack/gitops-common@0.4.0
|
|
16
|
+
- @checkstack/integration-common@0.4.0
|
|
17
|
+
- @checkstack/backend-api@0.15.2
|
|
18
|
+
- @checkstack/catalog-backend@1.1.1
|
|
19
|
+
- @checkstack/command-backend@0.1.26
|
|
20
|
+
- @checkstack/gitops-backend@0.3.1
|
|
21
|
+
- @checkstack/integration-backend@0.1.26
|
|
22
|
+
- @checkstack/signal-common@0.2.3
|
|
23
|
+
- @checkstack/cache-api@0.3.1
|
|
24
|
+
- @checkstack/queue-api@0.3.1
|
|
25
|
+
- @checkstack/cache-utils@0.2.6
|
|
26
|
+
|
|
3
27
|
## 0.4.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/slo-backend",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -14,31 +14,31 @@
|
|
|
14
14
|
"lint:code": "eslint . --max-warnings 0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@checkstack/backend-api": "0.15.
|
|
18
|
-
"@checkstack/cache-api": "0.
|
|
19
|
-
"@checkstack/cache-utils": "0.2.
|
|
20
|
-
"@checkstack/slo-common": "0.3.
|
|
21
|
-
"@checkstack/healthcheck-common": "1.0.
|
|
22
|
-
"@checkstack/healthcheck-backend": "1.0.
|
|
23
|
-
"@checkstack/dependency-common": "1.0.
|
|
24
|
-
"@checkstack/catalog-common": "2.0
|
|
25
|
-
"@checkstack/catalog-backend": "1.0
|
|
26
|
-
"@checkstack/command-backend": "0.1.
|
|
27
|
-
"@checkstack/signal-common": "0.2.
|
|
28
|
-
"@checkstack/integration-backend": "0.1.
|
|
29
|
-
"@checkstack/integration-common": "0.3.
|
|
30
|
-
"@checkstack/gitops-backend": "0.
|
|
31
|
-
"@checkstack/gitops-common": "0.
|
|
32
|
-
"@checkstack/common": "0.
|
|
33
|
-
"@checkstack/queue-api": "0.
|
|
17
|
+
"@checkstack/backend-api": "0.15.1",
|
|
18
|
+
"@checkstack/cache-api": "0.3.0",
|
|
19
|
+
"@checkstack/cache-utils": "0.2.5",
|
|
20
|
+
"@checkstack/slo-common": "0.3.3",
|
|
21
|
+
"@checkstack/healthcheck-common": "1.0.2",
|
|
22
|
+
"@checkstack/healthcheck-backend": "1.0.4",
|
|
23
|
+
"@checkstack/dependency-common": "1.0.2",
|
|
24
|
+
"@checkstack/catalog-common": "2.1.0",
|
|
25
|
+
"@checkstack/catalog-backend": "1.1.0",
|
|
26
|
+
"@checkstack/command-backend": "0.1.25",
|
|
27
|
+
"@checkstack/signal-common": "0.2.2",
|
|
28
|
+
"@checkstack/integration-backend": "0.1.25",
|
|
29
|
+
"@checkstack/integration-common": "0.3.2",
|
|
30
|
+
"@checkstack/gitops-backend": "0.3.0",
|
|
31
|
+
"@checkstack/gitops-common": "0.3.0",
|
|
32
|
+
"@checkstack/common": "0.9.0",
|
|
33
|
+
"@checkstack/queue-api": "0.3.0",
|
|
34
34
|
"drizzle-orm": "^0.45.0",
|
|
35
35
|
"zod": "^4.2.1",
|
|
36
36
|
"@orpc/server": "^1.13.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@checkstack/drizzle-helper": "0.0.5",
|
|
40
|
-
"@checkstack/scripts": "0.3.
|
|
41
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
40
|
+
"@checkstack/scripts": "0.3.1",
|
|
41
|
+
"@checkstack/test-utils-backend": "0.1.25",
|
|
42
42
|
"@checkstack/tsconfig": "0.0.7",
|
|
43
43
|
"@types/bun": "^1.0.0",
|
|
44
44
|
"drizzle-kit": "^0.31.10",
|