v1.4.0-canary.3
Pre-release
Pre-release
1.4.0-canary.3 (2025-01-28)
⚠ BREAKING CHANGES
- declared internal exports in package.json
Bug Fixes
- fixed npm build script to use tsconfig.build (53667d1)
Features
- defined exports property in package.json (751259e)
- exported Hellocash class within root/index.ts (79dd24e)
Miscellaneous Chores
- declared internal exports in package.json (6596876)
- disabled stripInternal by setting it to false (48d82e9)
- optimized tsconfig.build exclusion array (04b4cae)
- updated npmignore to exclude tsconfig.build (4879c14)
- updated npmignore to ignore raw source files (cdf29a1)
- updated tsconfig exclusion array (07a08c8)
Code Refactorings
- created index file that re-exports /articles functions (08fd86f)
- created index file that re-exports /categories functions (a0d70b1)
- created index file that re-exports /customers functions (676d630)
- created index file that re-exports /invoices functions (2d418cb)
- removed StripZodDefault type from schema infers (4588db9)