@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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.0",
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bungres/kit",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "CLI toolkit for @bungres/orm — migrate, push, generate, pull",
5
5
  "license": "MIT",
6
6
  "engines": {