Minor Changes
- 5db622e: BREAKING: Align exports fields. If you want to import from CLI instead of main entrypoint (
import { ... } from 'providence-analytics';
) using export maps, you can now do so withimport { ... } from 'providence-analytics/src/cli';
instead ofimport { ... } from 'providence-analytics/src/cli/index.js';
.