@atlaspack/packager-js 2.14.5-canary.291 → 2.14.5-canary.292

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaspack/packager-js
2
2
 
3
+ ## 2.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#858](https://github.com/atlassian-labs/atlaspack/pull/858) [`8eb84ee`](https://github.com/atlassian-labs/atlaspack/commit/8eb84ee61a42bfe87c58079b610802b07a6a13e4) Thanks [@marcins](https://github.com/marcins)! - Introduce a new `getReferencedAssets(bundle)` method to the BundleGraph to pre-compute referenced assets, this is used by the scope hoisting packager behind a new `precomputeReferencedAssets` feature flag.
8
+
9
+ - [#789](https://github.com/atlassian-labs/atlaspack/pull/789) [`73168c2`](https://github.com/atlassian-labs/atlaspack/commit/73168c275a5d9abff9907bcf536b340bca1ed5f0) Thanks [@marcins](https://github.com/marcins)! - Use an in-sourced version of @parcel/source-map, as @atlaspack/source-map
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`7dd5bd8`](https://github.com/atlassian-labs/atlaspack/commit/7dd5bd89ff60c7b324347d772729eb4c3314f01e), [`c8a0e51`](https://github.com/atlassian-labs/atlaspack/commit/c8a0e51b1096d038a64644ad02fe68383f58682a), [`8eb84ee`](https://github.com/atlassian-labs/atlaspack/commit/8eb84ee61a42bfe87c58079b610802b07a6a13e4), [`71900f3`](https://github.com/atlassian-labs/atlaspack/commit/71900f3508d53c3882ca8ea71501ba3069687d4e), [`73168c2`](https://github.com/atlassian-labs/atlaspack/commit/73168c275a5d9abff9907bcf536b340bca1ed5f0), [`617a318`](https://github.com/atlassian-labs/atlaspack/commit/617a318ddc9419b38360257353fec50b9051ee13), [`2c4953e`](https://github.com/atlassian-labs/atlaspack/commit/2c4953e20dc1a6b012792081667aefeb9340505e), [`3fe7d4e`](https://github.com/atlassian-labs/atlaspack/commit/3fe7d4e821bee162fcbbaf9278b107a5eead944f)]:
14
+ - @atlaspack/rust@3.11.0
15
+ - @atlaspack/feature-flags@2.27.0
16
+ - @atlaspack/source-map@3.1.0
17
+ - @atlaspack/utils@3.2.0
18
+ - @atlaspack/plugin@2.14.39
19
+ - @atlaspack/types@2.15.29
20
+
3
21
  ## 2.23.8
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/packager-js",
3
- "version": "2.14.5-canary.291+31c12bc28",
3
+ "version": "2.14.5-canary.292+98b80ebe1",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,13 +16,13 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/diagnostic": "2.14.1-canary.359+31c12bc28",
20
- "@atlaspack/feature-flags": "2.14.1-canary.359+31c12bc28",
21
- "@atlaspack/plugin": "2.14.5-canary.291+31c12bc28",
22
- "@atlaspack/rust": "3.2.1-canary.291+31c12bc28",
23
- "@atlaspack/source-map": "3.0.1-canary.4070+31c12bc28",
24
- "@atlaspack/types": "2.14.5-canary.291+31c12bc28",
25
- "@atlaspack/utils": "2.14.5-canary.291+31c12bc28",
19
+ "@atlaspack/diagnostic": "2.14.1-canary.360+98b80ebe1",
20
+ "@atlaspack/feature-flags": "2.14.1-canary.360+98b80ebe1",
21
+ "@atlaspack/plugin": "2.14.5-canary.292+98b80ebe1",
22
+ "@atlaspack/rust": "3.2.1-canary.292+98b80ebe1",
23
+ "@atlaspack/source-map": "3.1.1-canary.4071+98b80ebe1",
24
+ "@atlaspack/types": "2.14.5-canary.292+98b80ebe1",
25
+ "@atlaspack/utils": "2.14.5-canary.292+98b80ebe1",
26
26
  "globals": "^13.2.0",
27
27
  "nullthrows": "^1.1.1",
28
28
  "outdent": "^0.8.0"
@@ -31,5 +31,5 @@
31
31
  "scripts": {
32
32
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
33
33
  },
34
- "gitHead": "31c12bc28d861d4ce80446afffc18cb0c7b4ebd3"
34
+ "gitHead": "98b80ebe1e2b1114dd1d3f076dc28a70aaa86aaa"
35
35
  }