insert-affiliate-react-native-sdk 1.4.2 → 1.4.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "insert-affiliate-react-native-sdk",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "A package for connecting with the Insert Affiliate Platform to add app based affiliate marketing.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -71,8 +71,8 @@ const App = () => {
71
71
  Insert Affiliate requires a Receipt Verification platform to validate in-app purchases. You must choose **one** of our supported partners:
72
72
  - [RevenueCat](https://www.revenuecat.com/)
73
73
  - [Iaptic](https://www.iaptic.com/account)
74
- - [App Store Direct Integration](#app-store-direct-integration)
75
- - [Google Play Store Direct Integration](#google-play-store-direct-integration)
74
+ - [App Store Direct Integration](#option-3-app-store-direct-integration)
75
+ - [Google Play Store Direct Integration](#option-4-google-play-store-direct-integration)
76
76
 
77
77
  ### Option 1: RevenueCat Integration
78
78
  #### Step 1. Code Setup