@inboxsdk/core 2.1.43-0 → 2.1.43-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/inboxsdk.js +4 -4
- package/package.json +3 -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-
|
|
406
|
+
const BUILD_VERSION = "2.1.43-1-1712863556512-6482a5f5d48f6526-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-
|
|
10098
|
+
"2.1.43-1-1712863556512-6482a5f5d48f6526-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-
|
|
14746
|
+
"2.1.43-1-1712863556512-6482a5f5d48f6526-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-
|
|
19235
|
+
"2.1.43-1-1712863556512-6482a5f5d48f6526-MODIFIED");
|
|
19236
19236
|
document.head.append(htmlElement);
|
|
19237
19237
|
};
|
|
19238
19238
|
mole_view_module_options.domAPI = (styleDomAPI_default());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inboxsdk/core",
|
|
3
|
-
"version": "2.1.43-
|
|
3
|
+
"version": "2.1.43-1",
|
|
4
4
|
"description": "Library for building browser extensions for Gmail",
|
|
5
5
|
"module": "inboxsdk.js",
|
|
6
6
|
"author": "Streak",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.23.1",
|
|
31
|
+
"@macil/simple-base-converter": "^1.0.0",
|
|
31
32
|
"@types/kefir": "^3.8.6",
|
|
32
33
|
"@types/node": "*",
|
|
33
34
|
"@types/transducers.js": "^0.3.0",
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"closest-ng": "^1.0.0",
|
|
41
42
|
"combokeys-capture": "^2.4.2",
|
|
42
43
|
"contain-by-screen": "^1.0.3",
|
|
44
|
+
"event-listener-with-options": "^1.0.3",
|
|
43
45
|
"ext-corb-workaround": "^2.0.0",
|
|
44
46
|
"fast-deep-equal": "^3.1.3",
|
|
45
47
|
"immutability-helper": "^3.0.0",
|