@vercel/build-utils 8.8.0 → 9.0.1

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,23 @@
1
1
  # @vercel/build-utils
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Revert build utils refactor ([#12818](https://github.com/vercel/vercel/pull/12818))
8
+
9
+ ## 9.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - Change getPathOverrideForPackageManager() to use detectedLockfile argument ([#12813](https://github.com/vercel/vercel/pull/12813))
14
+
15
+ ### Patch Changes
16
+
17
+ - Refactor build-util usage to reuse detected lockfile ([#12813](https://github.com/vercel/vercel/pull/12813))
18
+
19
+ - add support for `images.qualities` ([#12813](https://github.com/vercel/vercel/pull/12813))
20
+
3
21
  ## 8.8.0
4
22
 
5
23
  ### Minor Changes