blob: 3a0d51678cb252cea72ba573204de309bfe18054 (
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 cache --frozen=false` or rerun with `--frozen=false` to update it.
changes:
5 | - "jsr:@denotest/add@1": "jsr:@denotest/add@1.0.0"
6 | - },
7 | - "jsr": {
5 | + "jsr:@denotest/add@0.2.0": "jsr:@denotest/add@0.2.0",
6 | + "jsr:@denotest/add@1": "jsr:@denotest/add@1.0.0"
7 | + },
8 | + "jsr": {
9 | + "@denotest/add@0.2.0": {
10 | + "integrity": "[WILDCARD]"
11 | + },
|