@inboxsdk/core 2.1.46 → 2.1.47
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/background.js +1 -1
- package/inboxsdk.js +4 -4
- package/package.json +1 -1
package/background.js
CHANGED
|
@@ -4,7 +4,7 @@ chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
|
|
4
4
|
if (chrome.scripting) {
|
|
5
5
|
// MV3
|
|
6
6
|
chrome.scripting.executeScript({
|
|
7
|
-
target: { tabId: sender.tab.id },
|
|
7
|
+
target: { tabId: sender.tab.id, frameIds: [sender.frameId] },
|
|
8
8
|
world: 'MAIN',
|
|
9
9
|
files: ['pageWorld.js'],
|
|
10
10
|
});
|
package/inboxsdk.js
CHANGED
|
@@ -890,7 +890,7 @@ function isNotNil(value) {
|
|
|
890
890
|
|
|
891
891
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- SDK_VERSION is injected by webpack
|
|
892
892
|
///@ts-ignore
|
|
893
|
-
const BUILD_VERSION = "2.1.
|
|
893
|
+
const BUILD_VERSION = "2.1.47-1713485958574-159820a27a77a8a6";
|
|
894
894
|
if (false) {}
|
|
895
895
|
|
|
896
896
|
/***/ }),
|
|
@@ -10653,7 +10653,7 @@ options.insert = htmlElement => {
|
|
|
10653
10653
|
htmlElement.setAttribute('data-inboxsdk-version',
|
|
10654
10654
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
|
|
10655
10655
|
///@ts-ignore
|
|
10656
|
-
"2.1.
|
|
10656
|
+
"2.1.47-1713485958574-159820a27a77a8a6");
|
|
10657
10657
|
document.head.append(htmlElement);
|
|
10658
10658
|
};
|
|
10659
10659
|
options.domAPI = (styleDomAPI_default());
|
|
@@ -15434,7 +15434,7 @@ options.insert = htmlElement => {
|
|
|
15434
15434
|
htmlElement.setAttribute('data-inboxsdk-version',
|
|
15435
15435
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
|
|
15436
15436
|
///@ts-ignore
|
|
15437
|
-
"2.1.
|
|
15437
|
+
"2.1.47-1713485958574-159820a27a77a8a6");
|
|
15438
15438
|
document.head.append(htmlElement);
|
|
15439
15439
|
};
|
|
15440
15440
|
options.domAPI = (styleDomAPI_default());
|
|
@@ -19923,7 +19923,7 @@ mole_view_module_options.insert = htmlElement => {
|
|
|
19923
19923
|
htmlElement.setAttribute('data-inboxsdk-version',
|
|
19924
19924
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
|
|
19925
19925
|
///@ts-ignore
|
|
19926
|
-
"2.1.
|
|
19926
|
+
"2.1.47-1713485958574-159820a27a77a8a6");
|
|
19927
19927
|
document.head.append(htmlElement);
|
|
19928
19928
|
};
|
|
19929
19929
|
mole_view_module_options.domAPI = (styleDomAPI_default());
|