From da0bac8c4d3580c28ffb233097c47503531a82c8 Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Thu, 3 Apr 2025 19:03:05 +0530 Subject: [PATCH] add @std/path dep --- deno.json | 1 + deno.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/deno.json b/deno.json index 430d46be..e56618d7 100644 --- a/deno.json +++ b/deno.json @@ -81,6 +81,7 @@ "@std/fs": "jsr:@std/fs@^0.229.3", "@std/json": "jsr:@std/json@^0.223.0", "@std/media-types": "jsr:@std/media-types@^0.224.1", + "@std/path": "jsr:@std/path@^1.0.8", "@std/streams": "jsr:@std/streams@^0.223.0", "@std/testing": "jsr:@std/testing@^1.0.9", "blurhash": "npm:blurhash@2.0.5", diff --git a/deno.lock b/deno.lock index 8cbff313..0356894a 100644 --- a/deno.lock +++ b/deno.lock @@ -1573,6 +1573,7 @@ "jsr:@std/fs@~0.229.3", "jsr:@std/json@0.223", "jsr:@std/media-types@~0.224.1", + "jsr:@std/path@^1.0.8", "jsr:@std/streams@0.223", "jsr:@std/testing@^1.0.9", "npm:@cashu/cashu-ts@^2.2.0",