@copart/ops-tool-kit 1.10.20-alpha.19 → 1.10.20-alpha.20
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 +5 -1
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +1 -1
package/dist/ops-tool-kit.js
CHANGED
|
@@ -48,7 +48,7 @@ var ReactDOM__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
|
|
|
48
48
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
49
49
|
|
|
50
50
|
const name$r = "@copart/ops-tool-kit";
|
|
51
|
-
const version$6 = "1.10.20-alpha.
|
|
51
|
+
const version$6 = "1.10.20-alpha.20";
|
|
52
52
|
const main$1 = "dist/ops-tool-kit.js";
|
|
53
53
|
const style = "dist/ops-tool-kit.css";
|
|
54
54
|
const files = [
|
|
@@ -37289,7 +37289,11 @@ var getFireBaseNotifications = function getFireBaseNotifications(updateNotificat
|
|
|
37289
37289
|
Promise.resolve().then(function () { return index_esm; }).then(function (module) {
|
|
37290
37290
|
firebase.initializeApp(firebaseConfig);
|
|
37291
37291
|
attachHandlers(firebase, updateNotifications, updateAllFirebaseNotificationsList, throttledFunction);
|
|
37292
|
+
}).catch(function (e) {
|
|
37293
|
+
console.log("Error importing firebase/database:", e);
|
|
37292
37294
|
});
|
|
37295
|
+
}).catch(function (e) {
|
|
37296
|
+
console.log("Error importing firebase/app:", e);
|
|
37293
37297
|
});
|
|
37294
37298
|
};
|
|
37295
37299
|
|