@checkstack/slo-backend 0.7.1 → 0.7.3
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 +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# @checkstack/slo-backend
|
|
2
2
|
|
|
3
|
+
## 0.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [00b9367]
|
|
8
|
+
- @checkstack/ai-backend@0.1.3
|
|
9
|
+
- @checkstack/automation-backend@0.5.3
|
|
10
|
+
- @checkstack/catalog-backend@1.4.3
|
|
11
|
+
- @checkstack/healthcheck-backend@1.6.3
|
|
12
|
+
- @checkstack/catalog-common@2.3.3
|
|
13
|
+
- @checkstack/dependency-common@1.2.3
|
|
14
|
+
- @checkstack/slo-common@0.5.3
|
|
15
|
+
- @checkstack/backend-api@0.21.3
|
|
16
|
+
- @checkstack/cache-api@0.3.11
|
|
17
|
+
- @checkstack/cache-utils@0.2.16
|
|
18
|
+
- @checkstack/command-backend@0.2.3
|
|
19
|
+
- @checkstack/common@0.14.1
|
|
20
|
+
- @checkstack/gitops-backend@0.5.3
|
|
21
|
+
- @checkstack/gitops-common@0.6.2
|
|
22
|
+
- @checkstack/healthcheck-common@1.5.3
|
|
23
|
+
- @checkstack/queue-api@0.3.11
|
|
24
|
+
- @checkstack/signal-common@0.2.8
|
|
25
|
+
|
|
26
|
+
## 0.7.2
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [1fee9da]
|
|
31
|
+
- @checkstack/common@0.14.1
|
|
32
|
+
- @checkstack/ai-backend@0.1.2
|
|
33
|
+
- @checkstack/automation-backend@0.5.2
|
|
34
|
+
- @checkstack/backend-api@0.21.2
|
|
35
|
+
- @checkstack/cache-api@0.3.11
|
|
36
|
+
- @checkstack/catalog-backend@1.4.2
|
|
37
|
+
- @checkstack/catalog-common@2.3.2
|
|
38
|
+
- @checkstack/command-backend@0.2.2
|
|
39
|
+
- @checkstack/dependency-common@1.2.2
|
|
40
|
+
- @checkstack/gitops-backend@0.5.2
|
|
41
|
+
- @checkstack/gitops-common@0.6.2
|
|
42
|
+
- @checkstack/healthcheck-backend@1.6.2
|
|
43
|
+
- @checkstack/healthcheck-common@1.5.2
|
|
44
|
+
- @checkstack/queue-api@0.3.11
|
|
45
|
+
- @checkstack/signal-common@0.2.8
|
|
46
|
+
- @checkstack/slo-common@0.5.2
|
|
47
|
+
- @checkstack/cache-utils@0.2.16
|
|
48
|
+
|
|
3
49
|
## 0.7.1
|
|
4
50
|
|
|
5
51
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/slo-backend",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"test": "bun test"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@checkstack/backend-api": "0.21.
|
|
19
|
-
"@checkstack/ai-backend": "0.1.
|
|
20
|
-
"@checkstack/cache-api": "0.3.
|
|
21
|
-
"@checkstack/cache-utils": "0.2.
|
|
22
|
-
"@checkstack/slo-common": "0.5.
|
|
23
|
-
"@checkstack/healthcheck-common": "1.5.
|
|
24
|
-
"@checkstack/healthcheck-backend": "1.6.
|
|
25
|
-
"@checkstack/dependency-common": "1.2.
|
|
26
|
-
"@checkstack/catalog-common": "2.3.
|
|
27
|
-
"@checkstack/catalog-backend": "1.4.
|
|
28
|
-
"@checkstack/command-backend": "0.2.
|
|
29
|
-
"@checkstack/signal-common": "0.2.
|
|
30
|
-
"@checkstack/automation-backend": "0.5.
|
|
31
|
-
"@checkstack/gitops-backend": "0.5.
|
|
32
|
-
"@checkstack/gitops-common": "0.6.
|
|
33
|
-
"@checkstack/common": "0.
|
|
34
|
-
"@checkstack/queue-api": "0.3.
|
|
18
|
+
"@checkstack/backend-api": "0.21.3",
|
|
19
|
+
"@checkstack/ai-backend": "0.1.3",
|
|
20
|
+
"@checkstack/cache-api": "0.3.11",
|
|
21
|
+
"@checkstack/cache-utils": "0.2.16",
|
|
22
|
+
"@checkstack/slo-common": "0.5.3",
|
|
23
|
+
"@checkstack/healthcheck-common": "1.5.3",
|
|
24
|
+
"@checkstack/healthcheck-backend": "1.6.3",
|
|
25
|
+
"@checkstack/dependency-common": "1.2.3",
|
|
26
|
+
"@checkstack/catalog-common": "2.3.3",
|
|
27
|
+
"@checkstack/catalog-backend": "1.4.3",
|
|
28
|
+
"@checkstack/command-backend": "0.2.3",
|
|
29
|
+
"@checkstack/signal-common": "0.2.8",
|
|
30
|
+
"@checkstack/automation-backend": "0.5.3",
|
|
31
|
+
"@checkstack/gitops-backend": "0.5.3",
|
|
32
|
+
"@checkstack/gitops-common": "0.6.2",
|
|
33
|
+
"@checkstack/common": "0.14.1",
|
|
34
|
+
"@checkstack/queue-api": "0.3.11",
|
|
35
35
|
"drizzle-orm": "^0.45.0",
|
|
36
36
|
"zod": "^4.2.1",
|
|
37
37
|
"@orpc/contract": "^1.14.4",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@checkstack/drizzle-helper": "0.0.5",
|
|
42
|
-
"@checkstack/scripts": "0.
|
|
43
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
42
|
+
"@checkstack/scripts": "0.6.0",
|
|
43
|
+
"@checkstack/test-utils-backend": "0.1.37",
|
|
44
44
|
"@checkstack/tsconfig": "0.0.7",
|
|
45
45
|
"@types/bun": "^1.0.0",
|
|
46
46
|
"drizzle-kit": "^0.31.10",
|