react-native-purchases 8.8.1 → 8.8.2
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/android/build.gradle
CHANGED
|
@@ -47,7 +47,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd
|
|
|
47
47
|
private static final String CUSTOMER_INFO_UPDATED = "Purchases-CustomerInfoUpdated";
|
|
48
48
|
private static final String LOG_HANDLER_EVENT = "Purchases-LogHandlerEvent";
|
|
49
49
|
public static final String PLATFORM_NAME = "react-native";
|
|
50
|
-
public static final String PLUGIN_VERSION = "8.8.
|
|
50
|
+
public static final String PLUGIN_VERSION = "8.8.2";
|
|
51
51
|
|
|
52
52
|
private final ReactApplicationContext reactContext;
|
|
53
53
|
|
package/ios/RNPurchases.m
CHANGED
|
@@ -623,7 +623,7 @@ readyForPromotedProduct:(RCStoreProduct *)product
|
|
|
623
623
|
}
|
|
624
624
|
|
|
625
625
|
- (NSString *)platformFlavorVersion {
|
|
626
|
-
return @"8.8.
|
|
626
|
+
return @"8.8.2";
|
|
627
627
|
}
|
|
628
628
|
|
|
629
629
|
@end
|
|
@@ -657,10 +657,9 @@ readyForPromotedProduct:(RCStoreProduct *)product
|
|
|
657
657
|
// Only add non-nil values to the array
|
|
658
658
|
[filteredArray addObject:newValue];
|
|
659
659
|
}
|
|
660
|
-
|
|
661
|
-
return [NSArray arrayWithArray:filteredArray];
|
|
662
|
-
|
|
663
660
|
}
|
|
661
|
+
|
|
662
|
+
return [NSArray arrayWithArray:filteredArray];
|
|
664
663
|
}
|
|
665
664
|
|
|
666
665
|
return self;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-purchases",
|
|
3
3
|
"title": "React Native Purchases",
|
|
4
|
-
"version": "8.8.
|
|
4
|
+
"version": "8.8.2",
|
|
5
5
|
"description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android. ",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|