diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-10-19 23:30:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 23:30:44 +0200 |
commit | 973069b341de65e8e32b91072ff5a745fe7e704a (patch) | |
tree | 48fef8a8e9792b26f2d438b0769c99184d3493a7 /ext/websocket/01_websocket.js | |
parent | e3a30954811238ce55a9d0f8b193c3a58535b72d (diff) |
feat: Add new lockfile format (#16349)
Introduces a new lockfile format that will be used to support locking
"npm" dependencies.
Currently the format looks as follows:
```
// This file is automatically generated by Deno, do not edit its contents
// manually. This file should be commited to your repository.
{
"version": "2",
"remote": {
"https://deno.land/std@0.160.0/http/server.ts": "asdwetsw44523asdfgfas..",
"https://deno.land/std@0.160.0/http/file_server.ts": "asdwetsw44523asdfgfas.."
}
}
```
A follow up PR will add "npm" key that will be used to store information
related
to "npm" dependencies and their resolution.
The new format is used when `--lock-write` is present, if user tries to
load
a lock file using the old format it will still work.
Diffstat (limited to 'ext/websocket/01_websocket.js')
0 files changed, 0 insertions, 0 deletions