Skip to content

Commit 0cee610

Browse files
committed
chore - deno 2 imports
1 parent a53dc03 commit 0cee610

1 file changed

Lines changed: 21 additions & 24 deletions

File tree

src/import_map.json

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,31 @@
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/",
3+
"async": "jsr:/@std/async@1.0.12",
4+
"bytes/": "jsr:/@std/bytes@1.0.5/",
5+
"crypto/": "jsr:/@std/crypto@1.0.4/",
6+
"encoding/": "jsr:/@std/encoding@1.0.9/",
7+
"fmt/": "jsr:/@std/fmt@1.0.6/",
8+
"fs/": "jsr:/@std/fs@1.0.16/",
9+
"http/": "jsr:/@std/http@1.0.14/",
10+
"path": "jsr:@std/path@1.0.8",
11+
"path/posix": "jsr:@std/path@1.0.8/posix",
12+
"streams/": "jsr:/@std/streams@1.0.9/",
13+
"tar": "jsr:/@std/tar@0.1.6",
14+
"tar/": "jsr:/@std/tar@0.1.6/",
15+
"uuid/": "jsr:/@std/uuid@1.0.6/",
16+
"https://deno.land/std@0.91.0/path/mod.ts": "jsr:/@std/path@1.0.8",
17+
"https://deno.land/std@0.91.0/path/": "jsr:/@std/path@1.0.8/",
18+
19+
"testing/": "jsr:/@std/testing@0.224.0/",
1120
"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/",
21+
"datetime/": "jsr:/@std/datetime@0.225.4/",
22+
"dotenv": "jsr:/@std/dotenv@0.225.3",
23+
"dotenv/": "jsr:/@std/dotenv@0.225.3/",
1524
"io": "jsr:/@std/io@0.224.0",
1625
"io/": "jsr:/@std/io@0.224.0/",
1726
"log": "jsr:/@std/log@0.224.0",
1827
"log/": "jsr:/@std/log@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-
28+
3229
"yaml": "https://cdn.skypack.dev/js-yaml",
3330
"events/": "https://deno.land/x/events@v1.0.0/",
3431
"cache/": "https://deno.land/x/cache@0.2.12/",

0 commit comments

Comments
 (0)