@pensasystems/pensa-react-native 0.1.0-beta-10 → 0.1.0-beta-12

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.
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
21
21
  s.dependency "React-Core"
22
22
  end
23
23
 
24
- s.dependency "PensaSdk", "~> 1.0.9"
24
+ s.dependency "PensaSdk", "~> 1.1.0"
25
25
  end
@@ -99,7 +99,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
99
99
 
100
100
  dependencies {
101
101
  coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
102
- implementation "com.pensasystems:pensasdk:1.0.15"
102
+ implementation "com.pensasystems:pensasdk:1.0.17"
103
103
  implementation "com.facebook.react:react-android"
104
104
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
105
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pensasystems/pensa-react-native",
3
- "version": "0.1.0-beta-10",
3
+ "version": "0.1.0-beta-12",
4
4
  "description": "The Pensa Mobile App SDK is a developer toolkit designed to simplify adding Pensa’s capabilities to your mobile applications. It provides pre-built libraries, tools, and APIs to accelerate development and integration, offering streamlined SDK integration, easy initialization, and comprehensive functionality. With the Pensa SDK, you can enhance your app’s features or seamlessly integrate with other services for a cohesive user experience.",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",