@elevenlabs/convai-widget-embed 0.7.0 → 0.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevenlabs/convai-widget-embed",
3
- "version": "0.7.0",
3
+ "version": "0.8.1",
4
4
  "description": "The Conversational AI Widget bundled with all dependencies for easy embedding.",
5
5
  "main": "./dist/index.js",
6
6
  "unpkg": "./dist/index.js",
@@ -11,11 +11,10 @@
11
11
  "license": "MIT",
12
12
  "devDependencies": {
13
13
  "eslint": "^9.8.0",
14
- "microbundle": "^0.15.1",
15
14
  "typescript": "^5.5.4",
16
15
  "vite": "^6.4.1",
17
16
  "vite-bundle-analyzer": "^1.2.3",
18
- "@elevenlabs/convai-widget-core": "0.7.0"
17
+ "@elevenlabs/convai-widget-core": "0.8.1"
19
18
  },
20
19
  "publishConfig": {
21
20
  "access": "public"
@@ -28,7 +27,6 @@
28
27
  "scripts": {
29
28
  "build": "vite build",
30
29
  "build:analyze": "ANALYZE=true vite build",
31
- "lint": "pnpm run check-types && pnpm run lint:es && pnpm run lint:prettier",
32
30
  "check-types": "tsc --noEmit --skipLibCheck",
33
31
  "lint:es": "pnpm exec eslint .",
34
32
  "lint:prettier": "prettier 'src/**/*.ts'"
@@ -1,21 +0,0 @@
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();