fix(packages): correct pname typo, add missing category, add sed warning, fix indent

- graphify: fix pname typo graphifyy -> graphify
- container-use: add missing passthru.category
- radar: add brittleness warning on postPatch sed block
- freebuff: fix extractNpmPkg indentation
This commit is contained in:
2026-06-17 14:11:20 +03:00
parent eae85ce989
commit 8d8f56664d
4 changed files with 62 additions and 55 deletions

View File

@@ -25,6 +25,9 @@ let
postPatch = ''
# Fix missing resolved URLs for packages under web/node_modules/
# WARNING: This sed is version-specific if upstream bumps a
# transitive dep version, the patterns silently fail and the
# build breaks. Update resolved/integrity values when bumping radar.
# that are actually external npm packages (not workspace links).
# Insert "resolved" and "integrity" after the "version" field
# for each affected package using sed.