gotrip-fx-transaction-form 1.0.110 → 1.0.111

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
@@ -30257,7 +30257,7 @@ const z_ = () => nA({
30257
30257
  var PI = /* @__PURE__ */ ((e) => (e.SYSTEM = "system", e.BANK = "bank", e.TRAVEL_AGENCY = "travel_agency", e.STANDALONE_BOOKER = "standalone_booker", e))(PI || {}), Mn = /* @__PURE__ */ ((e) => (e.TRAVEL = "TRAVEL", e.TRAVEL_GROUP = "TRAVEL_GROUP", e.EDUCATION = "EDUCATION", e.MEDICAL = "MEDICAL", e.INHERITANCE = "INHERITANCE", e.SUBSIDY = "SUBSIDY", e.IMMIGRATION = "IMMIGRATION", e.BUSINESS = "BUSINESS", e))(Mn || {});
30258
30258
  const Ye = {
30259
30259
  ENVIRONMENT: "DEV",
30260
- API_URL: void 0,
30260
+ API_URL: "https://api.247gotrip.com",
30261
30261
  BUILD_FOR: "GUEST",
30262
30262
  BOOKER_URL: "https://booker.247gotrip.com",
30263
30263
  USE_CASES: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.110",
3
+ "version": "1.0.111",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",