react-native-smartlinks 2.0.1 → 2.0.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.
package/README.md CHANGED
@@ -13,7 +13,7 @@ npm install smartlinks react-native-smartlinks
13
13
  | Platform | Dependency |
14
14
  |----------|------------|
15
15
  | **Android** | `live.smartlinks:smartlinks-sdk-core:2.0.1` (Maven Central, autolinked) |
16
- | **iOS** | `SmartLinksSDK/Core ~> 2.0.1` (CocoaPods, via podspec) |
16
+ | **iOS** | `SmartLinksSDKCore ~> 2.0.2` (CocoaPods, via podspec) |
17
17
 
18
18
  ## iOS setup
19
19
 
@@ -27,7 +27,7 @@ repositories {
27
27
 
28
28
  dependencies {
29
29
  implementation 'com.facebook.react:react-native:+'
30
- implementation 'live.smartlinks:smartlinks-sdk-core:2.0.1'
30
+ implementation 'live.smartlinks:smartlinks-sdk-core:2.0.2'
31
31
  // SmartLinks SDK is built with Kotlin 2.2 — required at runtime (SpillingKt, etc.)
32
32
  implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.20'
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-smartlinks",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Native bridge for SmartLinks analytics and deep links on React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
22
22
 
23
23
  s.dependency 'React-Core'
24
24
  # Published from https://gitlab.com/elmansoryanas/smartlinks_ios
25
- s.dependency 'SmartLinksSDK/Core', '~> 2.0.1'
25
+ s.dependency 'SmartLinksSDKCore', '~> 2.0.2'
26
26
  s.swift_version = '5.9'
27
27
  end