@revenuecat/purchases-js 0.3.3 → 0.3.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.
@@ -166,7 +166,8 @@ export declare enum ErrorCode {
166
166
  UnsupportedError = 24,
167
167
  EmptySubscriberAttributesError = 25,
168
168
  CustomerInfoError = 28,
169
- SignatureVerificationError = 36
169
+ SignatureVerificationError = 36,
170
+ InvalidEmailError = 38
170
171
  }
171
172
 
172
173
  /**