react-native-prizor-sdk-module 4.8.2 → 4.8.3

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.
@@ -147,6 +147,6 @@ dependencies {
147
147
  // noinspection GradleDynamicVersion
148
148
  api 'com.facebook.react:react-native:+'
149
149
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
150
- releaseImplementation 'com.prizor:sdk:4.8.2'
151
- debugImplementation 'com.prizor:sdk:4.8.2'
150
+ releaseImplementation 'com.prizor:sdk:4.8.3'
151
+ debugImplementation 'com.prizor:sdk:4.8.3'
152
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-prizor-sdk-module",
3
- "version": "4.8.2",
3
+ "version": "4.8.3",
4
4
  "description": "iOS and Android native integration for Prizor SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",