summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/adding_redirect
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-26 19:01:50 -0400
committerGitHub <noreply@github.com>2024-08-26 23:01:50 +0000
commite13230226fe91498b3a5f28a8de6edbe4f164944 (patch)
tree680687d66cb0725601008bed14fa7c2c8be2054c /tests/specs/lockfile/adding_redirect
parentba58628601057c6f996cbad287fcfbe353872368 (diff)
feat: lockfile v4 by default (#25165)
This won't be fully stabilized until 2.0 is released.
Diffstat (limited to 'tests/specs/lockfile/adding_redirect')
-rw-r--r--tests/specs/lockfile/adding_redirect/lock01.out2
-rw-r--r--tests/specs/lockfile/adding_redirect/lock02.out2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/lockfile/adding_redirect/lock01.out b/tests/specs/lockfile/adding_redirect/lock01.out
index f00cefa6a..b7b217cd6 100644
--- a/tests/specs/lockfile/adding_redirect/lock01.out
+++ b/tests/specs/lockfile/adding_redirect/lock01.out
@@ -1,5 +1,5 @@
{
- "version": "3",
+ "version": "4",
"remote": {
"http://localhost:4545/welcome.ts": "7353d5fcbc36c45d26bcbca478cf973092523b07c45999f41319820092b4de31"
}
diff --git a/tests/specs/lockfile/adding_redirect/lock02.out b/tests/specs/lockfile/adding_redirect/lock02.out
index 70c38c966..1c0227cb9 100644
--- a/tests/specs/lockfile/adding_redirect/lock02.out
+++ b/tests/specs/lockfile/adding_redirect/lock02.out
@@ -1,5 +1,5 @@
{
- "version": "3",
+ "version": "4",
"redirects": {
"http://localhost:4546/welcome.ts": "http://localhost:4545/welcome.ts"
},