@atlaspack/packager-js 2.14.5-canary.353 → 2.14.5-canary.355

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 +16 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaspack/packager-js
2
2
 
3
+ ## 2.24.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#953](https://github.com/atlassian-labs/atlaspack/pull/953) [`c31090c`](https://github.com/atlassian-labs/atlaspack/commit/c31090c9025f35d3fa8561b42dca170853a32e6f) Thanks [@marcins](https://github.com/marcins)! - Cleanup feature flag precomputeReferencedAssets
8
+
9
+ - [#950](https://github.com/atlassian-labs/atlaspack/pull/950) [`cd7e2c2`](https://github.com/atlassian-labs/atlaspack/commit/cd7e2c2bbaad08f3f045a86691bfd4f9879b0b44) Thanks [@marcins](https://github.com/marcins)! - Improve error message when asset is not found in packaging.
10
+
11
+ - Updated dependencies [[`47aa84e`](https://github.com/atlassian-labs/atlaspack/commit/47aa84e44c61066072a5bf3d57678565b9d2c5a3), [`564fb4f`](https://github.com/atlassian-labs/atlaspack/commit/564fb4fecc2a20bdeb951863a8fac29b618d91b7), [`9df722c`](https://github.com/atlassian-labs/atlaspack/commit/9df722c38b225054883693ba9731344f701767a7), [`c31090c`](https://github.com/atlassian-labs/atlaspack/commit/c31090c9025f35d3fa8561b42dca170853a32e6f), [`565bab3`](https://github.com/atlassian-labs/atlaspack/commit/565bab3771cc334659d873cabff4cdfac0860cc7), [`34b01ec`](https://github.com/atlassian-labs/atlaspack/commit/34b01ec03e2264bd617be000465821e1ed11eae5), [`6e5fec1`](https://github.com/atlassian-labs/atlaspack/commit/6e5fec1406c53257be7e7fbe06c028beda70fcf1), [`e4e5522`](https://github.com/atlassian-labs/atlaspack/commit/e4e55222422d8c73653d3ea09f1a0d13946345b9)]:
12
+ - @atlaspack/utils@3.3.0
13
+ - @atlaspack/rust@3.18.0
14
+ - @atlaspack/feature-flags@2.27.6
15
+ - @atlaspack/source-map@3.2.3
16
+ - @atlaspack/types@2.15.38
17
+ - @atlaspack/plugin@2.14.48
18
+
3
19
  ## 2.24.8
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/packager-js",
3
- "version": "2.14.5-canary.353+34b01ec03",
3
+ "version": "2.14.5-canary.355+40e9f9fb1",
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.421+34b01ec03",
20
- "@atlaspack/feature-flags": "2.14.1-canary.421+34b01ec03",
21
- "@atlaspack/plugin": "2.14.5-canary.353+34b01ec03",
22
- "@atlaspack/rust": "3.2.1-canary.353+34b01ec03",
23
- "@atlaspack/source-map": "3.2.3-canary.4132+34b01ec03",
24
- "@atlaspack/types": "2.14.5-canary.353+34b01ec03",
25
- "@atlaspack/utils": "2.14.5-canary.353+34b01ec03",
19
+ "@atlaspack/diagnostic": "2.14.1-canary.423+40e9f9fb1",
20
+ "@atlaspack/feature-flags": "2.14.1-canary.423+40e9f9fb1",
21
+ "@atlaspack/plugin": "2.14.5-canary.355+40e9f9fb1",
22
+ "@atlaspack/rust": "3.2.1-canary.355+40e9f9fb1",
23
+ "@atlaspack/source-map": "3.2.4-canary.4134+40e9f9fb1",
24
+ "@atlaspack/types": "2.14.5-canary.355+40e9f9fb1",
25
+ "@atlaspack/utils": "2.14.5-canary.355+40e9f9fb1",
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": "34b01ec03e2264bd617be000465821e1ed11eae5"
34
+ "gitHead": "40e9f9fb175ee233e9687128bab002e41f66c9bd"
35
35
  }