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/testdata/run | |
| parent | ba58628601057c6f996cbad287fcfbe353872368 (diff) | |
feat: lockfile v4 by default (#25165)
This won't be fully stabilized until 2.0 is released.
Diffstat (limited to 'tests/testdata/run')
| -rw-r--r-- | tests/testdata/run/lock_check_ok2.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/run/lock_check_ok2.json b/tests/testdata/run/lock_check_ok2.json index 14d8b7117..55a6f9892 100644 --- a/tests/testdata/run/lock_check_ok2.json +++ b/tests/testdata/run/lock_check_ok2.json @@ -1,5 +1,5 @@ { - "version": "3", + "version": "4", "remote": { "http://localhost:4545/subdir/mt_application_ecmascript.j2.js": "3a3e002e2f92dc8f045bd4a7c66b4791453ad0417b038dd2b2d9d0f277c44f18", "http://localhost:4545/subdir/mt_application_x_javascript.j4.js": "3a3e002e2f92dc8f045bd4a7c66b4791453ad0417b038dd2b2d9d0f277c44f18", |
