|
1 | | -export type { Context, Item } from "jsr:@shougo/ddc-vim@6.0.0/types"; |
2 | | -export { BaseSource } from "jsr:@shougo/ddc-vim@6.0.0/types"; |
| 1 | +export type { Context, Item } from "jsr:@shougo/ddc-vim@^6.0.0/types"; |
| 2 | +export { BaseSource } from "jsr:@shougo/ddc-vim@^6.0.0/types"; |
3 | 3 | export type { |
4 | 4 | GatherArguments, |
5 | 5 | GetCompletePositionArguments, |
6 | | -} from "jsr:@shougo/ddc-vim@6.0.0/source"; |
| 6 | +} from "jsr:@shougo/ddc-vim@^6.0.0/source"; |
7 | 7 |
|
8 | | -export type { Denops } from "jsr:@denops/std@7.0.1"; |
9 | | -export * as fn from "jsr:@denops/std@7.0.1/function"; |
10 | | -export * as vars from "jsr:@denops/std@7.0.1/variable"; |
| 8 | +export type { Denops } from "jsr:@denops/std@^7.0.1"; |
| 9 | +export * as fn from "jsr:@denops/std@^7.0.1/function"; |
| 10 | +export * as vars from "jsr:@denops/std@^7.0.1/variable"; |
11 | 11 |
|
12 | | -export * as path from "jsr:@std/path@1.0.2"; |
13 | | -export * as fs from "jsr:@std/fs@1.0.0"; |
14 | | -export * as asserts from "jsr:@std/assert@1.0.1"; |
15 | | -export * as posix from "jsr:@std/path@1.0.2/posix"; |
16 | | -export * as windows from "jsr:@std/path@1.0.2/windows"; |
| 12 | +export * as path from "jsr:@std/path@^1.0.2"; |
| 13 | +export * as fs from "jsr:@std/fs@^1.0.0"; |
| 14 | +export * as asserts from "jsr:@std/assert@^1.0.1"; |
| 15 | +export * as posix from "jsr:@std/path@^1.0.2/posix"; |
| 16 | +export * as windows from "jsr:@std/path@^1.0.2/windows"; |
17 | 17 |
|
18 | 18 | export { |
19 | 19 | asyncIteratorFrom as fromA, |
|
0 commit comments