diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-26 19:01:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 23:01:50 +0000 |
| commit | e13230226fe91498b3a5f28a8de6edbe4f164944 (patch) | |
| tree | 680687d66cb0725601008bed14fa7c2c8be2054c /tests/specs/workspaces | |
| parent | ba58628601057c6f996cbad287fcfbe353872368 (diff) | |
feat: lockfile v4 by default (#25165)
This won't be fully stabilized until 2.0 is released.
Diffstat (limited to 'tests/specs/workspaces')
| -rw-r--r-- | tests/specs/workspaces/lockfile/expected-lock.out | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/tests/specs/workspaces/lockfile/expected-lock.out b/tests/specs/workspaces/lockfile/expected-lock.out index dcc479a20..fc387c760 100644 --- a/tests/specs/workspaces/lockfile/expected-lock.out +++ b/tests/specs/workspaces/lockfile/expected-lock.out @@ -1,16 +1,13 @@ { - "version": "3", - "packages": { - "specifiers": { - "jsr:@denotest/add@1": "jsr:@denotest/add@1.0.0" - }, - "jsr": { - "@denotest/add@1.0.0": { - "integrity": "3b2e675c1ad7fba2a45bc251992e01aff08a3c974ac09079b11e6a5b95d4bfcb" - } + "version": "4", + "specifiers": { + "jsr:@denotest/add@1": "jsr:@denotest/add@1.0.0" + }, + "jsr": { + "@denotest/add@1.0.0": { + "integrity": "3b2e675c1ad7fba2a45bc251992e01aff08a3c974ac09079b11e6a5b95d4bfcb" } }, - "remote": {}, "workspace": { "members": { "pkg": { |
