gotrip-fx-transaction-form 1.0.18 → 1.0.19

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.
package/index.js CHANGED
@@ -27715,7 +27715,8 @@ const pw = (e) => {
27715
27715
  API_URL: void 0,
27716
27716
  BUILD_FOR: "GUEST",
27717
27717
  BOOKER_URL: "https://booker.247gotrip.com",
27718
- MAINTENANCE_MODE: "".toLowerCase() === "true"
27718
+ MAINTENANCE_MODE: "".toLowerCase() === "true",
27719
+ CLARITY_KEY: ""
27719
27720
  };
27720
27721
  var md = /* @__PURE__ */ ((e) => (e.GUEST = "GUEST", e.ADMIN = "ADMIN", e.PARTNER = "PARTNER", e.AGENCY = "AGENCY", e))(md || {}), sM = {
27721
27722
  color: void 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",
@@ -3,4 +3,5 @@ export declare const Env: {
3
3
  BUILD_FOR: any;
4
4
  BOOKER_URL: any;
5
5
  MAINTENANCE_MODE: boolean;
6
+ CLARITY_KEY: any;
6
7
  };