v4.1.0
What's Changed
- Add package.json exports for
derby/dist/{components,parsing,templates,test-utils}
by @ericyhwang in #632- This enables usage of those files in TypeScript with the default classic
moduleResolution
. - If using "node16" or "nodenext"
moduleResolution
in your tsconfig.json, then prefer the paths withoutdist
, such as'derby/test-utils'
.
- This enables usage of those files in TypeScript with the default classic
Full Changelog: v4.0.0...v4.1.0