Skip to content

Commit

Permalink
feat: upgrade deno_std to 0.160.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 19, 2022
1 parent e92ae09 commit be49716
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/deps.test.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { assert, assertEquals, assertRejects, assertThrows } from "https://deno.land/std@0.158.0/testing/asserts.ts";
export { assert, assertEquals, assertRejects, assertThrows } from "https://deno.land/std@0.160.0/testing/asserts.ts";
10 changes: 5 additions & 5 deletions src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * as colors from "https://deno.land/std@0.158.0/fmt/colors.ts";
export * as fs from "https://deno.land/std@0.158.0/fs/mod.ts";
export { Buffer } from "https://deno.land/std@0.158.0/io/buffer.ts";
export * as path from "https://deno.land/std@0.158.0/path/mod.ts";
export { readAll, writeAllSync } from "https://deno.land/std@0.158.0/streams/conversion.ts";
export * as colors from "https://deno.land/std@0.160.0/fmt/colors.ts";
export * as fs from "https://deno.land/std@0.160.0/fs/mod.ts";
export { Buffer } from "https://deno.land/std@0.160.0/io/buffer.ts";
export * as path from "https://deno.land/std@0.160.0/path/mod.ts";
export { readAll, writeAllSync } from "https://deno.land/std@0.160.0/streams/conversion.ts";
export { RealEnvironment as DenoWhichRealEnvironment, which, whichSync } from "https://deno.land/x/which@0.2.1/mod.ts";

0 comments on commit be49716

Please sign in to comment.