imposium-js-sdk 3.2.1 → 3.2.2
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/lib/imposium.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! IMPOSIUM-JS-SDK | Version 3.2.
|
|
1
|
+
/*! IMPOSIUM-JS-SDK | Version 3.2.2 */
|
|
2
2
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
3
3
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
4
4
|
module.exports = factory();
|
|
@@ -16441,8 +16441,10 @@ var DirectDeliveryPipe = /** @class */ (function () {
|
|
|
16441
16441
|
clearTimeout(_this.killPollTimeout);
|
|
16442
16442
|
_this.killPollTimeout = setTimeout(function () { return _this.killPoll(experienceId); }, KILL_POLL_AFTER);
|
|
16443
16443
|
_this.pollForExperience(experienceId, function (experience) {
|
|
16444
|
+
clearTimeout(_this.killPollTimeout);
|
|
16444
16445
|
_this.clientDelegates.get('gotExperience')(experience);
|
|
16445
16446
|
}, function (e) {
|
|
16447
|
+
clearTimeout(_this.killPollTimeout);
|
|
16446
16448
|
var httpError = new Exceptions_1.HTTPError('httpFailure', experienceId, e);
|
|
16447
16449
|
_this.clientDelegates.get('internalError')(httpError);
|
|
16448
16450
|
});
|
|
@@ -17258,9 +17260,9 @@ exports.inventoryToFormData = inventoryToFormData;
|
|
|
17258
17260
|
|
|
17259
17261
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
17260
17262
|
exports.printVersion = exports.version = void 0;
|
|
17261
|
-
exports.version = "3.2.
|
|
17263
|
+
exports.version = "3.2.2";
|
|
17262
17264
|
var printVersion = function () {
|
|
17263
|
-
console.log("%cPowered By%c Imposium%c v".concat("3.2.
|
|
17265
|
+
console.log("%cPowered By%c Imposium%c v".concat("3.2.2", "%c https://imposium.com"), 'text-transform: uppercase; padding: 5px 0px 5px 5px; background-color: black; color: white;', 'text-transform: uppercase; padding: 5px 0px 5px 0px; background-color: black; color: #a1b83a;', 'padding: 5px 5px 5px 0px; background-color: black; color: white;', 'padding: 5px 5px 5px 0px;');
|
|
17264
17266
|
};
|
|
17265
17267
|
exports.printVersion = printVersion;
|
|
17266
17268
|
|