Commit eca05a3
authored
feat: update
Bun is in the process of switching from the binary `bun.lockb` file to a new, text-based `bun.lock` file.
As of Bun 1.2, the new text-based lockfile is the default. We need to update the `detect_package_manager` to look for both lockfile formats, but we should be able to eventually retire the binary lockfile format.
More info: https://bun.sh/docs/install/lockfile#text-based-lockfiledetect_package_manager to look for new Bun lockfile (#530)1 parent 98d3d5f commit eca05a3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments