From c9f3d72992f89a9a21f83ada020477ca8a7c3415 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 2 Jul 2024 15:16:03 -0400 Subject: [PATCH] chore: bump plugin system schema version (#18) --- handleRequest.test.ts | 1 + info.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/handleRequest.test.ts b/handleRequest.test.ts index 0f1d4e6..9b2cf3f 100644 --- a/handleRequest.test.ts +++ b/handleRequest.test.ts @@ -8,6 +8,7 @@ const connInfo: Deno.ServeHandlerInfo = { hostname: "127.0.0.1", port: 80, }, + completed: Promise.resolve(), }; Deno.test("should get info.json", async () => { diff --git a/info.json b/info.json index 510d42e..4f9fcaa 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "schemaVersion": 4, - "pluginSystemSchemaVersion": 3, + "pluginSystemSchemaVersion": 4, "latest": [ { "name": "dprint-plugin-typescript",