@atlaspack/transformer-webextension 2.14.5-canary.131 → 2.14.5-canary.132

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-webextension",
3
- "version": "2.14.5-canary.131+75286ffe8",
3
+ "version": "2.14.5-canary.132+daaa76887",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,12 +13,12 @@
13
13
  "source": "src/WebExtensionTransformer.js",
14
14
  "engines": {},
15
15
  "dependencies": {
16
- "@atlaspack/diagnostic": "2.14.1-canary.199+75286ffe8",
17
- "@atlaspack/plugin": "2.14.5-canary.131+75286ffe8",
18
- "@atlaspack/utils": "2.14.5-canary.131+75286ffe8",
16
+ "@atlaspack/diagnostic": "2.14.1-canary.200+daaa76887",
17
+ "@atlaspack/plugin": "2.14.5-canary.132+daaa76887",
18
+ "@atlaspack/utils": "2.14.5-canary.132+daaa76887",
19
19
  "@mischnic/json-sourcemap": "^0.1.0",
20
20
  "content-security-policy-parser": "^0.3.0"
21
21
  },
22
22
  "type": "commonjs",
23
- "gitHead": "75286ffe8068fae73afa5954a6d2a0f53fbf5e0d"
23
+ "gitHead": "daaa7688786772d7e3713b71c5bba6b89ec704aa"
24
24
  }
@@ -433,4 +433,4 @@ export default (new Transformer({
433
433
  asset.meta.webextEntry = true;
434
434
  return [asset];
435
435
  },
436
- }): Transformer);
436
+ }): Transformer<mixed>);