-
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.
build(deps): bump std from 0.204.0 to 0.205.0 (#138)
Co-authored-by: denopendabot <[email protected]>
- Loading branch information
1 parent
b4e5da6
commit f9be78a
Showing
1 changed file
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ export * from "https://deno.land/x/[email protected]/mod.ts"; | |
export { isString } from "https://deno.land/x/[email protected]/mod.ts"; | ||
export * as autocmd from "https://deno.land/x/[email protected]/autocmd/mod.ts"; | ||
export { Table } from "https://deno.land/x/[email protected]/table/mod.ts"; | ||
export { assertEquals } from "https://deno.land/std@0.204.0/assert/assert_equals.ts"; | ||
export { assertEquals } from "https://deno.land/std@0.205.0/assert/assert_equals.ts"; | ||
export { datetime } from "https://deno.land/x/[email protected]/mod.ts"; | ||
export * as mapping from "https://deno.land/x/[email protected]/mapping/mod.ts"; | ||
export * as mapType from "https://deno.land/x/[email protected]/mapping/types.ts"; | ||
export * as vars from "https://deno.land/x/[email protected]/variable/mod.ts"; | ||
export * as path from "https://deno.land/std@0.204.0/path/mod.ts"; | ||
export * as fs from "https://deno.land/std@0.204.0/fs/mod.ts"; | ||
export * as path from "https://deno.land/std@0.205.0/path/mod.ts"; | ||
export * as fs from "https://deno.land/std@0.205.0/fs/mod.ts"; | ||
export { open } from "https://deno.land/x/[email protected]/index.ts"; | ||
export { Buffer } from "https://deno.land/std@0.204.0/io/buffer.ts"; | ||
export { Buffer } from "https://deno.land/std@0.205.0/io/buffer.ts"; | ||
export * as dax from "https://deno.land/x/[email protected]/mod.ts"; |