expo-superwall 0.6.2 → 0.6.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 0278ad4: bump ios to 4.10.0. This fixes missing localization for app2web restore flow
8
+
3
9
  ## 0.6.2
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-superwall",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Offical Expo Integration for Superwall",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",
@@ -7,7 +7,14 @@ extension ProductStore {
7
7
  return "APP_STORE"
8
8
  case .stripe:
9
9
  return "STRIPE"
10
+ case .paddle:
11
+ return "PADDLE"
12
+ case .superwall:
13
+ return "SUPERWALL"
14
+ case .playStore:
15
+ return "PLAY_STORE"
16
+ case .other:
17
+ return "OTHER"
10
18
  }
11
-
12
19
  }
13
20
  }
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
  s.static_framework = true
20
20
 
21
21
  s.dependency 'ExpoModulesCore'
22
- s.dependency "SuperwallKit", '4.9.3'
22
+ s.dependency "SuperwallKit", '4.10.0'
23
23
 
24
24
 
25
25
  # Swift/Objective-C compatibility
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-superwall",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Offical Expo Integration for Superwall",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",