You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep helpers export in binding.template, add changeset
binding.template has a legitimate test consumer
(crossWindowBehaviors.ts imports dummyTemplateEngine). Keep
./helpers/* in its exports. Add changeset for the module path fix.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix broken ESM module paths and remove test helpers from published packages
32
+
33
+
The `module` field in 22 packages pointed to non-existent files (e.g., `dist/bind.js`). Fixed to `dist/index.js`. Test helpers are no longer included in published packages.
0 commit comments