@qonversion/react-native-sdk 10.2.0 → 10.3.1

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.
@@ -80,7 +80,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
80
80
  dependencies {
81
81
  implementation "com.facebook.react:react-android"
82
82
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
83
- implementation "io.qonversion:sandwich:7.4.0"
83
+ implementation "io.qonversion:sandwich:7.5.2"
84
84
  }
85
85
 
86
86
  if (isNewArchitectureEnabled()) {
@@ -5,7 +5,7 @@ import Mapper from "./Mapper.js";
5
5
  import { isAndroid, isIos } from "./utils.js";
6
6
  import PurchaseOptionsBuilder from "../dto/PurchaseOptionsBuilder.js";
7
7
  import RNQonversion from "./specs/NativeQonversionModule.js";
8
- export const sdkVersion = "10.2.0";
8
+ export const sdkVersion = "10.3.1";
9
9
  export const sdkSource = "rn";
10
10
  export default class QonversionInternal {
11
11
  entitlementsUpdateListener = null;
@@ -17,7 +17,7 @@ import PurchaseModel from '../dto/PurchaseModel';
17
17
  import PurchaseUpdateModel from '../dto/PurchaseUpdateModel';
18
18
  import { RemoteConfigList } from '../index';
19
19
  import PromotionalOffer from '../dto/PromotionalOffer';
20
- export declare const sdkVersion = "10.2.0";
20
+ export declare const sdkVersion = "10.3.1";
21
21
  export declare const sdkSource = "rn";
22
22
  export default class QonversionInternal implements QonversionApi {
23
23
  private entitlementsUpdateListener;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qonversion/react-native-sdk",
3
3
  "title": "React Native Qonversion",
4
- "version": "10.2.0",
4
+ "version": "10.3.1",
5
5
  "description": "Qonversion provides full in-app purchases infrastructure, so you do not need to build your own server for receipt validation. Implement in-app subscriptions, validate user receipts, check subscription status, and provide access to your app features and content using our StoreKit wrapper and Google Play Billing wrapper.",
6
6
  "main": "./lib/module/index.js",
7
7
  "types": "./lib/typescript/src/index.d.ts",
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,cpp,swift}"
17
17
  s.private_header_files = "ios/**/*.h"
18
18
 
19
- s.dependency "QonversionSandwich", "7.4.0"
19
+ s.dependency "QonversionSandwich", "7.5.2"
20
20
  install_modules_dependencies(s)
21
21
  end
@@ -24,7 +24,7 @@ import PromotionalOffer from '../dto/PromotionalOffer';
24
24
  import RNQonversion from './specs/NativeQonversionModule';
25
25
  import type { QPromoOfferDetails } from './specs/NativeQonversionModule';
26
26
 
27
- export const sdkVersion = "10.2.0";
27
+ export const sdkVersion = "10.3.1";
28
28
  export const sdkSource = "rn";
29
29
 
30
30
  export default class QonversionInternal implements QonversionApi {