@atlaspack/transformer-webextension 2.12.1-dev.3398 → 2.12.1-dev.3443
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.
|
@@ -158,7 +158,7 @@ async function collectDependencies(asset, program, ptrs, hmrOptions) {
|
|
|
158
158
|
if (program.web_accessible_resources) {
|
|
159
159
|
let war = [];
|
|
160
160
|
for (let i = 0; i < program.web_accessible_resources.length; ++i) {
|
|
161
|
-
// TODO: this doesn't support
|
|
161
|
+
// TODO: this doesn't support Atlaspack resolution
|
|
162
162
|
const currentEntry = program.web_accessible_resources[i];
|
|
163
163
|
const files = isMV2 ? [currentEntry] : currentEntry.resources;
|
|
164
164
|
let currentFiles = [];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/transformer-webextension",
|
|
3
|
-
"version": "2.12.1-dev.
|
|
4
|
-
"license": "MIT",
|
|
3
|
+
"version": "2.12.1-dev.3443+d1170cfc7",
|
|
4
|
+
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
"main": "lib/WebExtensionTransformer.js",
|
|
13
13
|
"source": "src/WebExtensionTransformer.js",
|
|
14
14
|
"engines": {
|
|
15
|
-
"parcel": "^2.12.1-dev.
|
|
15
|
+
"parcel": "^2.12.1-dev.3443+d1170cfc7"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@atlaspack/diagnostic": "2.12.1-dev.
|
|
19
|
-
"@atlaspack/plugin": "2.12.1-dev.
|
|
20
|
-
"@atlaspack/utils": "2.12.1-dev.
|
|
18
|
+
"@atlaspack/diagnostic": "2.12.1-dev.3443+d1170cfc7",
|
|
19
|
+
"@atlaspack/plugin": "2.12.1-dev.3443+d1170cfc7",
|
|
20
|
+
"@atlaspack/utils": "2.12.1-dev.3443+d1170cfc7",
|
|
21
21
|
"@mischnic/json-sourcemap": "^0.1.0",
|
|
22
22
|
"content-security-policy-parser": "^0.3.0"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "d1170cfc79beb290b2a066f472f68f71f7d7cb23"
|
|
25
25
|
}
|
|
@@ -183,7 +183,7 @@ async function collectDependencies(
|
|
|
183
183
|
if (program.web_accessible_resources) {
|
|
184
184
|
let war = [];
|
|
185
185
|
for (let i = 0; i < program.web_accessible_resources.length; ++i) {
|
|
186
|
-
// TODO: this doesn't support
|
|
186
|
+
// TODO: this doesn't support Atlaspack resolution
|
|
187
187
|
const currentEntry = program.web_accessible_resources[i];
|
|
188
188
|
const files = isMV2 ? [currentEntry] : currentEntry.resources;
|
|
189
189
|
let currentFiles = [];
|