@h3ravel/arquebus 0.6.1 → 0.6.2

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
@@ -5464,7 +5464,7 @@ var MigrationCreator = class {
5464
5464
  //#endregion
5465
5465
  //#region package.json
5466
5466
  var name = "@h3ravel/arquebus";
5467
- var version = "0.6.0";
5467
+ var version = "0.6.1";
5468
5468
  var packageManager = "pnpm@10.14.0";
5469
5469
  var description = "Arquebus ORM is a Beautiful, expressive ORM inspired by Laravel's Eloquent, designed for TypeScript applications and for the H3ravel Framework.";
5470
5470
  var homepage = "https://h3ravel.toneflix.net/arquebus";
@@ -5572,7 +5572,8 @@ var exports$1 = {
5572
5572
  "default": "./dist/browser/index.cjs"
5573
5573
  }
5574
5574
  },
5575
- "./package.json": "./package.json"
5575
+ "./package.json": "./package.json",
5576
+ "./types": "./types"
5576
5577
  };
5577
5578
  var repository = {
5578
5579
  "type": "git",
package/bin/index.js CHANGED
@@ -5459,7 +5459,7 @@ var MigrationCreator = class {
5459
5459
  //#endregion
5460
5460
  //#region package.json
5461
5461
  var name = "@h3ravel/arquebus";
5462
- var version = "0.6.0";
5462
+ var version = "0.6.1";
5463
5463
  var packageManager = "pnpm@10.14.0";
5464
5464
  var description = "Arquebus ORM is a Beautiful, expressive ORM inspired by Laravel's Eloquent, designed for TypeScript applications and for the H3ravel Framework.";
5465
5465
  var homepage = "https://h3ravel.toneflix.net/arquebus";
@@ -5567,7 +5567,8 @@ var exports = {
5567
5567
  "default": "./dist/browser/index.cjs"
5568
5568
  }
5569
5569
  },
5570
- "./package.json": "./package.json"
5570
+ "./package.json": "./package.json",
5571
+ "./types": "./types"
5571
5572
  };
5572
5573
  var repository = {
5573
5574
  "type": "git",
package/dist/index.d.cts CHANGED
@@ -4647,16 +4647,16 @@ declare class Collection$2<I extends Model$2> extends Collection$1<I> {
4647
4647
  append(attributes: any): this;
4648
4648
  only(keys: any[]): any;
4649
4649
  getDictionary(items?: ICollection<any> | any[]): TGeneric;
4650
- toData(): (I | {
4650
+ toData(): ({
4651
4651
  [x: string]: any;
4652
4652
  [x: number]: any;
4653
4653
  [x: symbol]: any;
4654
- })[];
4655
- toJSON(): (I | {
4654
+ } | I)[];
4655
+ toJSON(): ({
4656
4656
  [x: string]: any;
4657
4657
  [x: number]: any;
4658
4658
  [x: symbol]: any;
4659
- })[];
4659
+ } | I)[];
4660
4660
  toJson(...args: any[]): string;
4661
4661
  [Symbol.iterator]: () => Iterator<I>;
4662
4662
  }
package/dist/index.d.ts CHANGED
@@ -4647,16 +4647,16 @@ declare class Collection$2<I extends Model$2> extends Collection$1<I> {
4647
4647
  append(attributes: any): this;
4648
4648
  only(keys: any[]): any;
4649
4649
  getDictionary(items?: ICollection<any> | any[]): TGeneric;
4650
- toData(): (I | {
4650
+ toData(): ({
4651
4651
  [x: string]: any;
4652
4652
  [x: number]: any;
4653
4653
  [x: symbol]: any;
4654
- })[];
4655
- toJSON(): (I | {
4654
+ } | I)[];
4655
+ toJSON(): ({
4656
4656
  [x: string]: any;
4657
4657
  [x: number]: any;
4658
4658
  [x: symbol]: any;
4659
- })[];
4659
+ } | I)[];
4660
4660
  toJson(...args: any[]): string;
4661
4661
  [Symbol.iterator]: () => Iterator<I>;
4662
4662
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/arquebus",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
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": {
@@ -111,7 +111,8 @@
111
111
  "default": "./dist/browser/index.cjs"
112
112
  }
113
113
  },
114
- "./package.json": "./package.json"
114
+ "./package.json": "./package.json",
115
+ "./types": "./types"
115
116
  },
116
117
  "repository": {
117
118
  "type": "git",