@umituz/react-native-subscription 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-subscription",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Subscription management and paywall UI for React Native apps",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
package/src/index.ts CHANGED
@@ -132,9 +132,3 @@ export {
132
132
  validateIsPremium,
133
133
  validateFetcher,
134
134
  } from "./utils/validation";
135
-
136
- // =============================================================================
137
- // TYPES - Re-export from peer dependencies
138
- // =============================================================================
139
-
140
- export type { PurchasesPackage } from "react-native-purchases";