Skip to content

fix(footer-framework): add src/ to files array in package.json#2

Open
pcaro wants to merge 1 commit into
BadLiveware:mainfrom
pcaro:main
Open

fix(footer-framework): add src/ to files array in package.json#2
pcaro wants to merge 1 commit into
BadLiveware:mainfrom
pcaro:main

Conversation

@pcaro
Copy link
Copy Markdown

@pcaro pcaro commented May 28, 2026

The src/ directory containing cell-runs.ts, stats-cache.ts, and text-metrics-cache.ts was missing from the published package's files array, causing extension load failures at runtime for consumers installing @badliveware/pi-footer-framework.

This adds "src/" to the files array in package.json so those modules are included in the npm package.


Summary by cubic

Fix npm package contents for @badliveware/pi-footer-framework by adding the missing src directory to the files array in package.json. Ensures cell-runs.ts, stats-cache.ts, and text-metrics-cache.ts are published and prevents runtime load failures.

Written for commit 69b556a. Summary will update on new commits.

Review in cubic

The src/ directory containing cell-runs.ts, stats-cache.ts, and
text-metrics-cache.ts was missing from the published package's
files array, causing extension load failures at runtime.
@pcaro pcaro marked this pull request as ready for review May 28, 2026 16:19
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Shadow auto-approve: would auto-approve.

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant