summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/frozen_lockfile/frozen_new_dep_jsr_run.out
blob: fe628a454a7cfb827151153fb1e67f01c9ca868e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Download http://127.0.0.1:4250/@denotest/add/0.2.0_meta.json
Download http://127.0.0.1:4250/@denotest/add/0.2.0/mod.ts
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 | +    },