diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-18 23:01:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 03:01:39 +0000 |
| commit | 526f39fbb9dacce12c69d24a55798d0bde8f2707 (patch) | |
| tree | ca4891a8f8ca6e66ce8298e57218f19b05111f8f /tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed_install.out | |
| parent | 28bebce54445f248614eca493cff6b8d3659df40 (diff) | |
feat(FUTURE): terse lockfile (v4) (#25059)
Diffstat (limited to 'tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed_install.out')
| -rw-r--r-- | tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed_install.out | 37 |
1 files changed, 15 insertions, 22 deletions
diff --git a/tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed_install.out b/tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed_install.out index 6b7d1dc5f..397179596 100644 --- a/tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed_install.out +++ b/tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed_install.out @@ -1,24 +1,17 @@ error: The lockfile is out of date. Run `deno cache --frozen=false`, `deno install --frozen=false`, or rerun with `--frozen=false` to update it. changes: - 5 | - "npm:@denotest/add@1": "npm:@denotest/add@1.0.0" - 5 | + "npm:@denotest/add@1": "npm:@denotest/add@1.0.0", - 6 | + "npm:@denotest/bin@0.7.0": "npm:@denotest/bin@0.7.0" -11 | - } -12 | - } -13 | - }, -14 | - "remote": {} -12 | + }, -13 | + "@denotest/bin@0.7.0": { -14 | + "integrity": "[WILDCARD]", -15 | + "dependencies": {} -16 | + } -17 | + } -18 | + }, -19 | + "remote": {}, -20 | + "workspace": { -21 | + "packageJson": { -22 | + "dependencies": [ -23 | + "npm:@denotest/bin@0.7.0" -24 | + ] -25 | + } -26 | + } + 4 | - "npm:@denotest/add@1": "npm:@denotest/add@1.0.0" + 4 | + "npm:@denotest/add@1": "npm:@denotest/add@1.0.0", + 5 | + "npm:@denotest/bin@0.7.0": "npm:@denotest/bin@0.7.0" + 9 | - } +10 | + }, +11 | + "@denotest/bin@0.7.0": { +12 | + "integrity": "[WILDLINE]" +13 | + } +14 | + }, +15 | + "workspace": { +16 | + "packageJson": { +17 | + "dependencies": [ +18 | + "npm:@denotest/bin@0.7.0" +19 | + ] +20 | + } |
