@checkstack/satellite-backend 0.6.1 → 0.6.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 +41 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# @checkstack/satellite-backend
|
|
2
2
|
|
|
3
|
+
## 0.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @checkstack/automation-backend@0.5.3
|
|
8
|
+
- @checkstack/healthcheck-backend@1.6.3
|
|
9
|
+
- @checkstack/automation-common@0.4.2
|
|
10
|
+
- @checkstack/backend-api@0.21.3
|
|
11
|
+
- @checkstack/common@0.14.1
|
|
12
|
+
- @checkstack/gitops-backend@0.5.3
|
|
13
|
+
- @checkstack/gitops-common@0.6.2
|
|
14
|
+
- @checkstack/healthcheck-common@1.5.3
|
|
15
|
+
- @checkstack/queue-api@0.3.11
|
|
16
|
+
- @checkstack/satellite-common@0.8.3
|
|
17
|
+
- @checkstack/script-packages-backend@0.3.3
|
|
18
|
+
- @checkstack/script-packages-common@0.3.2
|
|
19
|
+
- @checkstack/secrets-backend@0.2.3
|
|
20
|
+
- @checkstack/secrets-common@0.2.2
|
|
21
|
+
- @checkstack/signal-common@0.2.8
|
|
22
|
+
|
|
23
|
+
## 0.6.2
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [1fee9da]
|
|
28
|
+
- @checkstack/common@0.14.1
|
|
29
|
+
- @checkstack/automation-backend@0.5.2
|
|
30
|
+
- @checkstack/automation-common@0.4.2
|
|
31
|
+
- @checkstack/backend-api@0.21.2
|
|
32
|
+
- @checkstack/gitops-backend@0.5.2
|
|
33
|
+
- @checkstack/gitops-common@0.6.2
|
|
34
|
+
- @checkstack/healthcheck-backend@1.6.2
|
|
35
|
+
- @checkstack/healthcheck-common@1.5.2
|
|
36
|
+
- @checkstack/queue-api@0.3.11
|
|
37
|
+
- @checkstack/satellite-common@0.8.2
|
|
38
|
+
- @checkstack/script-packages-backend@0.3.2
|
|
39
|
+
- @checkstack/script-packages-common@0.3.2
|
|
40
|
+
- @checkstack/secrets-backend@0.2.2
|
|
41
|
+
- @checkstack/secrets-common@0.2.2
|
|
42
|
+
- @checkstack/signal-common@0.2.8
|
|
43
|
+
|
|
3
44
|
## 0.6.1
|
|
4
45
|
|
|
5
46
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/satellite-backend",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -15,29 +15,29 @@
|
|
|
15
15
|
"test": "bun test"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@checkstack/backend-api": "0.21.
|
|
19
|
-
"@checkstack/automation-backend": "0.5.
|
|
20
|
-
"@checkstack/automation-common": "0.4.
|
|
21
|
-
"@checkstack/satellite-common": "0.8.
|
|
22
|
-
"@checkstack/healthcheck-common": "1.5.
|
|
23
|
-
"@checkstack/signal-common": "0.2.
|
|
24
|
-
"@checkstack/healthcheck-backend": "1.6.
|
|
25
|
-
"@checkstack/script-packages-common": "0.3.
|
|
26
|
-
"@checkstack/script-packages-backend": "0.3.
|
|
27
|
-
"@checkstack/secrets-common": "0.2.
|
|
28
|
-
"@checkstack/secrets-backend": "0.2.
|
|
29
|
-
"@checkstack/gitops-backend": "0.5.
|
|
30
|
-
"@checkstack/gitops-common": "0.6.
|
|
31
|
-
"@checkstack/common": "0.
|
|
32
|
-
"@checkstack/queue-api": "0.3.
|
|
18
|
+
"@checkstack/backend-api": "0.21.3",
|
|
19
|
+
"@checkstack/automation-backend": "0.5.3",
|
|
20
|
+
"@checkstack/automation-common": "0.4.2",
|
|
21
|
+
"@checkstack/satellite-common": "0.8.3",
|
|
22
|
+
"@checkstack/healthcheck-common": "1.5.3",
|
|
23
|
+
"@checkstack/signal-common": "0.2.8",
|
|
24
|
+
"@checkstack/healthcheck-backend": "1.6.3",
|
|
25
|
+
"@checkstack/script-packages-common": "0.3.2",
|
|
26
|
+
"@checkstack/script-packages-backend": "0.3.3",
|
|
27
|
+
"@checkstack/secrets-common": "0.2.2",
|
|
28
|
+
"@checkstack/secrets-backend": "0.2.3",
|
|
29
|
+
"@checkstack/gitops-backend": "0.5.3",
|
|
30
|
+
"@checkstack/gitops-common": "0.6.2",
|
|
31
|
+
"@checkstack/common": "0.14.1",
|
|
32
|
+
"@checkstack/queue-api": "0.3.11",
|
|
33
33
|
"drizzle-orm": "^0.45.0",
|
|
34
34
|
"zod": "^4.2.1",
|
|
35
35
|
"@orpc/server": "^1.14.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@checkstack/drizzle-helper": "0.0.5",
|
|
39
|
-
"@checkstack/scripts": "0.
|
|
40
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
39
|
+
"@checkstack/scripts": "0.6.0",
|
|
40
|
+
"@checkstack/test-utils-backend": "0.1.37",
|
|
41
41
|
"@checkstack/tsconfig": "0.0.7",
|
|
42
42
|
"@types/bun": "^1.0.0",
|
|
43
43
|
"@types/pg": "^8.20.0",
|