mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 04:21:39 -04:00
feat: lockfile version bumped to v5.4
This commit is contained in:
7
.changeset/yellow-lemons-cough.md
Normal file
7
.changeset/yellow-lemons-cough.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@pnpm/constants": minor
|
||||
"pnpm": major
|
||||
---
|
||||
|
||||
Lockfile version bumped to 5.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const WANTED_LOCKFILE = 'pnpm-lock.yaml'
|
||||
export const LOCKFILE_VERSION = 5.3
|
||||
export const LOCKFILE_VERSION = 5.4
|
||||
|
||||
export const ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`
|
||||
export const LAYOUT_VERSION = 5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`writeLockfiles() 1`] = `
|
||||
"lockfileVersion: 5.3
|
||||
"lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
is-negative: ^1.0.0
|
||||
|
||||
Reference in New Issue
Block a user