@checkstack/sdk 0.95.0 → 0.97.0
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 +58 -0
- package/package.json +25 -25
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,63 @@
|
|
|
1
1
|
# @checkstack/sdk
|
|
2
2
|
|
|
3
|
+
## 0.96.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [1fee9da]
|
|
8
|
+
- @checkstack/common@0.14.1
|
|
9
|
+
- @checkstack/announcement-common@0.5.2
|
|
10
|
+
- @checkstack/anomaly-common@1.3.2
|
|
11
|
+
- @checkstack/auth-common@0.8.2
|
|
12
|
+
- @checkstack/automation-common@0.4.2
|
|
13
|
+
- @checkstack/cache-common@0.5.2
|
|
14
|
+
- @checkstack/catalog-common@2.3.2
|
|
15
|
+
- @checkstack/command-common@0.3.2
|
|
16
|
+
- @checkstack/dependency-common@1.2.2
|
|
17
|
+
- @checkstack/gitops-common@0.6.2
|
|
18
|
+
- @checkstack/healthcheck-common@1.5.2
|
|
19
|
+
- @checkstack/incident-common@1.4.2
|
|
20
|
+
- @checkstack/integration-common@0.7.2
|
|
21
|
+
- @checkstack/maintenance-common@1.4.2
|
|
22
|
+
- @checkstack/notification-common@1.3.2
|
|
23
|
+
- @checkstack/pluginmanager-common@0.2.7
|
|
24
|
+
- @checkstack/queue-common@0.6.2
|
|
25
|
+
- @checkstack/satellite-common@0.8.2
|
|
26
|
+
- @checkstack/script-packages-common@0.3.2
|
|
27
|
+
- @checkstack/secrets-common@0.2.2
|
|
28
|
+
- @checkstack/slo-common@0.5.2
|
|
29
|
+
- @checkstack/theme-common@0.2.2
|
|
30
|
+
- @checkstack/tips-common@0.3.2
|
|
31
|
+
|
|
32
|
+
## 0.95.1
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [13373ce]
|
|
37
|
+
- @checkstack/common@0.14.0
|
|
38
|
+
- @checkstack/announcement-common@0.5.1
|
|
39
|
+
- @checkstack/anomaly-common@1.3.1
|
|
40
|
+
- @checkstack/auth-common@0.8.1
|
|
41
|
+
- @checkstack/automation-common@0.4.1
|
|
42
|
+
- @checkstack/cache-common@0.5.1
|
|
43
|
+
- @checkstack/catalog-common@2.3.1
|
|
44
|
+
- @checkstack/command-common@0.3.1
|
|
45
|
+
- @checkstack/dependency-common@1.2.1
|
|
46
|
+
- @checkstack/gitops-common@0.6.1
|
|
47
|
+
- @checkstack/healthcheck-common@1.5.1
|
|
48
|
+
- @checkstack/incident-common@1.4.1
|
|
49
|
+
- @checkstack/integration-common@0.7.1
|
|
50
|
+
- @checkstack/maintenance-common@1.4.1
|
|
51
|
+
- @checkstack/notification-common@1.3.1
|
|
52
|
+
- @checkstack/pluginmanager-common@0.2.6
|
|
53
|
+
- @checkstack/queue-common@0.6.1
|
|
54
|
+
- @checkstack/satellite-common@0.8.1
|
|
55
|
+
- @checkstack/script-packages-common@0.3.1
|
|
56
|
+
- @checkstack/secrets-common@0.2.1
|
|
57
|
+
- @checkstack/slo-common@0.5.1
|
|
58
|
+
- @checkstack/theme-common@0.2.1
|
|
59
|
+
- @checkstack/tips-common@0.3.1
|
|
60
|
+
|
|
3
61
|
## 0.93.1
|
|
4
62
|
|
|
5
63
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.97.0",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated, version-pinned typed client and script-authoring helpers for Checkstack.",
|
|
@@ -27,36 +27,36 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@checkstack/announcement-common": "0.5.
|
|
31
|
-
"@checkstack/anomaly-common": "1.3.
|
|
32
|
-
"@checkstack/auth-common": "0.8.
|
|
33
|
-
"@checkstack/automation-common": "0.4.
|
|
34
|
-
"@checkstack/cache-common": "0.5.
|
|
35
|
-
"@checkstack/catalog-common": "2.3.
|
|
36
|
-
"@checkstack/command-common": "0.3.
|
|
37
|
-
"@checkstack/common": "0.
|
|
38
|
-
"@checkstack/dependency-common": "1.2.
|
|
39
|
-
"@checkstack/gitops-common": "0.6.
|
|
40
|
-
"@checkstack/healthcheck-common": "1.5.
|
|
41
|
-
"@checkstack/incident-common": "1.4.
|
|
42
|
-
"@checkstack/integration-common": "0.7.
|
|
43
|
-
"@checkstack/maintenance-common": "1.4.
|
|
44
|
-
"@checkstack/notification-common": "1.3.
|
|
45
|
-
"@checkstack/pluginmanager-common": "0.2.
|
|
46
|
-
"@checkstack/queue-common": "0.6.
|
|
47
|
-
"@checkstack/satellite-common": "0.8.
|
|
48
|
-
"@checkstack/script-packages-common": "0.3.
|
|
49
|
-
"@checkstack/secrets-common": "0.2.
|
|
50
|
-
"@checkstack/slo-common": "0.5.
|
|
51
|
-
"@checkstack/theme-common": "0.2.
|
|
52
|
-
"@checkstack/tips-common": "0.3.
|
|
30
|
+
"@checkstack/announcement-common": "0.5.2",
|
|
31
|
+
"@checkstack/anomaly-common": "1.3.2",
|
|
32
|
+
"@checkstack/auth-common": "0.8.2",
|
|
33
|
+
"@checkstack/automation-common": "0.4.2",
|
|
34
|
+
"@checkstack/cache-common": "0.5.2",
|
|
35
|
+
"@checkstack/catalog-common": "2.3.2",
|
|
36
|
+
"@checkstack/command-common": "0.3.2",
|
|
37
|
+
"@checkstack/common": "0.14.1",
|
|
38
|
+
"@checkstack/dependency-common": "1.2.2",
|
|
39
|
+
"@checkstack/gitops-common": "0.6.2",
|
|
40
|
+
"@checkstack/healthcheck-common": "1.5.2",
|
|
41
|
+
"@checkstack/incident-common": "1.4.2",
|
|
42
|
+
"@checkstack/integration-common": "0.7.2",
|
|
43
|
+
"@checkstack/maintenance-common": "1.4.2",
|
|
44
|
+
"@checkstack/notification-common": "1.3.2",
|
|
45
|
+
"@checkstack/pluginmanager-common": "0.2.7",
|
|
46
|
+
"@checkstack/queue-common": "0.6.2",
|
|
47
|
+
"@checkstack/satellite-common": "0.8.2",
|
|
48
|
+
"@checkstack/script-packages-common": "0.3.2",
|
|
49
|
+
"@checkstack/secrets-common": "0.2.2",
|
|
50
|
+
"@checkstack/slo-common": "0.5.2",
|
|
51
|
+
"@checkstack/theme-common": "0.2.2",
|
|
52
|
+
"@checkstack/tips-common": "0.3.2",
|
|
53
53
|
"@orpc/client": "^1.14.4",
|
|
54
54
|
"@orpc/openapi-client": "^1.14.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"typescript": "^5.7.2",
|
|
58
58
|
"@checkstack/tsconfig": "0.0.7",
|
|
59
|
-
"@checkstack/scripts": "0.4.
|
|
59
|
+
"@checkstack/scripts": "0.4.2"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"typecheck": "tsgo -b",
|
package/src/version.ts
CHANGED