Bun v1.2 is here!
This release brings major progress in Node.js compatibility, a key component of Bun’s value proposition.
But that’s not all - Bun 1.2 now includes: A built-in S3 object storage API
A built-in Postgres client
More here: https://bit.ly/3FTY6yE
Released `bun-plugin-dlight` 0.5! Did you know you can use Bun.build to transpile and bundle html/js/ts? This is a simple plugin for `Bun.build` that lets you transpile DLight views for your web app (see https://dlight.dev)
People versed in Javascript/Node.js package managers (npm, yarn, and company): Is there any reason that a lockfile *shouldn't* be committed to a repository?
I'm usually *for* committing lockfiles, but I've noticed some people in the JS ecosystem don't include them for reasons that are unclear to me.