@inboxsdk/core 2.1.43-1 → 2.1.43-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.
Files changed (2) hide show
  1. package/inboxsdk.js +6 -24
  2. package/package.json +1 -1
package/inboxsdk.js CHANGED
@@ -403,7 +403,7 @@ function isNotNil(value) {
403
403
 
404
404
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- SDK_VERSION is injected by webpack
405
405
  ///@ts-ignore
406
- const BUILD_VERSION = "2.1.43-1-1712863556512-6482a5f5d48f6526-MODIFIED";
406
+ const BUILD_VERSION = "2.1.43-2-1712866923874-d5fbb78f37646d97-MODIFIED";
407
407
  if (false) {}
408
408
 
409
409
  /***/ }),
@@ -10095,7 +10095,7 @@ options.insert = htmlElement => {
10095
10095
  htmlElement.setAttribute('data-inboxsdk-version',
10096
10096
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
10097
10097
  ///@ts-ignore
10098
- "2.1.43-1-1712863556512-6482a5f5d48f6526-MODIFIED");
10098
+ "2.1.43-2-1712866923874-d5fbb78f37646d97-MODIFIED");
10099
10099
  document.head.append(htmlElement);
10100
10100
  };
10101
10101
  options.domAPI = (styleDomAPI_default());
@@ -14743,7 +14743,7 @@ options.insert = htmlElement => {
14743
14743
  htmlElement.setAttribute('data-inboxsdk-version',
14744
14744
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
14745
14745
  ///@ts-ignore
14746
- "2.1.43-1-1712863556512-6482a5f5d48f6526-MODIFIED");
14746
+ "2.1.43-2-1712866923874-d5fbb78f37646d97-MODIFIED");
14747
14747
  document.head.append(htmlElement);
14748
14748
  };
14749
14749
  options.domAPI = (styleDomAPI_default());
@@ -19232,7 +19232,7 @@ mole_view_module_options.insert = htmlElement => {
19232
19232
  htmlElement.setAttribute('data-inboxsdk-version',
19233
19233
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
19234
19234
  ///@ts-ignore
19235
- "2.1.43-1-1712863556512-6482a5f5d48f6526-MODIFIED");
19235
+ "2.1.43-2-1712866923874-d5fbb78f37646d97-MODIFIED");
19236
19236
  document.head.append(htmlElement);
19237
19237
  };
19238
19238
  mole_view_module_options.domAPI = (styleDomAPI_default());
@@ -26696,9 +26696,6 @@ module.exports = x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_ud_kefir_385d
26696
26696
  /******/ return module.exports;
26697
26697
  /******/ }
26698
26698
  /******/
26699
- /******/ // expose the modules object (__webpack_modules__)
26700
- /******/ __webpack_require__.m = __webpack_modules__;
26701
- /******/
26702
26699
  /************************************************************************/
26703
26700
  /******/ /* webpack/runtime/compat get default export */
26704
26701
  /******/ (() => {
@@ -26767,24 +26764,9 @@ module.exports = x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_ud_kefir_385d
26767
26764
  /******/ };
26768
26765
  /******/ })();
26769
26766
  /******/
26770
- /******/ /* webpack/runtime/import chunk loading */
26767
+ /******/ /* webpack/runtime/base uri */
26771
26768
  /******/ (() => {
26772
- /******/ __webpack_require__.b = new URL("./", import.meta.url);
26773
- /******/
26774
- /******/ // object to store loaded and loading chunks
26775
- /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
26776
- /******/ // [resolve, Promise] = chunk loading, 0 = chunk loaded
26777
- /******/ var installedChunks = {
26778
- /******/ 551: 0
26779
- /******/ };
26780
- /******/
26781
- /******/ // no install chunk
26782
- /******/
26783
- /******/ // no chunk on demand loading
26784
- /******/
26785
- /******/ // no external install chunk
26786
- /******/
26787
- /******/ // no on chunks loaded
26769
+ /******/ __webpack_require__.b = undefined;
26788
26770
  /******/ })();
26789
26771
  /******/
26790
26772
  /******/ /* webpack/runtime/nonce */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inboxsdk/core",
3
- "version": "2.1.43-1",
3
+ "version": "2.1.43-2",
4
4
  "description": "Library for building browser extensions for Gmail",
5
5
  "module": "inboxsdk.js",
6
6
  "author": "Streak",