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
feat(toolkit): consolidate packages into @ocpp-debugkit/toolkit with subpath exports (#55)
* feat(toolkit): consolidate packages into @ocpp-debugkit/toolkit with subpath exports
- Create packages/toolkit/ with single @ocpp-debugkit/toolkit package
- Move core, scenarios, reporter, CLI code into src/ internal modules
- Add src/replay/ and src/react/ stub modules
- Configure subpath exports: /core, /scenarios, /reporter, /replay, /react, /cli, /fixtures
- Configure ESM build with TypeScript declarations, tree-shaking (sideEffects: false)
- CLI binary ocpp-debugkit via package.json#bin
- Update web app to consume @ocpp-debugkit/toolkit
- Delete old package directories (core, scenarios, reporter, cli)
- All 196 existing tests pass from new locations
- Update AGENTS.md and CURRENT_STATE.md
- Add changeset (minor bump)
Closes#54
* chore: remove changeset from consolidation PR - will add at release time
The changeset with a minor bump would trigger auto-publish of
@ocpp-debugkit/toolkit when PR #55 merges via the release workflow.
We don't want to publish until all v0.2.0 work is complete.
The changeset will be added as part of the release issue (#33).
0 commit comments