@cleartrip/ct-platform-utils 3.7.1-beta.1 → 3.7.1-beta.3
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.
|
@@ -818,7 +818,7 @@ var batchRavenEvent = function (eventName, ravenPayload) {
|
|
|
818
818
|
};
|
|
819
819
|
|
|
820
820
|
var getHotelCrossSellRecos = function (vertical, fallbackPageLandingURL, cutoff) {
|
|
821
|
-
if (cutoff === void 0) { cutoff =
|
|
821
|
+
if (cutoff === void 0) { cutoff = 500; }
|
|
822
822
|
return tslib.__awaiter(void 0, void 0, void 0, function () {
|
|
823
823
|
var userId, fallbackData, timerPromise, recommendationPromise;
|
|
824
824
|
var _a, _b;
|
|
@@ -816,7 +816,7 @@ var batchRavenEvent = function (eventName, ravenPayload) {
|
|
|
816
816
|
};
|
|
817
817
|
|
|
818
818
|
var getHotelCrossSellRecos = function (vertical, fallbackPageLandingURL, cutoff) {
|
|
819
|
-
if (cutoff === void 0) { cutoff =
|
|
819
|
+
if (cutoff === void 0) { cutoff = 500; }
|
|
820
820
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
821
821
|
var userId, fallbackData, timerPromise, recommendationPromise;
|
|
822
822
|
var _a, _b;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cleartrip/ct-platform-utils",
|
|
3
|
-
"version": "3.7.1-beta.
|
|
3
|
+
"version": "3.7.1-beta.3",
|
|
4
4
|
"description": "Platform Utils",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/ct-platform-utils.cjs.js",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
],
|
|
12
12
|
"devDependencies": {},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@cleartrip/ct-platform-constants": "3.2.1-beta.
|
|
15
|
-
"@cleartrip/ct-platform-types": "3.2.1-beta.
|
|
14
|
+
"@cleartrip/ct-platform-constants": "3.2.1-beta.41",
|
|
15
|
+
"@cleartrip/ct-platform-types": "3.2.1-beta.41"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
18
|
"react": ">=16.8.0",
|