@tryheliumai/paywall-sdk-react-native 0.1.21 → 0.1.22

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.
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
- s.dependency 'Helium', '~> 1.6.1'
19
+ s.dependency 'HeliumC', '~> 1.6.6'
20
20
 
21
21
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
22
22
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
@@ -25,4 +25,4 @@ Pod::Spec.new do |s|
25
25
  else
26
26
  s.dependency "React-Core"
27
27
  end
28
- end
28
+ end
@@ -6,7 +6,7 @@
6
6
  //
7
7
 
8
8
  import Foundation
9
- import Helium
9
+ import HeliumC
10
10
  import SwiftUI
11
11
  import UIKit
12
12
  import React
@@ -6,7 +6,7 @@
6
6
  //
7
7
  import Foundation
8
8
  import React
9
- import Helium
9
+ import HeliumC
10
10
  import SwiftUI
11
11
 
12
12
  // Helper extension to find parent view controller
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryheliumai/paywall-sdk-react-native",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "Paywall SDK Helium",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",