mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
[BREAKING][bun install] Invalidate all the lockfiles
This commit is contained in:
@@ -1779,9 +1779,13 @@ pub const PackageIndex = struct {
|
||||
|
||||
pub const FormatVersion = enum(u32) {
|
||||
v0,
|
||||
// bun v0.0.x - bun v0.1.6
|
||||
v1,
|
||||
// bun v0.1.7+
|
||||
// This change added tarball URLs to npm-resolved packages
|
||||
v2,
|
||||
_,
|
||||
pub const current = FormatVersion.v1;
|
||||
pub const current = FormatVersion.v2;
|
||||
};
|
||||
|
||||
pub const DependencySlice = ExternalSlice(Dependency);
|
||||
|
||||
Reference in New Issue
Block a user