@h3ravel/arquebus 0.6.11 → 0.6.13

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
@@ -5489,7 +5489,7 @@ var MigrationCreator = class {
5489
5489
 
5490
5490
  //#endregion
5491
5491
  //#region package.json
5492
- var version = "0.6.10";
5492
+ var version = "0.6.12";
5493
5493
 
5494
5494
  //#endregion
5495
5495
  //#region src/cli/cli.ts
package/bin/index.js CHANGED
@@ -5463,7 +5463,7 @@ var MigrationCreator = class {
5463
5463
 
5464
5464
  //#endregion
5465
5465
  //#region package.json
5466
- var version = "0.6.10";
5466
+ var version = "0.6.12";
5467
5467
 
5468
5468
  //#endregion
5469
5469
  //#region src/cli/cli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/arquebus",
3
- "version": "0.6.11",
3
+ "version": "0.6.13",
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": {
@@ -134,8 +134,8 @@
134
134
  ]
135
135
  },
136
136
  "dependencies": {
137
- "@h3ravel/shared": "^0.27.0",
138
- "@h3ravel/support": "^0.15.0",
137
+ "@h3ravel/shared": "^0.27.5",
138
+ "@h3ravel/support": "^0.15.4",
139
139
  "barrelize": "^1.6.4",
140
140
  "chalk": "^5.6.2",
141
141
  "chokidar": "^4.0.1",