playkit-sdk 1.4.0-beta.3 → 1.4.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.
package/README.md CHANGED
@@ -283,7 +283,8 @@ This SDK is proprietary software owned by Agentland Lab. Use of this SDK is subj
283
283
 
284
284
  ## Changelog
285
285
 
286
- ### 1.4.0-beta.3
286
+ ### 1.4.0
287
+ - Added text-to-speech (TTS) client
287
288
  - Added `thinking` reasoning-effort option on chat (`thinking: { effort: 'high' }`)
288
289
  - Surface model reasoning: `result.reasoning` (non-streaming) and the `onReasoning` callback (streaming)
289
290
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * playkit-sdk v1.4.0-beta.3
2
+ * playkit-sdk v1.4.0
3
3
  * PlayKit SDK for JavaScript
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  */
@@ -830,7 +830,7 @@ class TokenStorage {
830
830
  }
831
831
 
832
832
  const SDK_TYPE = 'Javascript';
833
- const SDK_VERSION = '"1.4.0-beta.3"';
833
+ const SDK_VERSION = '"1.4.0"';
834
834
  function getSDKHeaders() {
835
835
  return {
836
836
  'X-SDK-Type': SDK_TYPE,