Skip to content

v0.4.2

Latest

Choose a tag to compare

@JoblersTune JoblersTune released this 30 Jan 11:21
· 1 commit to main since this release
  • Move all dependencies to "dependencies" to support TypeScript exports. Since we are exporting TypeScript files instead of precompiled JavaScript, all dependencies must be listed under "dependencies" rather than "devDependencies." This ensures that consumer projects, which are responsible for compiling the TypeScript, have access to all required modules.