react-native-davoice-tts 1.0.274 → 1.0.275

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.
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  Pod::Spec.new do |s|
4
4
  s.name = "TTSRNBridge"
5
- s.version = "1.0.147" # Update to your package version
5
+ s.version = "1.0.148" # Update to your package version
6
6
  s.summary = "TTS for React Native."
7
7
  s.description = <<-DESC
8
8
  A React Native module for tts .
@@ -1 +1 @@
1
- b687d3a7edc9ce6bf201b59150aa42f0 tts-1.0.0.aar
1
+ 0f748bfafef7fdc5d03bbefdb41bfcdd tts-1.0.0.aar
@@ -1 +1 @@
1
- 4f27851df8e25a5a048aa247b63c623bbf32f194 tts-1.0.0.aar
1
+ 39cfd203581433a5e0e36e57abd911bcb30ea922 tts-1.0.0.aar
@@ -96,7 +96,7 @@ class STTModule(private val rc: ReactApplicationContext)
96
96
  }
97
97
 
98
98
  // JS passes number; keep it simple and clamp
99
- val t = times.toInt().coerceAtLeast(0)
99
+ val t = times.toInt()
100
100
  stt?.unPauseSpeechRecognitionLite(t)
101
101
  cb.invoke(true)
102
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-davoice-tts",
3
- "version": "1.0.274",
3
+ "version": "1.0.275",
4
4
  "description": "tts library for React Native",
5
5
  "main": "tts/index.js",
6
6
  "types": "tts/index.d.ts",