heartraite 1.0.96 → 1.0.98

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
  export declare enum IAPProductIdentifier {
2
- UNLOCK_SA = "unlocksa"
2
+ UNLOCK_SA = "unlock_sa"
3
3
  }
4
4
  export declare enum Entitlement {
5
5
  PREMIUM = "Premium",
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Entitlement = exports.IAPProductIdentifier = void 0;
4
4
  var IAPProductIdentifier;
5
5
  (function (IAPProductIdentifier) {
6
- IAPProductIdentifier["UNLOCK_SA"] = "unlocksa";
6
+ IAPProductIdentifier["UNLOCK_SA"] = "unlock_sa";
7
7
  })(IAPProductIdentifier || (exports.IAPProductIdentifier = IAPProductIdentifier = {}));
8
8
  var Entitlement;
9
9
  (function (Entitlement) {
@@ -1,5 +1,6 @@
1
1
  export declare enum ProviderType {
2
2
  PASSWORD = "password",
3
3
  GOOGLE = "google.com",
4
- FACEBOOK = "facebook.com"
4
+ FACEBOOK = "facebook.com",
5
+ APPLE = "apple.com"
5
6
  }
@@ -6,4 +6,5 @@ var ProviderType;
6
6
  ProviderType["PASSWORD"] = "password";
7
7
  ProviderType["GOOGLE"] = "google.com";
8
8
  ProviderType["FACEBOOK"] = "facebook.com";
9
+ ProviderType["APPLE"] = "apple.com";
9
10
  })(ProviderType || (exports.ProviderType = ProviderType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heartraite",
3
- "version": "1.0.96",
3
+ "version": "1.0.98",
4
4
  "description": "Heartraite npm package for common functionality",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,5 +1,5 @@
1
1
  export enum IAPProductIdentifier {
2
- UNLOCK_SA = "unlocksa",
2
+ UNLOCK_SA = "unlock_sa",
3
3
  }
4
4
 
5
5
  export enum Entitlement {
@@ -2,4 +2,5 @@ export enum ProviderType {
2
2
  PASSWORD = "password",
3
3
  GOOGLE = "google.com",
4
4
  FACEBOOK = "facebook.com",
5
+ APPLE = "apple.com",
5
6
  }