@atlaspack/packager-js 2.14.5-canary.207 → 2.14.5-canary.209

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 +15 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaspack/packager-js
2
2
 
3
+ ## 2.23.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#796](https://github.com/atlassian-labs/atlaspack/pull/796) [`0e967b0`](https://github.com/atlassian-labs/atlaspack/commit/0e967b0cf0fbd885588b81476ec1f25a507ffa94) Thanks [@benjervis](https://github.com/benjervis)! - Minor refactor of the internals of the scope hoisting packager. Some of the internal objects are now keyed on Assets rather than string asset IDs.
8
+
9
+ - [#801](https://github.com/atlassian-labs/atlaspack/pull/801) [`b104fd8`](https://github.com/atlassian-labs/atlaspack/commit/b104fd846ea17c583e68ddc6b309c5e1edee6938) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix incorrect output with skipped assets with scope hoisting improvements
10
+
11
+ - Updated dependencies [[`0207171`](https://github.com/atlassian-labs/atlaspack/commit/0207171e59e985c51e105aec2e0a99de174374bd), [`10ee3fa`](https://github.com/atlassian-labs/atlaspack/commit/10ee3fa5b75a92acde8973673d9b3c5b6f3958e5), [`bbe4e28`](https://github.com/atlassian-labs/atlaspack/commit/bbe4e28c89e5e9284bd730075d4d6f2a3cb37b21), [`1180103`](https://github.com/atlassian-labs/atlaspack/commit/118010351ed444f8178988afb3f77807154dd933), [`2bc93b1`](https://github.com/atlassian-labs/atlaspack/commit/2bc93b17cea07fd7cbb68acec84d8471345a22b4)]:
12
+ - @atlaspack/feature-flags@2.25.2
13
+ - @atlaspack/rust@3.8.2
14
+ - @atlaspack/utils@3.0.0
15
+ - @atlaspack/plugin@2.14.32
16
+ - @atlaspack/types@2.15.22
17
+
3
18
  ## 2.23.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/packager-js",
3
- "version": "2.14.5-canary.207+b104fd846",
3
+ "version": "2.14.5-canary.209+ed0a5b291",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,12 +16,12 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/diagnostic": "2.14.1-canary.275+b104fd846",
20
- "@atlaspack/feature-flags": "2.14.1-canary.275+b104fd846",
21
- "@atlaspack/plugin": "2.14.5-canary.207+b104fd846",
22
- "@atlaspack/rust": "3.2.1-canary.207+b104fd846",
23
- "@atlaspack/types": "2.14.5-canary.207+b104fd846",
24
- "@atlaspack/utils": "2.14.5-canary.207+b104fd846",
19
+ "@atlaspack/diagnostic": "2.14.1-canary.277+ed0a5b291",
20
+ "@atlaspack/feature-flags": "2.14.1-canary.277+ed0a5b291",
21
+ "@atlaspack/plugin": "2.14.5-canary.209+ed0a5b291",
22
+ "@atlaspack/rust": "3.2.1-canary.209+ed0a5b291",
23
+ "@atlaspack/types": "2.14.5-canary.209+ed0a5b291",
24
+ "@atlaspack/utils": "2.14.5-canary.209+ed0a5b291",
25
25
  "@parcel/source-map": "^2.1.1",
26
26
  "globals": "^13.2.0",
27
27
  "nullthrows": "^1.1.1",
@@ -31,5 +31,5 @@
31
31
  "scripts": {
32
32
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
33
33
  },
34
- "gitHead": "b104fd846ea17c583e68ddc6b309c5e1edee6938"
34
+ "gitHead": "ed0a5b2913a54f168913aa7361bfc7f3c1d50ffa"
35
35
  }