react-native-mytatva-rn-sdk 1.2.91 → 1.2.92

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.
@@ -1020,7 +1020,7 @@ class CgmTrackyLibModule(reactContext: ReactApplicationContext) :
1020
1020
 
1021
1021
  isBatchProcessing.set(false)
1022
1022
 
1023
- prefsHelper?.clearQRInformation()
1023
+ // prefsHelper?.clearQRInformation()
1024
1024
 
1025
1025
  } catch (e: Exception) {
1026
1026
  Log.e("resetCgmState", "Error resetting CGM state: ${e.message}", e)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-mytatva-rn-sdk",
3
- "version": "1.2.91",
3
+ "version": "1.2.92",
4
4
  "description": "a package to inject data into visit health pwa",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",