Skip to content

Commit 23fc263

Browse files
committed
Hoist @standard-schema/spec to the workspace root
The @standard-schema/spec import is shared by the fedify and testing packages, so it belongs at the workspace level rather than being declared per package. The root deno.json already lists it and workspace members inherit the root import map, making the copy in the fedify package's deno.json redundant; drop it. The pnpm side already sources the version from the catalog in pnpm-workspace.yaml, with each package.json referencing it as "catalog:". Assisted-by: Claude Code:claude-fable-5
1 parent e4f1880 commit 23fc263

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

deno.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fedify/deno.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"imports": {
1717
"@multiformats/base-x": "npm:@multiformats/base-x@^4.0.1",
18-
"@standard-schema/spec": "jsr:@standard-schema/spec@^1.1.0",
1918
"@std/assert": "jsr:@std/assert@^0.226.0",
2019
"@std/url": "jsr:@std/url@^0.225.1",
2120
"devalue": "npm:devalue@^5.8.1",

0 commit comments

Comments
 (0)