gotrip-fx-transaction-form 1.0.58 → 1.0.59

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -29449,7 +29449,7 @@ const lt = {
29449
29449
  API_URL: void 0,
29450
29450
  BUILD_FOR: "GUEST",
29451
29451
  BOOKER_URL: "https://booker.247gotrip.com",
29452
- MAINTENANCE_MODE: "".toLowerCase() === "true",
29452
+ MAINTENANCE_MODE: !1,
29453
29453
  CLARITY_KEY: "",
29454
29454
  USE_CASES: [
29455
29455
  An.TRAVEL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",