We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855022c commit 85b6ca7Copy full SHA for 85b6ca7
deps.ts
@@ -1,5 +1,8 @@
1
export type {
2
Context,
3
Dispatcher,
4
-} from "https://deno.land/x/denops@v0.9/mod.ts";
5
-export { Denops, getCacheOrElse } from "https://deno.land/x/denops@v0.9/mod.ts";
+} from "https://deno.land/x/denops@v0.10/mod.ts";
+export {
6
+ Denops,
7
+ getCacheOrElse,
8
0 commit comments