Full Changelog: v0.0.1-canary...v0.0.2-canary
Changes
-
📦 Storing
package.json
in Buffer
Thepackage.json
is now stored directly in aBuffer
, 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 ofPKG_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
Theglob
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.