@voxket-ai/voxket-live 1.0.59 → 1.0.61

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@voxket-ai/voxket-live",
3
- "version": "1.0.59",
4
- "description": "A scalable React SDK for embedding Voxket-powered AI agent experiences with complete customization options.",
3
+ "version": "1.0.61",
4
+ "description": "A React widget for embedding Voxket-powered audio/video/chat experiences.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -55,13 +55,11 @@
55
55
  }
56
56
  },
57
57
  "scripts": {
58
- "dev": "vite --config vite.config.app.ts",
59
- "build": "vite build --config vite.config.app.ts",
60
- "build:lib": "vite build",
58
+ "dev": "vite",
59
+ "build": "vite build",
61
60
  "lint": "eslint .",
62
- "preview": "vite preview --config vite.config.app.ts --host 0.0.0.0 --port $PORT",
63
- "start": "vite preview --config vite.config.app.ts --host 0.0.0.0 --port $PORT",
64
- "prepublish": "rm -rf ./dist && npm run build:lib"
61
+ "preview": "vite preview",
62
+ "prepublish": "rm -rf ./dist && npm run build"
65
63
  },
66
64
  "dependencies": {
67
65
  "@emotion/react": "~11.14.0",