@elevenlabs/convai-widget-embed 0.8.0 → 0.8.2

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.8.0 build /home/runner/work/packages/packages/packages/convai-widget-embed
2
+ > @elevenlabs/convai-widget-embed@0.8.2 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,381.52 kB │ gzip: 424.22 kB
11
- ✓ built in 3.31s
10
+ dist/index.js 1,382.11 kB │ gzip: 424.35 kB
11
+ ✓ built in 3.14s
@@ -0,0 +1,4 @@
1
+
2
+ > @elevenlabs/convai-widget-embed@0.8.2 check-types /home/runner/work/packages/packages/packages/convai-widget-embed
3
+ > tsc --noEmit --skipLibCheck
4
+
@@ -0,0 +1,6 @@
1
+
2
+ > @elevenlabs/convai-widget-embed@0.8.2 lint:es /home/runner/work/packages/packages/packages/convai-widget-embed
3
+ > pnpm exec eslint .
4
+
5
+ (node:2871) 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.
6
+ (Use `node --trace-warnings ...` to show where the warning was created)
@@ -0,0 +1,7 @@
1
+
2
+ > @elevenlabs/convai-widget-embed@0.8.2 lint:prettier /home/runner/work/packages/packages/packages/convai-widget-embed
3
+ > prettier 'src/**/*.ts'
4
+
5
+ import { registerWidget } from "@elevenlabs/convai-widget-core";
6
+
7
+ registerWidget();
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @elevenlabs/convai-widget-embed
2
2
 
3
+ ## 0.8.2
4
+
5
+ ## 0.0.0-beta.0
6
+
7
+ ## 0.8.1
8
+
9
+ ### Patch Changes
10
+
11
+ - c96feb1: Reset microphone mute state when call ends to prevent UI/audio desync on subsequent calls
12
+
3
13
  ## 0.8.0
4
14
 
5
15
  ### Minor Changes