expo-iap 4.2.1 → 4.2.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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "spec": "2.0.1",
3
- "google": "2.1.0",
4
- "apple": "2.1.2"
3
+ "google": "2.1.1",
4
+ "apple": "2.1.3"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-iap",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "In App Purchase module in Expo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -20,7 +20,7 @@ export declare function computeAutolinkModules(existing: string[], desired: Auto
20
20
  export interface ExpoIapPluginOptions {
21
21
  /**
22
22
  * IAPKit API key for server-side receipt verification.
23
- * Get your API key from https://iapkit.com
23
+ * Get your API key from https://kit.openiap.dev
24
24
  * This will be available via `Constants.expoConfig?.extra?.iapkitApiKey`
25
25
  */
26
26
  iapkitApiKey?: string;
@@ -489,7 +489,7 @@ const withIapIOS: ConfigPlugin<WithIapIosOptions | undefined> = (
489
489
  export interface ExpoIapPluginOptions {
490
490
  /**
491
491
  * IAPKit API key for server-side receipt verification.
492
- * Get your API key from https://iapkit.com
492
+ * Get your API key from https://kit.openiap.dev
493
493
  * This will be available via `Constants.expoConfig?.extra?.iapkitApiKey`
494
494
  */
495
495
  iapkitApiKey?: string;