@scaleflex/widget-companion-client 4.0.4 → 4.0.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [4.0.4](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.4) (2025-09-02)
6
+ ## [4.0.6](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.6) (2025-09-14)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -14,6 +14,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
14
 
15
15
 
16
16
 
17
+ ## [4.0.5](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.5) (2025-09-10)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * update CodeSandbox links in HTML and README files to point to the new sandbox version for better user access ([cf4f794](https://code.scaleflex.cloud/scaleflex/widget/commits/cf4f7941cc3b79e5bb9ce604ff7a2f25665072a4))
23
+
24
+
25
+
26
+
27
+
28
+
29
+ ## [4.0.4](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.4) (2025-09-02)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * update CodeSandbox links in HTML and README files to point to the new sandbox version for better user access ([cf4f794](https://code.scaleflex.cloud/scaleflex/widget/commits/cf4f7941cc3b79e5bb9ce604ff7a2f25665072a4))
35
+
36
+
37
+
38
+
39
+
17
40
 
18
41
  ## [4.0.3](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.3) (2025-08-26)
19
42
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scaleflex/widget-companion-client",
3
3
  "description": "Client library for communication with Companion. Intended for use in Scaleflex plugins.",
4
- "version": "4.0.4",
4
+ "version": "4.0.6",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
7
7
  "types": "types/index.d.ts",
@@ -14,8 +14,8 @@
14
14
  "access": "public"
15
15
  },
16
16
  "dependencies": {
17
- "@scaleflex/widget-utils": "^4.0.4",
17
+ "@scaleflex/widget-utils": "^4.0.6",
18
18
  "namespace-emitter": "^2.0.1"
19
19
  },
20
- "gitHead": "9acad1431f206dd78802489c05e2c76a3ae30a53"
20
+ "gitHead": "17ad9b9abc2add9c8b52ab56e3a72108bee20a7a"
21
21
  }