From 5f8d0f3782b51d6921597db386d447cc25ded66a Mon Sep 17 00:00:00 2001 From: Dj <43033058+DjDeveloperr@users.noreply.github.com> Date: Tue, 21 Mar 2023 00:06:09 +0530 Subject: [PATCH] chore: bump namedpipe version --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index db73470..e6da805 100644 --- a/deps.ts +++ b/deps.ts @@ -1 +1 @@ -export { connect } from "https://deno.land/x/namedpipe@0.1.1/mod.ts"; +export { connect } from "https://deno.land/x/namedpipe@0.1.2/mod.ts";