From 9ff4d6da443b5b371ad1397c3cc6a6d581481d24 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Thu, 10 Oct 2024 15:31:35 +0800 Subject: [PATCH] chore: bump deps and release 0.2.2 --- deno.json | 4 ++-- deno.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deno.json b/deno.json index db44322..2ba9731 100644 --- a/deno.json +++ b/deno.json @@ -1,13 +1,13 @@ { "name": "@blah/core", - "version": "0.2.1", + "version": "0.2.2", "exports": { "./crypto": "./crypto/mod.ts", "./identity": "./identity/mod.ts" }, "imports": { "@deno/dnt": "jsr:@deno/dnt@^0.41.3", - "@std/expect": "jsr:@std/expect@^1.0.3", + "@std/expect": "jsr:@std/expect@^1.0.4", "@std/testing": "jsr:@std/testing@^1.0.3", "zod": "npm:zod@^3.23.8" }, diff --git a/deno.lock b/deno.lock index 939742c..0be57a9 100644 --- a/deno.lock +++ b/deno.lock @@ -12,7 +12,7 @@ "jsr:@std/assert@^1.0.6": "jsr:@std/assert@1.0.6", "jsr:@std/bytes@^0.223.0": "jsr:@std/bytes@0.223.0", "jsr:@std/data-structures@^1.0.4": "jsr:@std/data-structures@1.0.4", - "jsr:@std/expect@^1.0.3": "jsr:@std/expect@1.0.4", + "jsr:@std/expect@^1.0.4": "jsr:@std/expect@1.0.4", "jsr:@std/fmt@1": "jsr:@std/fmt@1.0.2", "jsr:@std/fmt@^0.223": "jsr:@std/fmt@0.223.0", "jsr:@std/fs@1": "jsr:@std/fs@1.0.4", @@ -206,7 +206,7 @@ "workspace": { "dependencies": [ "jsr:@deno/dnt@^0.41.3", - "jsr:@std/expect@^1.0.3", + "jsr:@std/expect@^1.0.4", "jsr:@std/testing@^1.0.3", "npm:zod@^3.23.8" ]