@checkstack/incident-backend 1.9.3 → 1.9.5
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 +53 -0
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,58 @@
|
|
|
1
1
|
# @checkstack/incident-backend
|
|
2
2
|
|
|
3
|
+
## 1.9.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c55d7c6]
|
|
8
|
+
- Updated dependencies [a83bcc2]
|
|
9
|
+
- Updated dependencies [c55d7c6]
|
|
10
|
+
- @checkstack/ai-backend@0.10.7
|
|
11
|
+
- @checkstack/common@0.21.0
|
|
12
|
+
- @checkstack/automation-backend@0.10.9
|
|
13
|
+
- @checkstack/catalog-backend@1.6.7
|
|
14
|
+
- @checkstack/backend-api@0.29.1
|
|
15
|
+
- @checkstack/ai-common@0.6.5
|
|
16
|
+
- @checkstack/auth-common@0.12.2
|
|
17
|
+
- @checkstack/automation-common@0.9.2
|
|
18
|
+
- @checkstack/cache-api@0.3.18
|
|
19
|
+
- @checkstack/catalog-common@2.6.2
|
|
20
|
+
- @checkstack/command-backend@0.2.19
|
|
21
|
+
- @checkstack/incident-common@1.7.2
|
|
22
|
+
- @checkstack/integration-backend@0.7.1
|
|
23
|
+
- @checkstack/integration-common@0.9.7
|
|
24
|
+
- @checkstack/notification-common@1.5.2
|
|
25
|
+
- @checkstack/signal-common@0.2.16
|
|
26
|
+
- @checkstack/status-page-backend@0.4.6
|
|
27
|
+
- @checkstack/status-page-common@0.5.2
|
|
28
|
+
- @checkstack/cache-utils@0.2.23
|
|
29
|
+
|
|
30
|
+
## 1.9.4
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [faf98f5]
|
|
35
|
+
- Updated dependencies [faf98f5]
|
|
36
|
+
- @checkstack/ai-backend@0.10.6
|
|
37
|
+
- @checkstack/backend-api@0.29.0
|
|
38
|
+
- @checkstack/common@0.20.0
|
|
39
|
+
- @checkstack/integration-backend@0.7.0
|
|
40
|
+
- @checkstack/automation-backend@0.10.8
|
|
41
|
+
- @checkstack/catalog-backend@1.6.6
|
|
42
|
+
- @checkstack/command-backend@0.2.18
|
|
43
|
+
- @checkstack/status-page-backend@0.4.5
|
|
44
|
+
- @checkstack/ai-common@0.6.4
|
|
45
|
+
- @checkstack/auth-common@0.12.1
|
|
46
|
+
- @checkstack/automation-common@0.9.1
|
|
47
|
+
- @checkstack/cache-api@0.3.17
|
|
48
|
+
- @checkstack/catalog-common@2.6.1
|
|
49
|
+
- @checkstack/incident-common@1.7.1
|
|
50
|
+
- @checkstack/integration-common@0.9.6
|
|
51
|
+
- @checkstack/notification-common@1.5.1
|
|
52
|
+
- @checkstack/signal-common@0.2.15
|
|
53
|
+
- @checkstack/status-page-common@0.5.1
|
|
54
|
+
- @checkstack/cache-utils@0.2.22
|
|
55
|
+
|
|
3
56
|
## 1.9.3
|
|
4
57
|
|
|
5
58
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/incident-backend",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.5",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -14,25 +14,25 @@
|
|
|
14
14
|
"lint:code": "eslint . --max-warnings 0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@checkstack/ai-backend": "0.10.
|
|
18
|
-
"@checkstack/ai-common": "0.6.
|
|
19
|
-
"@checkstack/backend-api": "0.
|
|
20
|
-
"@checkstack/cache-api": "0.3.
|
|
21
|
-
"@checkstack/cache-utils": "0.2.
|
|
22
|
-
"@checkstack/incident-common": "1.7.
|
|
23
|
-
"@checkstack/catalog-common": "2.6.
|
|
24
|
-
"@checkstack/catalog-backend": "1.6.
|
|
25
|
-
"@checkstack/notification-common": "1.5.
|
|
26
|
-
"@checkstack/auth-common": "0.12.
|
|
27
|
-
"@checkstack/command-backend": "0.2.
|
|
28
|
-
"@checkstack/signal-common": "0.2.
|
|
29
|
-
"@checkstack/status-page-backend": "0.4.
|
|
30
|
-
"@checkstack/status-page-common": "0.5.
|
|
31
|
-
"@checkstack/integration-backend": "0.
|
|
32
|
-
"@checkstack/integration-common": "0.9.
|
|
33
|
-
"@checkstack/automation-backend": "0.10.
|
|
34
|
-
"@checkstack/automation-common": "0.9.
|
|
35
|
-
"@checkstack/common": "0.
|
|
17
|
+
"@checkstack/ai-backend": "0.10.7",
|
|
18
|
+
"@checkstack/ai-common": "0.6.5",
|
|
19
|
+
"@checkstack/backend-api": "0.29.1",
|
|
20
|
+
"@checkstack/cache-api": "0.3.18",
|
|
21
|
+
"@checkstack/cache-utils": "0.2.23",
|
|
22
|
+
"@checkstack/incident-common": "1.7.2",
|
|
23
|
+
"@checkstack/catalog-common": "2.6.2",
|
|
24
|
+
"@checkstack/catalog-backend": "1.6.7",
|
|
25
|
+
"@checkstack/notification-common": "1.5.2",
|
|
26
|
+
"@checkstack/auth-common": "0.12.2",
|
|
27
|
+
"@checkstack/command-backend": "0.2.19",
|
|
28
|
+
"@checkstack/signal-common": "0.2.16",
|
|
29
|
+
"@checkstack/status-page-backend": "0.4.6",
|
|
30
|
+
"@checkstack/status-page-common": "0.5.2",
|
|
31
|
+
"@checkstack/integration-backend": "0.7.1",
|
|
32
|
+
"@checkstack/integration-common": "0.9.7",
|
|
33
|
+
"@checkstack/automation-backend": "0.10.9",
|
|
34
|
+
"@checkstack/automation-common": "0.9.2",
|
|
35
|
+
"@checkstack/common": "0.21.0",
|
|
36
36
|
"drizzle-orm": "^0.45.0",
|
|
37
37
|
"zod": "^4.2.1",
|
|
38
38
|
"@orpc/contract": "^1.14.4",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@checkstack/drizzle-helper": "0.0.6",
|
|
43
|
-
"@checkstack/scripts": "0.7.
|
|
44
|
-
"@checkstack/test-utils-backend": "0.1.
|
|
43
|
+
"@checkstack/scripts": "0.7.2",
|
|
44
|
+
"@checkstack/test-utils-backend": "0.1.53",
|
|
45
45
|
"@checkstack/tsconfig": "0.0.7",
|
|
46
46
|
"@types/bun": "^1.0.0",
|
|
47
47
|
"drizzle-kit": "^0.31.10",
|