@h3ravel/arquebus 0.6.14 → 0.6.16

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
@@ -3378,7 +3378,6 @@ var Model = class Model extends BaseModel {
3378
3378
  return this;
3379
3379
  }
3380
3380
  async loadAggregate(relations, column, callback = null) {
3381
- console.log(relations);
3382
3381
  await new collection_default([this]).loadAggregate(relations, column, callback);
3383
3382
  return this;
3384
3383
  }
@@ -5489,7 +5488,7 @@ var MigrationCreator = class {
5489
5488
 
5490
5489
  //#endregion
5491
5490
  //#region package.json
5492
- var version = "0.6.13";
5491
+ var version = "0.6.16";
5493
5492
 
5494
5493
  //#endregion
5495
5494
  //#region src/cli/cli.ts
package/bin/index.js CHANGED
@@ -3352,7 +3352,6 @@ var Model = class Model extends BaseModel {
3352
3352
  return this;
3353
3353
  }
3354
3354
  async loadAggregate(relations, column, callback = null) {
3355
- console.log(relations);
3356
3355
  await new collection_default([this]).loadAggregate(relations, column, callback);
3357
3356
  return this;
3358
3357
  }
@@ -5463,7 +5462,7 @@ var MigrationCreator = class {
5463
5462
 
5464
5463
  //#endregion
5465
5464
  //#region package.json
5466
- var version = "0.6.13";
5465
+ var version = "0.6.16";
5467
5466
 
5468
5467
  //#endregion
5469
5468
  //#region src/cli/cli.ts
package/dist/index.cjs CHANGED
@@ -2042,7 +2042,6 @@ var Model = class Model extends BaseModel {
2042
2042
  return this;
2043
2043
  }
2044
2044
  async loadAggregate(relations, column, callback = null) {
2045
- console.log(relations);
2046
2045
  await new collection_default([this]).loadAggregate(relations, column, callback);
2047
2046
  return this;
2048
2047
  }
package/dist/index.js CHANGED
@@ -2016,7 +2016,6 @@ var Model = class Model extends BaseModel {
2016
2016
  return this;
2017
2017
  }
2018
2018
  async loadAggregate(relations, column, callback = null) {
2019
- console.log(relations);
2020
2019
  await new collection_default([this]).loadAggregate(relations, column, callback);
2021
2020
  return this;
2022
2021
  }
@@ -3268,7 +3268,6 @@ var Model = class Model extends BaseModel {
3268
3268
  return this;
3269
3269
  }
3270
3270
  async loadAggregate(relations, column, callback = null) {
3271
- console.log(relations);
3272
3271
  await new collection_default([this]).loadAggregate(relations, column, callback);
3273
3272
  return this;
3274
3273
  }
@@ -3244,7 +3244,6 @@ var Model = class Model extends BaseModel {
3244
3244
  return this;
3245
3245
  }
3246
3246
  async loadAggregate(relations, column, callback = null) {
3247
- console.log(relations);
3248
3247
  await new collection_default([this]).loadAggregate(relations, column, callback);
3249
3248
  return this;
3250
3249
  }
@@ -3339,7 +3339,6 @@ var Model = class Model extends BaseModel {
3339
3339
  return this;
3340
3340
  }
3341
3341
  async loadAggregate(relations, column, callback = null) {
3342
- console.log(relations);
3343
3342
  await new collection_default([this]).loadAggregate(relations, column, callback);
3344
3343
  return this;
3345
3344
  }
@@ -3301,7 +3301,6 @@ var Model = class Model extends BaseModel {
3301
3301
  return this;
3302
3302
  }
3303
3303
  async loadAggregate(relations, column, callback = null) {
3304
- console.log(relations);
3305
3304
  await new collection_default([this]).loadAggregate(relations, column, callback);
3306
3305
  return this;
3307
3306
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/arquebus",
3
- "version": "0.6.14",
3
+ "version": "0.6.16",
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.6",
138
- "@h3ravel/support": "^0.15.5",
137
+ "@h3ravel/shared": "^0.27.7",
138
+ "@h3ravel/support": "^0.15.6",
139
139
  "barrelize": "^1.6.4",
140
140
  "chalk": "^5.6.2",
141
141
  "chokidar": "^4.0.1",