Skip to content

Commit 709ffd6

Browse files
committed
chore - pin deno 2 imports to specific versions
1 parent b44cb08 commit 709ffd6

1 file changed

Lines changed: 26 additions & 25 deletions

File tree

src/import_map.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
{
22
"imports": {
3-
"async": "jsr:/@std/async@^0.224.0",
4-
"bytes/": "jsr:/@std/bytes@^0.224.0/",
5-
"collection/": "jsr:/@std/collection@^0.224.0/",
6-
"crypto/": "jsr:/@std/crypto@^0.224.0/",
7-
"datetime/": "jsr:/@std/datetime@^0.224.0/",
8-
"dotenv": "jsr:/@std/dotenv@^0.224.0",
9-
"dotenv/": "jsr:/@std/dotenv@^0.224.0/",
10-
"encoding/": "jsr:/@std/encoding@^0.224.0/",
11-
"yaml": "https://cdn.skypack.dev/js-yaml",
12-
"flags": "jsr:/@std/flags@^0.224.0",
13-
"fmt/": "jsr:/@std/fmt@^0.224.0/",
14-
"fs/": "jsr:/@std/fs@^0.224.0/",
15-
"http/": "jsr:/@std/http@^0.224.0/",
3+
"async": "jsr:/@std/async@0.224.0",
4+
"bytes/": "jsr:/@std/bytes@0.224.0/",
5+
"collection/": "jsr:/@std/collection@0.224.0/",
6+
"crypto/": "jsr:/@std/crypto@0.224.0/",
7+
"datetime/": "jsr:/@std/datetime@0.224.0/",
8+
"dotenv": "jsr:/@std/dotenv@0.224.0",
9+
"dotenv/": "jsr:/@std/dotenv@0.224.0/",
10+
"encoding/": "jsr:/@std/encoding@0.224.0/",
11+
"flags": "jsr:/@std/flags@0.224.0",
12+
"fmt/": "jsr:/@std/fmt@0.224.0/",
13+
"fs/": "jsr:/@std/fs@0.224.0/",
14+
"http/": "jsr:/@std/http@0.224.0/",
1615
"io": "jsr:/@std/io@0.224.0",
1716
"io/": "jsr:/@std/io@0.224.0/",
1817
"log": "jsr:/@std/log@0.224.0",
1918
"log/": "jsr:/@std/log@0.224.0/",
20-
"node/": "jsr:/@std/node@^0.224.0/",
21-
"path": "jsr:@std/path@^0.224.0",
22-
"permissions/": "jsr:/@std/permissions@^0.224.0/",
23-
"signal/": "jsr:/@std/signal@^0.224.0/",
24-
"streams/": "jsr:/@std/streams@^0.224.0/",
25-
"tar": "jsr:/@std/tar@^0.1.6",
26-
"tar/": "jsr:/@std/tar@^0.1.6/",
27-
"testing/": "jsr:/@std/testing@^0.224.0/",
28-
"uuid/": "jsr:/@std/uuid@^0.224.0/",
29-
"wasi/": "jsr:/@std/wasi@^0.224.0/",
19+
"node/": "jsr:/@std/node@0.224.0/",
20+
"path": "jsr:@std/path@0.224.0",
21+
"permissions/": "jsr:/@std/permissions@0.224.0/",
22+
"signal/": "jsr:/@std/signal@0.224.0/",
23+
"streams/": "jsr:/@std/streams@0.224.0/",
24+
"tar": "jsr:/@std/tar@0.1.6",
25+
"tar/": "jsr:/@std/tar@0.1.6/",
26+
"testing/": "jsr:/@std/testing@0.224.0/",
27+
"uuid/": "jsr:/@std/uuid@0.224.0/",
28+
"wasi/": "jsr:/@std/wasi@0.224.0/",
29+
"https://deno.land/std@0.91.0/path/mod.ts": "jsr:/@std/path@0.224.0",
30+
"https://deno.land/std@0.91.0/path/": "jsr:/@std/path@0.224.0/",
31+
32+
"yaml": "https://cdn.skypack.dev/js-yaml",
3033
"events/": "https://deno.land/x/events@v1.0.0/",
3134
"cache/": "https://deno.land/x/cache@0.2.12/",
3235
"cliffy/": "https://deno.land/x/cliffy@v1.0.0-rc.3/",
@@ -61,8 +64,6 @@
6164
"https://deno.land/std@0.93.0/path/mod.ts": "https://deno.land/std@0.204.0/path/mod.ts",
6265
"https://deno.land/std@0.93.0/": "https://deno.land/std@0.217.0/",
6366

64-
"https://deno.land/std@0.91.0/path/mod.ts": "jsr:/@std/path@^0.224.0",
65-
"https://deno.land/std@0.91.0/path/": "jsr:/@std/path@^0.224.0/",
6667
"https://deno.land/std@0.91.0/fs/exists.ts": "https://deno.land/std@0.217.0/fs/exists.ts",
6768
"https://deno.land/std@0.91.0/fs/ensure_dir.ts": "https://deno.land/std@0.217.0/fs/ensure_dir.ts",
6869

0 commit comments

Comments
 (0)