@checkstack/incident-backend 1.6.0 → 1.6.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 +23 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @checkstack/incident-backend
|
|
2
2
|
|
|
3
|
+
## 1.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [13373ce]
|
|
8
|
+
- @checkstack/common@0.14.0
|
|
9
|
+
- @checkstack/backend-api@0.21.1
|
|
10
|
+
- @checkstack/cache-api@0.3.10
|
|
11
|
+
- @checkstack/ai-backend@0.1.1
|
|
12
|
+
- @checkstack/ai-common@0.1.1
|
|
13
|
+
- @checkstack/auth-common@0.8.1
|
|
14
|
+
- @checkstack/automation-backend@0.5.1
|
|
15
|
+
- @checkstack/automation-common@0.4.1
|
|
16
|
+
- @checkstack/catalog-backend@1.4.1
|
|
17
|
+
- @checkstack/catalog-common@2.3.1
|
|
18
|
+
- @checkstack/command-backend@0.2.1
|
|
19
|
+
- @checkstack/incident-common@1.4.1
|
|
20
|
+
- @checkstack/integration-backend@0.4.1
|
|
21
|
+
- @checkstack/integration-common@0.7.1
|
|
22
|
+
- @checkstack/notification-common@1.3.1
|
|
23
|
+
- @checkstack/signal-common@0.2.7
|
|
24
|
+
- @checkstack/cache-utils@0.2.15
|
|
25
|
+
|
|
3
26
|
## 1.6.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/incident-backend",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -14,23 +14,23 @@
|
|
|
14
14
|
"lint:code": "eslint . --max-warnings 0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@checkstack/ai-backend": "0.
|
|
18
|
-
"@checkstack/ai-common": "0.
|
|
19
|
-
"@checkstack/backend-api": "0.
|
|
20
|
-
"@checkstack/cache-api": "0.3.
|
|
21
|
-
"@checkstack/cache-utils": "0.2.
|
|
22
|
-
"@checkstack/incident-common": "1.
|
|
23
|
-
"@checkstack/catalog-common": "2.
|
|
24
|
-
"@checkstack/catalog-backend": "1.
|
|
25
|
-
"@checkstack/notification-common": "1.
|
|
26
|
-
"@checkstack/auth-common": "0.
|
|
27
|
-
"@checkstack/command-backend": "0.
|
|
28
|
-
"@checkstack/signal-common": "0.2.
|
|
29
|
-
"@checkstack/integration-backend": "0.
|
|
30
|
-
"@checkstack/integration-common": "0.
|
|
31
|
-
"@checkstack/automation-backend": "0.
|
|
32
|
-
"@checkstack/automation-common": "0.
|
|
33
|
-
"@checkstack/common": "0.
|
|
17
|
+
"@checkstack/ai-backend": "0.1.0",
|
|
18
|
+
"@checkstack/ai-common": "0.1.0",
|
|
19
|
+
"@checkstack/backend-api": "0.21.0",
|
|
20
|
+
"@checkstack/cache-api": "0.3.9",
|
|
21
|
+
"@checkstack/cache-utils": "0.2.14",
|
|
22
|
+
"@checkstack/incident-common": "1.4.0",
|
|
23
|
+
"@checkstack/catalog-common": "2.3.0",
|
|
24
|
+
"@checkstack/catalog-backend": "1.4.0",
|
|
25
|
+
"@checkstack/notification-common": "1.3.0",
|
|
26
|
+
"@checkstack/auth-common": "0.8.0",
|
|
27
|
+
"@checkstack/command-backend": "0.2.0",
|
|
28
|
+
"@checkstack/signal-common": "0.2.6",
|
|
29
|
+
"@checkstack/integration-backend": "0.4.0",
|
|
30
|
+
"@checkstack/integration-common": "0.7.0",
|
|
31
|
+
"@checkstack/automation-backend": "0.5.0",
|
|
32
|
+
"@checkstack/automation-common": "0.4.0",
|
|
33
|
+
"@checkstack/common": "0.13.0",
|
|
34
34
|
"drizzle-orm": "^0.45.0",
|
|
35
35
|
"zod": "^4.2.1",
|
|
36
36
|
"@orpc/contract": "^1.14.4",
|
|
@@ -38,8 +38,8 @@
|
|
|
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.4.0",
|
|
42
|
+
"@checkstack/test-utils-backend": "0.1.34",
|
|
43
43
|
"@checkstack/tsconfig": "0.0.7",
|
|
44
44
|
"@types/bun": "^1.0.0",
|
|
45
45
|
"drizzle-kit": "^0.31.10",
|