@convai/web-sdk 0.0.4-beta.1 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convai/web-sdk",
3
- "version": "0.0.4-beta.1",
3
+ "version": "0.1.0",
4
4
  "description": "The convai/web-sdk helps power characters in websites (brain) and the communication UI with Convai characters. This SDK facilitates the capture of user audio streams and provides appropriate responses in the form of audio, actions, and facial expressions.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -67,12 +67,12 @@
67
67
  "license": "MIT",
68
68
  "repository": {
69
69
  "type": "git",
70
- "url": "https://github.com/convai/web-handsfree.git"
70
+ "url": "https://github.com/convai/web-sdk.git"
71
71
  },
72
72
  "bugs": {
73
- "url": "https://github.com/convai/web-handsfree/issues"
73
+ "url": "https://github.com/convai/web-sdk/issues"
74
74
  },
75
- "homepage": "https://github.com/convai/web-handsfree#readme",
75
+ "homepage": "https://github.com/convai/web-sdk#readme",
76
76
  "dependencies": {
77
77
  "@livekit/components-react": "^2.9.3",
78
78
  "@livekit/components-styles": "^1.1.4",