chore: bump deps and release 0.2.2

This commit is contained in:
Shibo Lyu 2024-10-10 15:31:35 +08:00
parent 49d0079e46
commit 9ff4d6da44
2 changed files with 4 additions and 4 deletions

View file

@ -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"
},

4
deno.lock generated
View file

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