|
1 | | -export * as path from 'https://deno.land/std@0.222.1/path/mod.ts' |
2 | | -export { mergeReadableStreams } from 'https://deno.land/std@0.204.0/streams/merge_readable_streams.ts' |
3 | | -export * as fmt from 'https://deno.land/std@0.204.0/fmt/colors.ts' |
4 | | -export * as dotenv from 'https://deno.land/std@0.204.0/dotenv/mod.ts' |
5 | | -export { parse } from 'https://deno.land/std@0.204.0/jsonc/parse.ts' |
| 1 | +export * as path from 'jsr:@std/path' |
| 2 | +export { mergeReadableStreams } from 'jsr:@std/streams' |
| 3 | + |
| 4 | +export * as dotenv from 'jsr:@std/dotenv' |
| 5 | +export * as fmt from 'jsr:@std/fmt/colors' |
| 6 | + |
| 7 | +export { parse } from 'jsr:@std/jsonc' |
| 8 | +// Maybe use npm specifier |
6 | 9 |
|
7 | 10 | export { xml2js } from 'https://deno.land/x/xml2js@1.0.0/mod.ts' |
8 | | -export { Command, EnumType, ValidationError } from 'https://deno.land/x/cliffy@v1.0.0-rc.3/command/mod.ts' |
9 | | -export { deepmerge } from 'https://deno.land/x/deepmergets@v5.1.0/dist/deno/index.ts' |
| 11 | +export { Command, EnumType, ValidationError } from 'jsr:@cliffy/command@1.0.0-rc.7' |
| 12 | +export { deepmerge } from 'jsr:@rebeccastevens/deepmerge' |
10 | 13 | export { readNdjson } from 'https://deno.land/x/ndjson@1.1.0/mod.ts' |
11 | 14 |
|
12 | 15 | import { monotonicFactory } from 'https://deno.land/x/ulid@v0.3.0/mod.ts' |
13 | 16 | const ulid = monotonicFactory() |
14 | 17 | export { ulid } |
15 | 18 |
|
16 | | -export { z } from 'https://deno.land/x/zod@v3.22.4/mod.ts' |
| 19 | +export { z } from 'https://deno.land/x/zod@v3.23.8/mod.ts' |
17 | 20 | export { globber } from 'https://deno.land/x/globber@0.1.0/mod.ts' |
18 | 21 | export { zodToJsonSchema } from 'npm:zod-to-json-schema' |
0 commit comments