@atlaspack/packager-js 2.14.5-canary.244 → 2.14.5-canary.245

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 +13 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaspack/packager-js
2
2
 
3
+ ## 2.23.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#810](https://github.com/atlassian-labs/atlaspack/pull/810) [`c372f3f`](https://github.com/atlassian-labs/atlaspack/commit/c372f3fd6fce8200d5cf47f41bc7895c6cbb5558) Thanks [@benjervis](https://github.com/benjervis)! - Add the `scope-hosting-stats` debug tool to report on the percentage of assets that were able to be scope hoisted during the build.
8
+
9
+ - Updated dependencies [[`79a7e22`](https://github.com/atlassian-labs/atlaspack/commit/79a7e22ef119891a2f4180a9d3cc66b38dd52092), [`3da8e69`](https://github.com/atlassian-labs/atlaspack/commit/3da8e690605472d81c531366b65fa9844f8ca337), [`c372f3f`](https://github.com/atlassian-labs/atlaspack/commit/c372f3fd6fce8200d5cf47f41bc7895c6cbb5558), [`17dfea9`](https://github.com/atlassian-labs/atlaspack/commit/17dfea9e9f3169807808520df9c09ebf70dc8b10), [`f1070ec`](https://github.com/atlassian-labs/atlaspack/commit/f1070ec48e99b4ec111a03179c5ab5b74163fab1), [`27fd73f`](https://github.com/atlassian-labs/atlaspack/commit/27fd73fa07d358653f1be6f2d15d72dc5d8fc2fd), [`3091fa3`](https://github.com/atlassian-labs/atlaspack/commit/3091fa36425ecffe3938e55247a035b08cda37a2)]:
10
+ - @atlaspack/feature-flags@2.25.5
11
+ - @atlaspack/rust@3.8.3
12
+ - @atlaspack/utils@3.0.3
13
+ - @atlaspack/plugin@2.14.35
14
+ - @atlaspack/types@2.15.25
15
+
3
16
  ## 2.23.4
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/packager-js",
3
- "version": "2.14.5-canary.244+f97acf242",
3
+ "version": "2.14.5-canary.245+a77c6d278",
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.312+f97acf242",
20
- "@atlaspack/feature-flags": "2.14.1-canary.312+f97acf242",
21
- "@atlaspack/plugin": "2.14.5-canary.244+f97acf242",
22
- "@atlaspack/rust": "3.2.1-canary.244+f97acf242",
23
- "@atlaspack/types": "2.14.5-canary.244+f97acf242",
24
- "@atlaspack/utils": "2.14.5-canary.244+f97acf242",
19
+ "@atlaspack/diagnostic": "2.14.1-canary.313+a77c6d278",
20
+ "@atlaspack/feature-flags": "2.14.1-canary.313+a77c6d278",
21
+ "@atlaspack/plugin": "2.14.5-canary.245+a77c6d278",
22
+ "@atlaspack/rust": "3.2.1-canary.245+a77c6d278",
23
+ "@atlaspack/types": "2.14.5-canary.245+a77c6d278",
24
+ "@atlaspack/utils": "2.14.5-canary.245+a77c6d278",
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": "f97acf242ed210841db3403d3a5f224f5eff5ab5"
34
+ "gitHead": "a77c6d278127493cc665bda2acc09dc8c70e6364"
35
35
  }