@humeai/voice-embed 0.1.15-beta.3 → 0.1.16-beta.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
  <img src="https://storage.googleapis.com/hume-public-logos/hume/hume-banner.png">
3
- <h1>Hume AI Voice Embed SDK</h1>
3
+ <h1>@humeai/voice-embed</h1>
4
4
  <p>
5
5
  <strong>Integrate Hume's Empathic Voice Interface directly into your web application</strong>
6
6
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humeai/voice-embed",
3
- "version": "0.1.15-beta.3",
3
+ "version": "0.1.16-beta.1",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",