@bungres/kit 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3334,7 +3334,7 @@ async function ensureDatabase2(dbUrl) {
|
|
|
3334
3334
|
// package.json
|
|
3335
3335
|
var package_default = {
|
|
3336
3336
|
name: "@bungres/kit",
|
|
3337
|
-
version: "0.6.
|
|
3337
|
+
version: "0.6.1",
|
|
3338
3338
|
description: "CLI toolkit for @bungres/orm \u2014 migrate, push, generate, pull",
|
|
3339
3339
|
license: "MIT",
|
|
3340
3340
|
engines: {
|