@elevenlabs/convai-widget-core 0.11.0 → 0.11.1
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 +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import { Conversation as Kg, postOverallFeedback as cc } from "@elevenlabs/clien
|
|
|
8
8
|
import { jsx as re, jsxs as Va, Fragment as Ul } from "preact/compat/jsx-runtime";
|
|
9
9
|
import { useMemo as nh, useCallback as tn, useContext as Zo, useRef as Jg, useEffect as rh } from "preact/hooks";
|
|
10
10
|
import { createContext as ih } from "preact";
|
|
11
|
-
const e1 = "0.11.
|
|
11
|
+
const e1 = "0.11.1";
|
|
12
12
|
function dt(e) {
|
|
13
13
|
return e ? e === "true" ? !0 : e === "false" ? !1 : null : null;
|
|
14
14
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "0.11.
|
|
1
|
+
export declare const PACKAGE_VERSION = "0.11.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevenlabs/convai-widget-core",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
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": "1.1.
|
|
61
|
+
"@elevenlabs/client": "1.1.1"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|