@atlaspack/transformer-webextension 2.12.1-dev.3398 → 2.12.1-dev.3401

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 Parcel resolution
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-webextension",
3
- "version": "2.12.1-dev.3398+81c73b3cd",
3
+ "version": "2.12.1-dev.3401+b483af77f",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -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.3398+81c73b3cd"
15
+ "parcel": "^2.12.1-dev.3401+b483af77f"
16
16
  },
17
17
  "dependencies": {
18
- "@atlaspack/diagnostic": "2.12.1-dev.3398+81c73b3cd",
19
- "@atlaspack/plugin": "2.12.1-dev.3398+81c73b3cd",
20
- "@atlaspack/utils": "2.12.1-dev.3398+81c73b3cd",
18
+ "@atlaspack/diagnostic": "2.12.1-dev.3401+b483af77f",
19
+ "@atlaspack/plugin": "2.12.1-dev.3401+b483af77f",
20
+ "@atlaspack/utils": "2.12.1-dev.3401+b483af77f",
21
21
  "@mischnic/json-sourcemap": "^0.1.0",
22
22
  "content-security-policy-parser": "^0.3.0"
23
23
  },
24
- "gitHead": "81c73b3cdf93adf8b0013be9fed5422579bd5910"
24
+ "gitHead": "b483af77f02d1258c8dad156e097b94f83671d8e"
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 Parcel resolution
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 = [];