gotrip-fx-transaction-form 1.0.199 → 1.0.200

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
@@ -29839,7 +29839,7 @@ const Ce = {
29839
29839
  ADMIN_URL: "https://admin.247gotrip.com",
29840
29840
  CLARITY_KEY: "",
29841
29841
  GUEST_API_KEY: "",
29842
- INSURANCE_DOMAIN: ""
29842
+ INSURANCE_DOMAIN: "https://tripcare.vn"
29843
29843
  }, Ir = {
29844
29844
  auth: {
29845
29845
  login: `${Ce.API_URL}/auth/login`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.199",
3
+ "version": "1.0.200",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",