@checkstack/sdk 0.100.0 → 0.102.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 +38 -0
- package/package.json +25 -25
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @checkstack/sdk
|
|
2
2
|
|
|
3
|
+
## 0.101.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f9cfdae]
|
|
8
|
+
- @checkstack/dependency-common@1.2.5
|
|
9
|
+
|
|
10
|
+
## 0.100.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [0626782]
|
|
15
|
+
- Updated dependencies [56e7c75]
|
|
16
|
+
- Updated dependencies [56e7c75]
|
|
17
|
+
- @checkstack/auth-common@0.8.3
|
|
18
|
+
- @checkstack/catalog-common@2.3.4
|
|
19
|
+
- @checkstack/common@0.15.0
|
|
20
|
+
- @checkstack/announcement-common@0.5.3
|
|
21
|
+
- @checkstack/anomaly-common@1.3.4
|
|
22
|
+
- @checkstack/automation-common@0.4.3
|
|
23
|
+
- @checkstack/cache-common@0.5.3
|
|
24
|
+
- @checkstack/dependency-common@1.2.4
|
|
25
|
+
- @checkstack/gitops-common@0.6.3
|
|
26
|
+
- @checkstack/healthcheck-common@1.5.4
|
|
27
|
+
- @checkstack/incident-common@1.4.4
|
|
28
|
+
- @checkstack/integration-common@0.7.3
|
|
29
|
+
- @checkstack/maintenance-common@1.4.4
|
|
30
|
+
- @checkstack/notification-common@1.3.3
|
|
31
|
+
- @checkstack/pluginmanager-common@0.2.8
|
|
32
|
+
- @checkstack/queue-common@0.6.3
|
|
33
|
+
- @checkstack/satellite-common@0.8.4
|
|
34
|
+
- @checkstack/script-packages-common@0.3.3
|
|
35
|
+
- @checkstack/secrets-common@0.2.3
|
|
36
|
+
- @checkstack/slo-common@0.5.4
|
|
37
|
+
- @checkstack/command-common@0.3.3
|
|
38
|
+
- @checkstack/theme-common@0.2.3
|
|
39
|
+
- @checkstack/tips-common@0.3.3
|
|
40
|
+
|
|
3
41
|
## 0.98.1
|
|
4
42
|
|
|
5
43
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.102.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.3",
|
|
31
|
+
"@checkstack/anomaly-common": "1.3.4",
|
|
32
|
+
"@checkstack/auth-common": "0.8.3",
|
|
33
|
+
"@checkstack/automation-common": "0.4.3",
|
|
34
|
+
"@checkstack/cache-common": "0.5.3",
|
|
35
|
+
"@checkstack/catalog-common": "2.3.4",
|
|
36
|
+
"@checkstack/command-common": "0.3.3",
|
|
37
|
+
"@checkstack/common": "0.15.0",
|
|
38
|
+
"@checkstack/dependency-common": "1.2.5",
|
|
39
|
+
"@checkstack/gitops-common": "0.6.3",
|
|
40
|
+
"@checkstack/healthcheck-common": "1.5.4",
|
|
41
|
+
"@checkstack/incident-common": "1.4.4",
|
|
42
|
+
"@checkstack/integration-common": "0.7.3",
|
|
43
|
+
"@checkstack/maintenance-common": "1.4.4",
|
|
44
|
+
"@checkstack/notification-common": "1.3.3",
|
|
45
|
+
"@checkstack/pluginmanager-common": "0.2.8",
|
|
46
|
+
"@checkstack/queue-common": "0.6.3",
|
|
47
|
+
"@checkstack/satellite-common": "0.8.4",
|
|
48
|
+
"@checkstack/script-packages-common": "0.3.3",
|
|
49
|
+
"@checkstack/secrets-common": "0.2.3",
|
|
50
|
+
"@checkstack/slo-common": "0.5.4",
|
|
51
|
+
"@checkstack/theme-common": "0.2.3",
|
|
52
|
+
"@checkstack/tips-common": "0.3.3",
|
|
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.6.
|
|
59
|
+
"@checkstack/scripts": "0.6.1"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"typecheck": "tsgo -b",
|
package/src/version.ts
CHANGED