@elevenlabs/convai-widget-embed 0.6.0 → 0.7.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @elevenlabs/convai-widget-embed@0.6.0 build /home/runner/work/packages/packages/packages/convai-widget-embed
2
+ > @elevenlabs/convai-widget-embed@0.7.0 build /home/runner/work/packages/packages/packages/convai-widget-embed
3
3
  > vite build
4
4
 
5
5
  vite v6.4.1 building for production...
@@ -7,5 +7,5 @@ transforming...
7
7
  ✓ 12 modules transformed.
8
8
  rendering chunks...
9
9
  computing gzip size...
10
- dist/index.js 1,373.95 kB │ gzip: 422.95 kB
11
- ✓ built in 3.10s
10
+ dist/index.js 1,381.55 kB │ gzip: 424.24 kB
11
+ ✓ built in 3.43s
@@ -0,0 +1,21 @@
1
+
2
+ > @elevenlabs/convai-widget-embed@0.7.0 lint /home/runner/work/packages/packages/packages/convai-widget-embed
3
+ > pnpm run check-types && pnpm run lint:es && pnpm run lint:prettier
4
+
5
+
6
+ > @elevenlabs/convai-widget-embed@0.7.0 check-types /home/runner/work/packages/packages/packages/convai-widget-embed
7
+ > tsc --noEmit --skipLibCheck
8
+
9
+
10
+ > @elevenlabs/convai-widget-embed@0.7.0 lint:es /home/runner/work/packages/packages/packages/convai-widget-embed
11
+ > pnpm exec eslint .
12
+
13
+ (node:3893) ESLintEmptyConfigWarning: Running ESLint with an empty config (from /home/runner/work/packages/packages/packages/convai-widget-embed/eslint.config.cjs). Please double-check that this is what you want. If you want to run ESLint with an empty config, export [{}] to remove this warning.
14
+ (Use `node --trace-warnings ...` to show where the warning was created)
15
+
16
+ > @elevenlabs/convai-widget-embed@0.7.0 lint:prettier /home/runner/work/packages/packages/packages/convai-widget-embed
17
+ > prettier 'src/**/*.ts'
18
+
19
+ import { registerWidget } from "@elevenlabs/convai-widget-core";
20
+
21
+ registerWidget();
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @elevenlabs/convai-widget-embed
2
+
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 29ef161: Allow the widget to be dismissable via an optional parameter.