@revenuecat/purchases-typescript-internal 19.1.0 → 19.2.0

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.
@@ -46,4 +46,5 @@ export declare const PAYWALL_COMPONENT_TYPES: {
46
46
  readonly PACKAGE: "package";
47
47
  readonly PACKAGE_SELECTION_SHEET: "package_selection_sheet";
48
48
  readonly PURCHASE_BUTTON: "purchase_button";
49
+ readonly WALLET_BUTTON: "wallet_button";
49
50
  };
@@ -14,4 +14,5 @@ exports.PAYWALL_COMPONENT_TYPES = {
14
14
  PACKAGE: "package",
15
15
  PACKAGE_SELECTION_SHEET: "package_selection_sheet",
16
16
  PURCHASE_BUTTON: "purchase_button",
17
+ WALLET_BUTTON: "wallet_button",
17
18
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revenuecat/purchases-typescript-internal",
3
3
  "title": "Purchases typescript internal shared code",
4
- "version": "19.1.0",
4
+ "version": "19.2.0",
5
5
  "description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",