@h3ravel/arquebus 0.7.6-alpha.4 → 0.7.7

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/bin/index.cjs CHANGED
@@ -5494,7 +5494,7 @@ var MigrationCreator = class {
5494
5494
 
5495
5495
  //#endregion
5496
5496
  //#region package.json
5497
- var version = "0.7.6";
5497
+ var version = "0.8.0-alpha.6";
5498
5498
 
5499
5499
  //#endregion
5500
5500
  //#region src/cli/cli.ts
package/bin/index.js CHANGED
@@ -5468,7 +5468,7 @@ var MigrationCreator = class {
5468
5468
 
5469
5469
  //#endregion
5470
5470
  //#region package.json
5471
- var version = "0.7.6";
5471
+ var version = "0.8.0-alpha.6";
5472
5472
 
5473
5473
  //#endregion
5474
5474
  //#region src/cli/cli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/arquebus",
3
- "version": "0.7.6-alpha.4",
3
+ "version": "0.7.7",
4
4
  "description": "Arquebus ORM is a Beautiful, expressive ORM inspired by Laravel's Eloquent, designed for TypeScript applications and for the H3ravel Framework.",
5
5
  "homepage": "https://h3ravel.toneflix.net/arquebus",
6
6
  "bin": {
@@ -154,8 +154,8 @@
154
154
  ]
155
155
  },
156
156
  "dependencies": {
157
- "@h3ravel/shared": "^0.29.0-alpha.4",
158
- "@h3ravel/support": "^0.17.0-alpha.4",
157
+ "@h3ravel/shared": "^0.30.3",
158
+ "@h3ravel/support": "^0.16.4",
159
159
  "barrelize": "^1.6.4",
160
160
  "chalk": "^5.6.2",
161
161
  "chokidar": "^4.0.1",