uneeq-js 2.40.2 → 2.40.4
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/dist/index.js +7 -7
- package/dist/src/service/device-manager.d.ts +2 -0
- package/dist/src/service/media-handler.d.ts +0 -4
- package/dist/src/service/prom.d.ts +1 -1
- package/dist/src/service/voice-input-manager.d.ts +30 -0
- package/dist/src/types/MessageTypes.d.ts +8 -0
- package/dist/src/types/UneeqOptions.d.ts +5 -0
- package/dist/src/types/VoiceInputMode.d.ts +4 -0
- package/dist/src/uneeq.d.ts +7 -0
- package/dist/umd/index.js +545 -379
- package/package.json +1 -1
- package/readme.md +3 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -8,6 +8,9 @@ https://docs.uneeq.io/#/js_sdk
|
|
|
8
8
|
To use uneeq-js with a typescript version < 3.8, 'skipLibCheck' must be set to true.
|
|
9
9
|
|
|
10
10
|
## Release Notes
|
|
11
|
+
#### 2.41.0
|
|
12
|
+
* Added support for voice activity detection
|
|
13
|
+
|
|
11
14
|
#### 2.40.2
|
|
12
15
|
* Minor tweak to client performance metricing
|
|
13
16
|
|