@elevenlabs/convai-widget-core 0.12.4 → 0.12.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
@@ -25,7 +25,7 @@ var ae = Object.create, oe = Object.defineProperty, se = Object.getOwnPropertyDe
25
25
  }, me = (e, t, n) => (n = e == null ? {} : ae(le(e)), pe(t || !e || !e.__esModule ? oe(n, "default", {
26
26
  value: e,
27
27
  enumerable: !0
28
- }) : n, e)), he = "0.12.4";
28
+ }) : n, e)), he = "0.12.6";
29
29
  //#endregion
30
30
  //#region src/types/attributes.ts
31
31
  function ge(e) {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "0.12.4";
1
+ export declare const PACKAGE_VERSION = "0.12.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevenlabs/convai-widget-core",
3
- "version": "0.12.4",
3
+ "version": "0.12.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",
@@ -60,7 +60,7 @@
60
60
  "remark-parse": "^11.0.0",
61
61
  "remark-rehype": "^11.1.2",
62
62
  "tailwind-merge": "^3.4.0",
63
- "@elevenlabs/client": "1.7.0"
63
+ "@elevenlabs/client": "1.8.0"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"