@ztimson/utils 0.28.10 → 0.28.11

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/tts.d.ts CHANGED
@@ -2,7 +2,7 @@ export declare class TTS {
2
2
  private static readonly QUALITY_PATTERNS;
3
3
  private _currentUtterance;
4
4
  private _voicesLoaded;
5
- private _isStopping;
5
+ private _stoppedUtterances;
6
6
  private _rate;
7
7
  get rate(): number;
8
8
  set rate(value: number);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztimson/utils",
3
- "version": "0.28.10",
3
+ "version": "0.28.11",
4
4
  "description": "Utility library",
5
5
  "author": "Zak Timson",
6
6
  "license": "MIT",