gotrip-fx-transaction-form 0.1.0-uat.2 → 0.1.0-uat.38
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 +2 -2
- package/package.json +13 -13
package/index.js
CHANGED
|
@@ -27117,9 +27117,9 @@ const ex = (e) => {
|
|
|
27117
27117
|
] }) })
|
|
27118
27118
|
] }) });
|
|
27119
27119
|
}, at = {
|
|
27120
|
-
API_URL:
|
|
27120
|
+
API_URL: void 0,
|
|
27121
27121
|
BUILD_FOR: "GUEST",
|
|
27122
|
-
BOOKER_URL: "https://booker.
|
|
27122
|
+
BOOKER_URL: "https://booker.247gotrip.com"
|
|
27123
27123
|
};
|
|
27124
27124
|
var $c = /* @__PURE__ */ ((e) => (e.GUEST = "GUEST", e.ADMIN = "ADMIN", e.PARTNER = "PARTNER", e.AGENCY = "AGENCY", e))($c || {}), IN = {
|
|
27125
27125
|
color: void 0,
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
2
|
+
"name": "gotrip-fx-transaction-form",
|
|
3
|
+
"version": "0.1.0-uat.38",
|
|
4
|
+
"description": "FX Transaction Form ES6 module",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"types": "types/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"*.js",
|
|
9
|
+
"types/**/*"
|
|
10
|
+
],
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public"
|
|
13
|
+
}
|
|
14
|
+
}
|