react-native-smallcase-gateway 2.2.1 → 2.2.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,8 @@
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
+ ### [2.2.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v2.2.1...v2.2.2) (2023-08-03)
6
+
5
7
  ### [2.2.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v2.1.1...v2.2.1) (2023-07-25)
6
8
 
7
9
 
@@ -156,7 +156,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
156
156
  dependencies {
157
157
  //noinspection GradleDynamicVersion
158
158
  implementation 'com.facebook.react:react-native:+' // From node_modules
159
- implementation 'com.smallcase.gateway:sdk:3.9.6-loans-internal-release-12'
159
+ implementation 'com.smallcase.gateway:sdk:3.9.8'
160
160
  implementation "androidx.core:core-ktx:1.3.1"
161
161
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
162
162
  }
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": "2.2.1",
4
+ "version": "2.2.2",
5
5
  "description": "smallcase gateway bindings for react native",
6
6
  "main": "src/index.js",
7
7
  "files": [
@@ -33,5 +33,5 @@ Pod::Spec.new do |s|
33
33
  s.dependency "ReactCommon/turbomodule/core"
34
34
  end
35
35
 
36
- s.dependency 'SCGateway', '0.0.8'
36
+ s.dependency 'SCGateway', '0.0.9'
37
37
  end