mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-04-30 16:21:10 +00:00
chore: bump deps and release 0.2.2
This commit is contained in:
parent
49d0079e46
commit
9ff4d6da44
2 changed files with 4 additions and 4 deletions
|
@ -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
4
deno.lock
generated
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue