@elevenlabs/convai-widget-core 0.10.5 → 0.10.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.
package/dist/index.js CHANGED
@@ -1027,7 +1027,7 @@ function S1({
1027
1027
  function br() {
1028
1028
  return lt(uh);
1029
1029
  }
1030
- const k1 = "0.10.5", ch = st(null);
1030
+ const k1 = "0.10.6", ch = st(null);
1031
1031
  function w1({
1032
1032
  children: e
1033
1033
  }) {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "0.10.5";
1
+ export declare const PACKAGE_VERSION = "0.10.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevenlabs/convai-widget-core",
3
- "version": "0.10.5",
3
+ "version": "0.10.6",
4
4
  "description": "The common library for the Conversational AI Widget.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -58,7 +58,7 @@
58
58
  "remark-parse": "^11.0.0",
59
59
  "remark-rehype": "^11.1.2",
60
60
  "tailwind-merge": "^3.4.0",
61
- "@elevenlabs/client": "0.15.2"
61
+ "@elevenlabs/client": "0.16.0"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"