-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(upgrade): deno/std@0.140.0, cliffy@0.24.2 (#38)
- Loading branch information
Showing
5 changed files
with
41 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
export * as async from "https://deno.land/std@0.136.0/async/mod.ts"; | ||
export * as async from "https://deno.land/std@0.140.0/async/mod.ts"; | ||
export type { | ||
DebouncedFunction, | ||
Deferred, | ||
DelayOptions, | ||
} from "https://deno.land/std@0.136.0/async/mod.ts"; | ||
export * as path from "https://deno.land/std@0.136.0/path/mod.ts"; | ||
} from "https://deno.land/std@0.140.0/async/mod.ts"; | ||
export * as path from "https://deno.land/std@0.140.0/path/mod.ts"; | ||
export type { | ||
FormatInputPathObject, | ||
GlobOptions, | ||
GlobToRegExpOptions, | ||
ParsedPath, | ||
} from "https://deno.land/std@0.136.0/path/mod.ts"; | ||
export * as io from "https://deno.land/std@0.136.0/io/mod.ts"; | ||
} from "https://deno.land/std@0.140.0/path/mod.ts"; | ||
export * as io from "https://deno.land/std@0.140.0/io/mod.ts"; | ||
export type { | ||
ReadableStreamFromReaderOptions as IOReadableStreamFromReaderOptions, | ||
ReadLineResult, | ||
WritableStreamFromWriterOptions as IOWritableStreamFromWriterOptions, | ||
} from "https://deno.land/std@0.136.0/io/mod.ts"; | ||
export * as streams from "https://deno.land/std@0.136.0/streams/mod.ts"; | ||
} from "https://deno.land/std@0.140.0/io/mod.ts"; | ||
export * as streams from "https://deno.land/std@0.140.0/streams/mod.ts"; | ||
export type { | ||
ReadableStreamFromReaderOptions, | ||
WritableStreamFromWriterOptions, | ||
} from "https://deno.land/std@0.136.0/streams/mod.ts"; | ||
export * as fs from "https://deno.land/std@0.136.0/fs/mod.ts"; | ||
} from "https://deno.land/std@0.140.0/streams/mod.ts"; | ||
export * as fs from "https://deno.land/std@0.140.0/fs/mod.ts"; | ||
export type { | ||
CopyOptions, | ||
ExpandGlobOptions, | ||
WalkEntry, | ||
WalkOptions, | ||
} from "https://deno.land/std@0.136.0/fs/mod.ts"; | ||
export * as log from "https://deno.land/std@0.136.0/log/mod.ts"; | ||
} from "https://deno.land/std@0.140.0/fs/mod.ts"; | ||
export * as log from "https://deno.land/std@0.140.0/log/mod.ts"; | ||
export type { | ||
FormatterFunction, | ||
HandlerOptions, | ||
LevelName, | ||
LogConfig, | ||
LogMode, | ||
} from "https://deno.land/std@0.136.0/log/mod.ts"; | ||
export * as flags from "https://deno.land/std@0.136.0/flags/mod.ts"; | ||
} from "https://deno.land/std@0.140.0/log/mod.ts"; | ||
export * as flags from "https://deno.land/std@0.140.0/flags/mod.ts"; | ||
export type { | ||
Args, | ||
ParseOptions, | ||
} from "https://deno.land/std@0.136.0/flags/mod.ts"; | ||
export { colors } from "https://deno.land/x/cliffy@v0.20.1/ansi/colors.ts"; | ||
} from "https://deno.land/std@0.140.0/flags/mod.ts"; | ||
export { colors } from "https://deno.land/x/cliffy@v0.24.2/ansi/colors.ts"; | ||
export { default as shq } from "https://esm.sh/shq@1.0.2"; |