@atlaspack/transformer-webextension 2.14.25 → 2.14.26

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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atlaspack/transformer-webextension
2
2
 
3
+ ## 2.14.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [#742](https://github.com/atlassian-labs/atlaspack/pull/742) [`ee040bb`](https://github.com/atlassian-labs/atlaspack/commit/ee040bb6428f29b57d892ddd8107e29077d08ffd) Thanks [@yamadapc](https://github.com/yamadapc)! - Internal changes and bug fixes to environmentDeduplication flag
8
+
9
+ - Updated dependencies [[`ee040bb`](https://github.com/atlassian-labs/atlaspack/commit/ee040bb6428f29b57d892ddd8107e29077d08ffd), [`889c65c`](https://github.com/atlassian-labs/atlaspack/commit/889c65cd25b811045e26a117e7404f694dde77a2)]:
10
+ - @atlaspack/diagnostic@2.14.3
11
+ - @atlaspack/plugin@2.14.26
12
+ - @atlaspack/utils@2.18.3
13
+
3
14
  ## 2.14.25
4
15
 
5
16
  ### Patch Changes
@@ -72,7 +72,6 @@ async function collectDependencies(asset, program, ptrs, hmrOptions) {
72
72
  codeHighlights: [{
73
73
  // @ts-expect-error TS2345
74
74
  ...(0, _diagnostic().getJSONHighlightLocation)(ptrs['/default_locale'], err),
75
- // @ts-expect-error TS2345
76
75
  message: (0, _diagnostic().md)`Localization ${err == 'value' ? 'file for ' + program.default_locale : 'directory'} does not exist: ${_path().default.relative(assetDir, _path().default.join(locales, program.default_locale))}`
77
76
  }]
78
77
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-webextension",
3
- "version": "2.14.25",
3
+ "version": "2.14.26",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -15,9 +15,9 @@
15
15
  "engines": {},
16
16
  "dependencies": {
17
17
  "@mischnic/json-sourcemap": "^0.1.0",
18
- "@atlaspack/diagnostic": "2.14.2",
19
- "@atlaspack/plugin": "2.14.25",
20
- "@atlaspack/utils": "2.18.2",
18
+ "@atlaspack/diagnostic": "2.14.3",
19
+ "@atlaspack/plugin": "2.14.26",
20
+ "@atlaspack/utils": "2.18.3",
21
21
  "content-security-policy-parser": "^0.3.0"
22
22
  },
23
23
  "type": "commonjs",
@@ -71,7 +71,6 @@ async function collectDependencies(
71
71
  {
72
72
  // @ts-expect-error TS2345
73
73
  ...getJSONHighlightLocation(ptrs['/default_locale'], err),
74
- // @ts-expect-error TS2345
75
74
  message: md`Localization ${
76
75
  err == 'value'
77
76
  ? 'file for ' + program.default_locale