@checkstack/catalog-backend 1.4.1 → 1.4.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 +40 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @checkstack/catalog-backend
|
|
2
2
|
|
|
3
|
+
## 1.4.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-common@2.3.3
|
|
11
|
+
- @checkstack/ai-common@0.1.2
|
|
12
|
+
- @checkstack/auth-backend@0.5.3
|
|
13
|
+
- @checkstack/auth-common@0.8.2
|
|
14
|
+
- @checkstack/backend-api@0.21.3
|
|
15
|
+
- @checkstack/cache-api@0.3.11
|
|
16
|
+
- @checkstack/cache-utils@0.2.16
|
|
17
|
+
- @checkstack/command-backend@0.2.3
|
|
18
|
+
- @checkstack/common@0.14.1
|
|
19
|
+
- @checkstack/gitops-backend@0.5.3
|
|
20
|
+
- @checkstack/gitops-common@0.6.2
|
|
21
|
+
- @checkstack/notification-common@1.3.2
|
|
22
|
+
|
|
23
|
+
## 1.4.2
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [1fee9da]
|
|
28
|
+
- @checkstack/common@0.14.1
|
|
29
|
+
- @checkstack/ai-backend@0.1.2
|
|
30
|
+
- @checkstack/ai-common@0.1.2
|
|
31
|
+
- @checkstack/auth-backend@0.5.2
|
|
32
|
+
- @checkstack/auth-common@0.8.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-common@2.3.2
|
|
37
|
+
- @checkstack/command-backend@0.2.2
|
|
38
|
+
- @checkstack/gitops-backend@0.5.2
|
|
39
|
+
- @checkstack/gitops-common@0.6.2
|
|
40
|
+
- @checkstack/notification-common@1.3.2
|
|
41
|
+
- @checkstack/cache-utils@0.2.16
|
|
42
|
+
|
|
3
43
|
## 1.4.1
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/catalog-backend",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -15,31 +15,31 @@
|
|
|
15
15
|
"test": "bun test"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@checkstack/backend-api": "0.21.
|
|
19
|
-
"@checkstack/ai-backend": "0.1.
|
|
20
|
-
"@checkstack/ai-common": "0.1.
|
|
21
|
-
"@checkstack/automation-backend": "0.5.
|
|
22
|
-
"@checkstack/cache-api": "0.3.
|
|
23
|
-
"@checkstack/cache-utils": "0.2.
|
|
24
|
-
"@checkstack/auth-common": "0.8.
|
|
25
|
-
"@checkstack/catalog-common": "2.3.
|
|
26
|
-
"@checkstack/command-backend": "0.2.
|
|
27
|
-
"@checkstack/auth-backend": "0.5.
|
|
28
|
-
"@checkstack/gitops-backend": "0.5.
|
|
29
|
-
"@checkstack/gitops-common": "0.6.
|
|
30
|
-
"@checkstack/notification-common": "1.3.
|
|
18
|
+
"@checkstack/backend-api": "0.21.3",
|
|
19
|
+
"@checkstack/ai-backend": "0.1.3",
|
|
20
|
+
"@checkstack/ai-common": "0.1.2",
|
|
21
|
+
"@checkstack/automation-backend": "0.5.3",
|
|
22
|
+
"@checkstack/cache-api": "0.3.11",
|
|
23
|
+
"@checkstack/cache-utils": "0.2.16",
|
|
24
|
+
"@checkstack/auth-common": "0.8.2",
|
|
25
|
+
"@checkstack/catalog-common": "2.3.3",
|
|
26
|
+
"@checkstack/command-backend": "0.2.3",
|
|
27
|
+
"@checkstack/auth-backend": "0.5.3",
|
|
28
|
+
"@checkstack/gitops-backend": "0.5.3",
|
|
29
|
+
"@checkstack/gitops-common": "0.6.2",
|
|
30
|
+
"@checkstack/notification-common": "1.3.2",
|
|
31
31
|
"@orpc/contract": "^1.14.4",
|
|
32
32
|
"@orpc/server": "^1.14.4",
|
|
33
33
|
"drizzle-orm": "^0.45.0",
|
|
34
34
|
"hono": "^4.12.23",
|
|
35
35
|
"uuid": "^14.0.0",
|
|
36
36
|
"zod": "^4.2.1",
|
|
37
|
-
"@checkstack/common": "0.
|
|
37
|
+
"@checkstack/common": "0.14.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@checkstack/drizzle-helper": "0.0.5",
|
|
41
|
-
"@checkstack/scripts": "0.
|
|
42
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
41
|
+
"@checkstack/scripts": "0.6.0",
|
|
42
|
+
"@checkstack/test-utils-backend": "0.1.37",
|
|
43
43
|
"@checkstack/tsconfig": "0.0.7",
|
|
44
44
|
"@types/bun": "^1.3.5",
|
|
45
45
|
"@types/node": "^20.0.0",
|