@checkstack/sdk 0.103.0 → 0.104.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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @checkstack/sdk
2
2
 
3
+ ## 0.103.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0b6f01b]
8
+ - Updated dependencies [0b6f01b]
9
+ - Updated dependencies [0b6f01b]
10
+ - Updated dependencies [0b6f01b]
11
+ - Updated dependencies [0b6f01b]
12
+ - Updated dependencies [0b6f01b]
13
+ - @checkstack/anomaly-common@1.4.0
14
+ - @checkstack/dependency-common@1.3.0
15
+ - @checkstack/healthcheck-common@1.6.0
16
+ - @checkstack/incident-common@1.5.0
17
+ - @checkstack/slo-common@0.6.0
18
+ - @checkstack/maintenance-common@1.5.0
19
+ - @checkstack/satellite-common@0.8.5
20
+
3
21
  ## 0.101.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/sdk",
3
- "version": "0.103.0",
3
+ "version": "0.104.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.",
@@ -28,26 +28,26 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@checkstack/announcement-common": "0.5.3",
31
- "@checkstack/anomaly-common": "1.3.4",
31
+ "@checkstack/anomaly-common": "1.4.0",
32
32
  "@checkstack/auth-common": "0.8.3",
33
33
  "@checkstack/automation-common": "0.4.3",
34
34
  "@checkstack/cache-common": "0.5.3",
35
35
  "@checkstack/catalog-common": "2.3.4",
36
36
  "@checkstack/command-common": "0.3.3",
37
37
  "@checkstack/common": "0.15.0",
38
- "@checkstack/dependency-common": "1.2.5",
38
+ "@checkstack/dependency-common": "1.3.0",
39
39
  "@checkstack/gitops-common": "0.6.3",
40
- "@checkstack/healthcheck-common": "1.5.4",
41
- "@checkstack/incident-common": "1.4.4",
40
+ "@checkstack/healthcheck-common": "1.6.0",
41
+ "@checkstack/incident-common": "1.5.0",
42
42
  "@checkstack/integration-common": "0.7.3",
43
- "@checkstack/maintenance-common": "1.4.4",
43
+ "@checkstack/maintenance-common": "1.5.0",
44
44
  "@checkstack/notification-common": "1.3.3",
45
45
  "@checkstack/pluginmanager-common": "0.2.8",
46
46
  "@checkstack/queue-common": "0.6.3",
47
- "@checkstack/satellite-common": "0.8.4",
47
+ "@checkstack/satellite-common": "0.8.5",
48
48
  "@checkstack/script-packages-common": "0.3.3",
49
49
  "@checkstack/secrets-common": "0.2.3",
50
- "@checkstack/slo-common": "0.5.4",
50
+ "@checkstack/slo-common": "0.6.0",
51
51
  "@checkstack/theme-common": "0.2.3",
52
52
  "@checkstack/tips-common": "0.3.3",
53
53
  "@orpc/client": "^1.14.4",
package/src/version.ts CHANGED
@@ -3,4 +3,4 @@
3
3
  // script-context helper builders.
4
4
 
5
5
  /** The platform release version this SDK was stamped to. */
6
- export const SDK_RELEASE_VERSION = "0.103.0";
6
+ export const SDK_RELEASE_VERSION = "0.104.0";