From e13230226fe91498b3a5f28a8de6edbe4f164944 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 26 Aug 2024 19:01:50 -0400 Subject: feat: lockfile v4 by default (#25165) This won't be fully stabilized until 2.0 is released. --- tests/specs/remove/basic/add_lock.out | 23 ++++++++++------------- tests/specs/remove/basic/remove_lock.out | 3 +-- 2 files changed, 11 insertions(+), 15 deletions(-) (limited to 'tests/specs/remove/basic') diff --git a/tests/specs/remove/basic/add_lock.out b/tests/specs/remove/basic/add_lock.out index cda0fc34a..99127b95d 100644 --- a/tests/specs/remove/basic/add_lock.out +++ b/tests/specs/remove/basic/add_lock.out @@ -1,20 +1,17 @@ { - "version": "3", - "packages": { - "specifiers": { - "jsr:@std/assert@^1.0.0": "jsr:@std/assert@1.0.0", - "jsr:@std/http@^1.0.0": "jsr:@std/http@1.0.0" + "version": "4", + "specifiers": { + "jsr:@std/assert@^1.0.0": "jsr:@std/assert@1.0.0", + "jsr:@std/http@^1.0.0": "jsr:@std/http@1.0.0" + }, + "jsr": { + "@std/assert@1.0.0": { + "integrity": "[WILDLINE]" }, - "jsr": { - "@std/assert@1.0.0": { - "integrity": "[WILDLINE]" - }, - "@std/http@1.0.0": { - "integrity": "[WILDLINE]" - } + "@std/http@1.0.0": { + "integrity": "[WILDLINE]" } }, - "remote": {}, "workspace": { "dependencies": [ "jsr:@std/assert@^1.0.0", diff --git a/tests/specs/remove/basic/remove_lock.out b/tests/specs/remove/basic/remove_lock.out index 37f10ce95..a39b837e9 100644 --- a/tests/specs/remove/basic/remove_lock.out +++ b/tests/specs/remove/basic/remove_lock.out @@ -1,4 +1,3 @@ { - "version": "3", - "remote": {} + "version": "4" } -- cgit v1.2.3