@digiotech/react-native 2.0.5 → 2.0.6

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.
@@ -104,7 +104,7 @@ dependencies {
104
104
  //noinspection GradleDynamicVersion
105
105
  implementation "com.facebook.react:react-native:+"
106
106
  // core dependencies
107
- implementation(platform("com.github.digio-tech:digio-bom:v1.0.28"))
107
+ implementation(platform("com.github.digio-tech:digio-bom:v1.0.30"))
108
108
  implementation("androidx.appcompat:appcompat")
109
109
  implementation("com.google.android.material:material")
110
110
  implementation("androidx.navigation:navigation-fragment-ktx")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digiotech/react-native",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "SDK for invoking client side journey for any of Digio request",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",