From c756bb8cbc311ab8af4875c0c2a8283faa4c4cb7 Mon Sep 17 00:00:00 2001 From: b-fuze Date: Mon, 24 May 2021 13:42:01 -0400 Subject: [PATCH] feat: support Deno 1.10 native plugin interface --- deno-dom-native.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno-dom-native.ts b/deno-dom-native.ts index 66d3d77..f4e640d 100644 --- a/deno-dom-native.ts +++ b/deno-dom-native.ts @@ -16,7 +16,7 @@ if (denoNativePluginPath) { // Open native plugin and register the native `parse` function Deno.openPlugin(denoNativePluginPath); } else { - const releaseUrl = "https://github.com/b-fuze/deno-dom/releases/download/v0.1.2-alpha2"; + const releaseUrl = "https://github.com/b-fuze/deno-dom/releases/download/v0.1.12-alpha"; const pluginOptions: PerpareOptions = { name: "test_plugin",