@elevenlabs/convai-widget-embed 0.8.2 → 0.9.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,11 +1,11 @@
1
1
 
2
- > @elevenlabs/convai-widget-embed@0.8.2 build /home/runner/work/packages/packages/packages/convai-widget-embed
2
+ > @elevenlabs/convai-widget-embed@0.9.0 build /home/runner/work/packages/packages/packages/convai-widget-embed
3
3
  > vite build
4
4
 
5
- vite v6.4.1 building for production...
5
+ vite v7.3.1 building client environment for production...
6
6
  transforming...
7
7
  ✓ 12 modules transformed.
8
8
  rendering chunks...
9
9
  computing gzip size...
10
- dist/index.js 1,382.11 kB │ gzip: 424.35 kB
11
- ✓ built in 3.14s
10
+ dist/index.js 1,379.50 kB │ gzip: 423.80 kB
11
+ ✓ built in 3.76s
@@ -1,4 +1,4 @@
1
1
 
2
- > @elevenlabs/convai-widget-embed@0.8.2 check-types /home/runner/work/packages/packages/packages/convai-widget-embed
2
+ > @elevenlabs/convai-widget-embed@0.9.0 check-types /home/runner/work/packages/packages/packages/convai-widget-embed
3
3
  > tsc --noEmit --skipLibCheck
4
4
 
@@ -1,6 +1,6 @@
1
1
 
2
- > @elevenlabs/convai-widget-embed@0.8.2 lint:es /home/runner/work/packages/packages/packages/convai-widget-embed
2
+ > @elevenlabs/convai-widget-embed@0.9.0 lint:es /home/runner/work/packages/packages/packages/convai-widget-embed
3
3
  > pnpm exec eslint .
4
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.
5
+ (node:2793) 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
6
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -1,5 +1,5 @@
1
1
 
2
- > @elevenlabs/convai-widget-embed@0.8.2 lint:prettier /home/runner/work/packages/packages/packages/convai-widget-embed
2
+ > @elevenlabs/convai-widget-embed@0.9.0 lint:prettier /home/runner/work/packages/packages/packages/convai-widget-embed
3
3
  > prettier 'src/**/*.ts'
4
4
 
5
5
  import { registerWidget } from "@elevenlabs/convai-widget-core";
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @elevenlabs/convai-widget-embed
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6846068: Ability to show agent tool usage status
8
+ - 6846068: New agent status badge for long tool call
9
+
10
+ ### Patch Changes
11
+
12
+ - a71950d: strip emotion tag
13
+
3
14
  ## 0.8.2
4
15
 
5
16
  ## 0.0.0-beta.0