Skip to content

v0.0.2 📈 Storage improvements, Bun compatibility, and static imports

Latest
Compare
Choose a tag to compare
@Ashu11-A Ashu11-A released this 22 Oct 19:48
· 10 commits to workspace since this release

Full Changelog: v0.0.1-canary...v0.0.2-canary


Changes

  • 📦 Storing package.json in Buffer
    The package.json is now stored directly in a Buffer, correcting the correct availability in external packages and in the manipulation of information.

  • 🥯 Correction of PKG_MODE for compatibility with Bun
    We have corrected the functionality of PKG_MODE to ensure full compatibility with the Bun runtime.

  • ⏳ Processing time display
    Database calls now show the time required for execution

  • ❌ Removal of glob from packages and use of static imports
    The glob dependency has been removed from packages, and imports are now carried out statically. This was necessary because the Bun build does not dynamically import them into the build, so it was necessary to switch to a static build, generating all the necessary imports to correctly record the data in memory.