Skip to content

Commit bfa2599

Browse files
dahliacodex
andcommitted
Update LogTape to 2.0.5
Align the Deno and pnpm dependency pins for @logtape/file and @logtape/logtape with the 2.0.5 release. This also updates @fedify/init so newly scaffolded projects receive the same LogTape version. Regenerate deno.lock and pnpm-lock.yaml with `mise run install`, and verify the change with `mise run test:deno`, `mise run test:node`, and `mise run test:bun`. AI-assisted with OpenAI Codex. Reviewed and verified by the maintainer. Co-Authored-By: OpenAI Codex <codex@openai.com>
1 parent ab9266f commit bfa2599

5 files changed

Lines changed: 90 additions & 93 deletions

File tree

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@fxts/core": "npm:@fxts/core@^1.21.1",
3939
"@hongminhee/localtunnel": "jsr:@hongminhee/localtunnel@^0.3.0",
4040
"@js-temporal/polyfill": "npm:@js-temporal/polyfill@^0.5.1",
41-
"@logtape/file": "jsr:@logtape/file@^2.0.0",
42-
"@logtape/logtape": "jsr:@logtape/logtape@^2.0.0",
41+
"@logtape/file": "jsr:@logtape/file@^2.0.5",
42+
"@logtape/logtape": "jsr:@logtape/logtape@^2.0.5",
4343
"@nestjs/common": "npm:@nestjs/common@^11.0.1",
4444
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
4545
"@opentelemetry/context-async-hooks": "npm:@opentelemetry/context-async-hooks@^2.5.0",

deno.lock

Lines changed: 54 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/init/src/action/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const getDependencies = (
3434
{
3535
"@fedify/fedify": PACKAGE_VERSION,
3636
"@fedify/vocab": PACKAGE_VERSION,
37-
"@logtape/logtape": "^2.0.0",
37+
"@logtape/logtape": "^2.0.5",
3838
},
3939
merge(initializer.dependencies),
4040
merge(kv.dependencies),

0 commit comments

Comments
 (0)