Skip to content

Commit

Permalink
deps and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinta365 committed May 22, 2024
1 parent c01b1a0 commit 2b4fca3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cross/jwt",
"version": "0.4.7",
"version": "0.4.8",
"exports": "./mod.ts",

"tasks": {
Expand All @@ -12,9 +12,9 @@
},
"imports": {
"@cross/deepmerge": "jsr:@cross/deepmerge@^1.0.0",
"@cross/fs": "jsr:@cross/fs@^0.0.8",
"@cross/fs": "jsr:@cross/fs@^0.1.11",
"@cross/test": "jsr:@cross/test@^0.0.9",
"@std/assert": "jsr:@std/assert@^0.221.0",
"@std/encoding": "jsr:@std/encoding@^0.220.1"
"@std/assert": "jsr:@std/assert@^0.225.3",
"@std/encoding": "jsr:@std/encoding@^0.224.2"
}
}

0 comments on commit 2b4fca3

Please sign in to comment.