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" ]