@gene-code/rehype@0.0.7
Patch Changes
- #4
7d0350bThanks @neznayer! - Fix the published package shipping an unresolvable"@gene-code/core": "workspace:*"dependency. Theworkspace:protocol is now rewritten to the
concrete core version (^x.y.z) at pack time, so@gene-code/rehypeinstalls
correctly from npm while the source manifest keepsworkspace:*for local
development.