@copart/ops-tool-kit 1.13.0-beta.8 → 1.13.0-beta.9
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/ops-tool-kit.js +3 -3
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +1 -1
package/dist/ops-tool-kit.js
CHANGED
|
@@ -47,7 +47,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
47
47
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
48
48
|
|
|
49
49
|
const name$1 = "@copart/ops-tool-kit";
|
|
50
|
-
const version$3 = "1.13.0-beta.
|
|
50
|
+
const version$3 = "1.13.0-beta.9";
|
|
51
51
|
const main$1 = "dist/ops-tool-kit.js";
|
|
52
52
|
const style = "dist/ops-tool-kit.css";
|
|
53
53
|
const files = [
|
|
@@ -29107,9 +29107,9 @@ function fetchG2Notifications(updateNotifications, updateAllNotificationsList) {
|
|
|
29107
29107
|
});
|
|
29108
29108
|
}
|
|
29109
29109
|
function startWebSocketConnection(updateNotifications, updateAllNotificationsList, reConnectSocket, updateUserStatus) {
|
|
29110
|
-
var _storage$getSessionIt, _storage$getSessionIt2;
|
|
29110
|
+
var _window$location$host, _storage$getSessionIt, _storage$getSessionIt2;
|
|
29111
29111
|
var callbacks = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
|
|
29112
|
-
if (window.location.hostname
|
|
29112
|
+
if ((_window$location$host = window.location.hostname) !== null && _window$location$host !== void 0 && _window$location$host.includes('localhost')) {
|
|
29113
29113
|
return;
|
|
29114
29114
|
}
|
|
29115
29115
|
var onOpen = callbacks.onOpen,
|