@newskit-render/feature-flags 1.9.0 → 1.9.1
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/dist/cjs/utils.js +1 -1
- package/dist/esm/utils.js +1 -1
- package/package.json +1 -1
package/dist/cjs/utils.js
CHANGED
|
@@ -95,7 +95,7 @@ var init = function (options) { return __awaiter(void 0, void 0, void 0, functio
|
|
|
95
95
|
if (!optimizelyClient) {
|
|
96
96
|
throw new types_1.MissingInstanceError();
|
|
97
97
|
}
|
|
98
|
-
return [4 /*yield*/, optimizelyClient.onReady({ timeout:
|
|
98
|
+
return [4 /*yield*/, optimizelyClient.onReady({ timeout: 3000 })];
|
|
99
99
|
case 1:
|
|
100
100
|
_a = _d.sent(), success = _a.success, reason = _a.reason;
|
|
101
101
|
if (!success) {
|
package/dist/esm/utils.js
CHANGED
|
@@ -91,7 +91,7 @@ var init = function (options) { return __awaiter(void 0, void 0, void 0, functio
|
|
|
91
91
|
if (!optimizelyClient) {
|
|
92
92
|
throw new MissingInstanceError();
|
|
93
93
|
}
|
|
94
|
-
return [4 /*yield*/, optimizelyClient.onReady({ timeout:
|
|
94
|
+
return [4 /*yield*/, optimizelyClient.onReady({ timeout: 3000 })];
|
|
95
95
|
case 1:
|
|
96
96
|
_a = _d.sent(), success = _a.success, reason = _a.reason;
|
|
97
97
|
if (!success) {
|
package/package.json
CHANGED