File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ await build({
4141 } ,
4242 importMap : "deno.json" ,
4343 mappings : {
44- "https://deno.land/x/is_what@v4.1.13 /src/index.ts" : "is-what" ,
44+ "https://deno.land/x/is_what@v4.1.15 /src/index.ts" : "is-what" ,
4545 "https://deno.land/x/outdent@v0.8.0/mod.ts" : "outdent" ,
4646 "./src/utils/flock.deno.ts" : "./src/utils/flock.node.ts"
4747 } ,
Original file line number Diff line number Diff line change 2828 "exclude" : [" dist/" ]
2929 },
3030 "imports" : {
31- "is-what" : " https://deno.land/x/is_what@v4.1.8 /src/index.ts" ,
32- "deno/" : " https://deno.land/std@0.189 .0/"
31+ "is-what" : " https://deno.land/x/is_what@v4.1.15 /src/index.ts" ,
32+ "deno/" : " https://deno.land/std@0.191 .0/"
3333 }
3434}
Original file line number Diff line number Diff line change 1- import * as is_what from "https://deno.land/x/is_what@v4.1.13 /src/index.ts"
1+ import * as is_what from "https://deno.land/x/is_what@v4.1.15 /src/index.ts"
22export { is_what }
33
4- import { type PlainObject } from "https://deno.land/x/is_what@v4.1.13 /src/index.ts"
4+ import { type PlainObject } from "https://deno.land/x/is_what@v4.1.15 /src/index.ts"
55export type { PlainObject }
66
77import * as outdent from "https://deno.land/x/outdent@v0.8.0/mod.ts"
88export { outdent }
99
1010// importing super specifically to reduce final npm bundle size
11- import * as crypto from "https://deno.land/std@0.190 .0/crypto/mod.ts"
12- import { moveSync } from "https://deno.land/std@0.190 .0/fs/move.ts"
13- import { readLines } from "https://deno.land/std@0.190 .0/io/read_lines.ts"
14- import { writeAll } from "https://deno.land/std@0.190 .0/streams/write_all.ts"
15- import { parse as parseYaml } from "https://deno.land/std@0.190 .0/yaml/parse.ts"
11+ import * as crypto from "https://deno.land/std@0.191 .0/crypto/mod.ts"
12+ import { moveSync } from "https://deno.land/std@0.191 .0/fs/move.ts"
13+ import { readLines } from "https://deno.land/std@0.191 .0/io/read_lines.ts"
14+ import { writeAll } from "https://deno.land/std@0.191 .0/streams/write_all.ts"
15+ import { parse as parseYaml } from "https://deno.land/std@0.191 .0/yaml/parse.ts"
1616
1717const streams = { writeAll }
1818const io = { readLines }
You can’t perform that action at this time.
0 commit comments