react-native-smallcase-gateway 4.3.0 → 4.3.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [4.3.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.1...v4.3.2) (2024-11-20)
6
+
7
+ ### [4.3.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.1-beta-2...v4.3.1) (2024-10-23)
8
+
5
9
  ## [4.3.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.2.0...v4.3.0) (2024-10-16)
6
10
 
7
11
  ### [4.2.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.2.0...v4.2.1) (2024-09-30)
@@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
149
149
  dependencies {
150
150
  //noinspection GradleDynamicVersion
151
151
  implementation 'com.facebook.react:react-native:+' // From node_modules
152
- implementation 'com.smallcase.gateway:sdk:4.2.0'
152
+ implementation 'com.smallcase.gateway:sdk:4.2.2'
153
153
  implementation 'com.smallcase.loans:sdk:3.1.0'
154
154
  implementation "androidx.core:core-ktx:1.3.1"
155
155
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-smallcase-gateway",
3
3
  "title": "React Native Smallcase Gateway",
4
- "version": "4.3.0",
4
+ "version": "4.3.2",
5
5
  "description": "smallcase gateway bindings for react native",
6
6
  "main": "src/index.js",
7
7
  "files": [