-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies * update test deps * update test file * fix tests * fix tests
- Loading branch information
1 parent
1fb4e17
commit 9cd6b0b
Showing
7 changed files
with
88 additions
and
104 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 |
---|---|---|
|
@@ -3,5 +3,5 @@ export * as Line from "https://deno.land/x/[email protected]/mod.ts"; | |
import { ConsoleLogger } from "https://deno.land/x/[email protected]/mod.ts"; | ||
const consoleLogger = new ConsoleLogger({}); | ||
export { consoleLogger as ConsoleLogger }; | ||
export { assertEquals } from "https://deno.land/std@0.168.0/testing/asserts.ts"; | ||
export * as colours from "https://deno.land/std@0.168.0/fmt/colors.ts"; | ||
export { assertEquals } from "https://deno.land/std@0.196.0/testing/asserts.ts"; | ||
export * as colours from "https://deno.land/std@0.196.0/fmt/colors.ts"; |
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,19 +1,19 @@ | ||
import { Drash } from "https://deno.land/x/[email protected]/mod.ts"; // up to date | ||
|
||
import * as fs from "https://deno.land/std@0.168.0/fs/mod.ts"; // up to date | ||
import * as fs from "https://deno.land/std@0.198.0/fs/mod.ts"; // up to date | ||
|
||
import * as colors from "https://deno.land/std@0.168.0/fmt/colors.ts"; //up to date | ||
import * as colors from "https://deno.land/std@0.198.0/fmt/colors.ts"; //up to date | ||
|
||
import * as Cliffy from "https://x.nest.land/[email protected]/mod.ts"; //up to date | ||
|
||
import * as log from "https://deno.land/std@0.168.0/log/mod.ts"; //up to date | ||
import * as log from "https://deno.land/std@0.198.0/log/mod.ts"; //up to date | ||
|
||
export { v4 } from "https://deno.land/std@0.168.0/uuid/mod.ts"; //up to date | ||
export { v4 } from "https://deno.land/std@0.198.0/uuid/mod.ts"; //up to date | ||
|
||
export { Cliffy, colors, Drash, fs, log }; | ||
|
||
export { Something } from "https://raw.githubusercontent.com/drashland/wocket/v1.0.0/mod.ts"; | ||
|
||
export { createBot } from "https://deno.land/x/discordeno@17.0.1/mod.ts"; | ||
export { createBot } from "https://deno.land/x/discordeno@18.0.1/mod.ts"; | ||
|
||
import _Table from "https://unpkg.com/[email protected].0/dist/index.mjs"; | ||
import _Table from "https://unpkg.com/[email protected].2/dist/index.mjs"; |
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,19 +1,19 @@ | ||
import { Drash } from "https://deno.land/x/[email protected]/mod.ts"; // up to date | ||
|
||
import * as fs from "https://deno.land/std@0.168.0/fs/mod.ts"; // up to date | ||
import * as fs from "https://deno.land/std@0.198.0/fs/mod.ts"; // up to date | ||
|
||
import * as colors from "https://deno.land/std@0.168.0/fmt/colors.ts"; //up to date | ||
import * as colors from "https://deno.land/std@0.198.0/fmt/colors.ts"; //up to date | ||
|
||
import * as Cliffy from "https://x.nest.land/[email protected]/mod.ts"; //up to date | ||
|
||
import * as log from "https://deno.land/std@0.168.0/log/mod.ts"; //up to date | ||
import * as log from "https://deno.land/std@0.198.0/log/mod.ts"; //up to date | ||
|
||
export { v4 } from "https://deno.land/std@0.168.0/uuid/mod.ts"; //up to date | ||
export { v4 } from "https://deno.land/std@0.198.0/uuid/mod.ts"; //up to date | ||
|
||
export { Cliffy, colors, Drash, fs, log }; | ||
|
||
export { Something } from "https://raw.githubusercontent.com/drashland/wocket/v1.0.0/mod.ts"; | ||
|
||
export { createBot } from "https://deno.land/x/discordeno@17.0.1/mod.ts"; | ||
export { createBot } from "https://deno.land/x/discordeno@18.0.1/mod.ts"; | ||
|
||
import _Table from "https://unpkg.com/[email protected].0/dist/index.mjs"; | ||
import _Table from "https://unpkg.com/[email protected].2/dist/index.mjs"; |
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