Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 23, 2024
1 parent 512f228 commit 6ce3d2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**@cross/log - Flexible cross-runtime logging for Node.js, Deno, and Bun**

Part of the @cross suite - check out our growing collection of cross-runtime tools at [github.com/cross-org](https://github.com/cross-org).
Part of the @cross suite - check out our growing collection of cross-runtime
tools at [github.com/cross-org](https://github.com/cross-org).

## Installation

Expand Down
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cross/log",
"version": "0.10.4",
"version": "0.10.5",
"exports": {
".": "./mod.ts",
"./console": "./transports/console.ts",
Expand All @@ -9,9 +9,9 @@
"./newrelic": "./transports/newrelic.ts"
},
"imports": {
"@cross/deepmerge": "jsr:@cross/deepmerge@^0.2.1",
"@cross/test": "jsr:@cross/test@^0.0.8",
"@cross/utils": "jsr:@cross/utils@^0.6.1",
"@cross/deepmerge": "jsr:@cross/deepmerge@^1.0.0",
"@cross/test": "jsr:@cross/test@^0.0.9",
"@cross/utils": "jsr:@cross/utils@^0.7.1",
"@std/assert": "jsr:@std/assert@^0.220.1"
},
"publish": {
Expand Down

0 comments on commit 6ce3d2c

Please sign in to comment.