blob: 9c0fa7edcc9cd398970a251f846065f6bc52af14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
error: The lockfile is out of date. Run `deno install --frozen=false`, or rerun with `--frozen=false` to update it.
changes:
4 | - "jsr:@denotest/add@1": "1.0.0"
5 | - },
6 | - "jsr": {
4 | + "jsr:@denotest/add@0.2.0": "0.2.0",
5 | + "jsr:@denotest/add@1": "1.0.0"
6 | + },
7 | + "jsr": {
8 | + "@denotest/add@0.2.0": {
9 | + "integrity": "[WILDCARD]"
10 | + },
|