@creativeorange/azure-text-to-speech 3.0.4 → 4.0.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
@@ -3,7 +3,7 @@
3
3
  Browser package for Azure Cognitive Services Speech with **temporary authorization tokens**. Permanent Azure subscription keys never enter frontend JavaScript.
4
4
 
5
5
  Package: `@creativeorange/azure-text-to-speech`
6
- Current major version: **3.0.0**
6
+ Current major version: **4.0.0**
7
7
 
8
8
  ## Why version 3 exists
9
9
 
@@ -431,6 +431,8 @@ Version 3 keeps the existing client behaviour from the development branch:
431
431
 
432
432
  ## Development
433
433
 
434
+ Requires Node 24 or later.
435
+
434
436
  ```bash
435
437
  npm ci
436
438
  npm run lint