|
1 |
| -export * as async from "https://deno.land/std@0.114.0/async/mod.ts"; |
| 1 | +export * as async from "https://deno.land/std@0.130.0/async/mod.ts"; |
2 | 2 | export type {
|
3 | 3 | DebouncedFunction,
|
4 | 4 | Deferred,
|
5 | 5 | DelayOptions,
|
6 |
| -} from "https://deno.land/std@0.114.0/async/mod.ts"; |
7 |
| -export * as path from "https://deno.land/std@0.114.0/path/mod.ts"; |
| 6 | +} from "https://deno.land/std@0.130.0/async/mod.ts"; |
| 7 | +export * as path from "https://deno.land/std@0.130.0/path/mod.ts"; |
8 | 8 | export type {
|
9 | 9 | FormatInputPathObject,
|
10 | 10 | GlobOptions,
|
11 | 11 | GlobToRegExpOptions,
|
12 | 12 | ParsedPath,
|
13 |
| -} from "https://deno.land/std@0.114.0/path/mod.ts"; |
14 |
| -export * as io from "https://deno.land/std@0.114.0/io/mod.ts"; |
| 13 | +} from "https://deno.land/std@0.130.0/path/mod.ts"; |
| 14 | +export * as io from "https://deno.land/std@0.130.0/io/mod.ts"; |
15 | 15 | export type {
|
16 | 16 | ReadableStreamFromReaderOptions as IOReadableStreamFromReaderOptions,
|
17 | 17 | ReadLineResult,
|
18 | 18 | WritableStreamFromWriterOptions as IOWritableStreamFromWriterOptions,
|
19 |
| -} from "https://deno.land/std@0.114.0/io/mod.ts"; |
20 |
| -export * as streams from "https://deno.land/std@0.114.0/streams/mod.ts"; |
| 19 | +} from "https://deno.land/std@0.130.0/io/mod.ts"; |
| 20 | +export * as streams from "https://deno.land/std@0.130.0/streams/mod.ts"; |
21 | 21 | export type {
|
22 | 22 | ReadableStreamFromReaderOptions,
|
23 | 23 | WritableStreamFromWriterOptions,
|
24 |
| -} from "https://deno.land/std@0.114.0/streams/mod.ts"; |
25 |
| -export * as fs from "https://deno.land/std@0.114.0/fs/mod.ts"; |
| 24 | +} from "https://deno.land/std@0.130.0/streams/mod.ts"; |
| 25 | +export * as fs from "https://deno.land/std@0.130.0/fs/mod.ts"; |
26 | 26 | export type {
|
27 | 27 | CopyOptions,
|
28 | 28 | ExpandGlobOptions,
|
29 | 29 | WalkEntry,
|
30 | 30 | WalkOptions,
|
31 |
| -} from "https://deno.land/std@0.114.0/fs/mod.ts"; |
32 |
| -export * as log from "https://deno.land/std@0.114.0/log/mod.ts"; |
| 31 | +} from "https://deno.land/std@0.130.0/fs/mod.ts"; |
| 32 | +export * as log from "https://deno.land/std@0.130.0/log/mod.ts"; |
33 | 33 | export type {
|
34 | 34 | FormatterFunction,
|
35 | 35 | HandlerOptions,
|
36 | 36 | LevelName,
|
37 | 37 | LogConfig,
|
38 | 38 | LogMode,
|
39 |
| -} from "https://deno.land/std@0.114.0/log/mod.ts"; |
40 |
| -export * as flags from "https://deno.land/std@0.114.0/flags/mod.ts"; |
| 39 | +} from "https://deno.land/std@0.130.0/log/mod.ts"; |
| 40 | +export * as flags from "https://deno.land/std@0.130.0/flags/mod.ts"; |
41 | 41 | export type {
|
42 | 42 | ArgParsingOptions,
|
43 | 43 | Args,
|
44 |
| -} from "https://deno.land/std@0.114.0/flags/mod.ts"; |
| 44 | +} from "https://deno.land/std@0.130.0/flags/mod.ts"; |
45 | 45 | export { colors } from "https://deno.land/x/[email protected]/ansi/colors.ts";
|
46 | 46 | export { default as shq } from "https://esm.sh/[email protected]";
|
0 commit comments