Add jsr:@logtape/logtape@^0.6.3 dependency

This commit is contained in:
Steffo 2024-10-17 02:44:17 +02:00
parent c3e60e3c12
commit cdd2c37560
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
"imports": {
"@fedify/fedify": "jsr:@fedify/fedify@^1.0.2",
"@fedify/redis": "jsr:@fedify/redis@^0.3.0",
"@logtape/logtape": "jsr:@logtape/logtape@^0.6.3",
"@std/assert": "jsr:@std/assert@1",
"ioredis": "npm:ioredis@^5.4.1"
},

View file

@ -348,6 +348,7 @@
"dependencies": [
"jsr:@fedify/fedify@^1.0.2",
"jsr:@fedify/redis@^0.3.0",
"jsr:@logtape/logtape@^0.6.3",
"jsr:@std/assert@1",
"npm:ioredis@^5.4.1"
]