Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Nov 30, 2024
1 parent 3c97eb4 commit b0aa0e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cross/kv",
"version": "0.17.2",
"version": "0.17.3",
"exports": {
".": "./mod.ts",
"./cli": "./src/cli/mod.ts"
Expand All @@ -16,13 +16,13 @@
"useUnknownInCatchVariables": false
},
"imports": {
"@cross/fs": "jsr:@cross/fs@^0.1.11",
"@cross/runtime": "jsr:@cross/runtime@^1.0.0",
"@cross/test": "jsr:@cross/test@^0.0.9",
"@cross/utils": "jsr:@cross/utils@^0.16.0",
"@std/assert": "jsr:@std/assert@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.4",
"cbor-x": "npm:cbor-x@^1.5.9"
"@cross/fs": "jsr:@cross/fs@~0.1.11",
"@cross/runtime": "jsr:@cross/runtime@^1.1.0",
"@cross/test": "jsr:@cross/test@~0.0.10",
"@cross/utils": "jsr:@cross/utils@~0.16.0",
"@std/assert": "jsr:@std/assert@~1.0.4",
"@std/path": "jsr:@std/path@~1.0.4",
"cbor-x": "npm:cbor-x@~1.6.0"
},
"publish": {
"exclude": [".github", "test/*"]
Expand Down

0 comments on commit b0aa0e5

Please sign in to comment.