Commit 23fc263
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-51 parent e4f1880 commit 23fc263
2 files changed
Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments