@h3ravel/arquebus 0.6.9 → 0.6.11

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.8";
5492
+ var version = "0.6.10";
5493
5493
 
5494
5494
  //#endregion
5495
5495
  //#region src/cli/cli.ts
@@ -5463,7 +5463,7 @@ var MigrationCreator = class {
5463
5463
 
5464
5464
  //#endregion
5465
5465
  //#region package.json
5466
- var version = "0.6.8";
5466
+ var version = "0.6.10";
5467
5467
 
5468
5468
  //#endregion
5469
5469
  //#region src/cli/cli.ts
@@ -5688,7 +5688,7 @@ var Cli = class Cli {
5688
5688
  ...this.config,
5689
5689
  skipConnection: false
5690
5690
  });
5691
- const { SeederRunner: SeederRunner$1 } = await import("./seeders-C0schOjT.mjs");
5691
+ const { SeederRunner: SeederRunner$1 } = await import("./seeders-DIkcRliK.js");
5692
5692
  const runner = new SeederRunner$1(arquebus$1);
5693
5693
  const seederPath = path.join(basePath, ((_this$config$seeders = this.config.seeders) === null || _this$config$seeders === void 0 ? void 0 : _this$config$seeders.path) ?? "./seeders");
5694
5694
  await runner.setConnection(this.config.client).run([seederPath]);
@@ -0,0 +1,3 @@
1
+ import { t as runner_default } from "./index.js";
2
+
3
+ export { runner_default as SeederRunner };
@@ -1,6 +1,6 @@
1
- import * as dayjs0 from "dayjs";
2
1
  import { Collection as Collection$1 } from "collect.js";
3
2
  import Knex$1, { Knex } from "knex";
3
+ import * as dayjs0 from "dayjs";
4
4
 
5
5
  //#region src/collection.d.ts
6
6
  declare class Collection<I$1 extends Model$1 | Model$2> extends Collection$1<I$1> implements ICollection<I$1> {
@@ -4647,16 +4647,16 @@ declare class Collection$2<I$1 extends Model$2> extends Collection$1<I$1> {
4647
4647
  append(attributes: any): this;
4648
4648
  only(keys: any[]): any;
4649
4649
  getDictionary(items?: ICollection<any> | any[]): TGeneric;
4650
- toData(): ({
4650
+ toData(): (I$1 | {
4651
4651
  [x: string]: any;
4652
4652
  [x: number]: any;
4653
4653
  [x: symbol]: any;
4654
- } | I$1)[];
4655
- toJSON(): ({
4654
+ })[];
4655
+ toJSON(): (I$1 | {
4656
4656
  [x: string]: any;
4657
4657
  [x: number]: any;
4658
4658
  [x: symbol]: any;
4659
- } | I$1)[];
4659
+ })[];
4660
4660
  toJson(...args: any[]): string;
4661
4661
  [Symbol.iterator]: () => Iterator<I$1>;
4662
4662
  }
@@ -1,4 +1,4 @@
1
- import { t as __export } from "./chunk-BD38OWEx.mjs";
1
+ import { t as __export } from "./chunk-Bop6jNiL.js";
2
2
  import { FileSystem, Logger, TaskManager } from "@h3ravel/shared";
3
3
  import { assign, camel, diff, flat, get, isArray, isEmpty, isEqual, isString, omit, pick, set, snake, trim } from "radashi";
4
4
  import advancedFormat from "dayjs/plugin/advancedFormat.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/arquebus",
3
- "version": "0.6.9",
3
+ "version": "0.6.11",
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": {
package/bin/index.d.mts DELETED
@@ -1 +0,0 @@
1
- export { };
@@ -1,3 +0,0 @@
1
- import { t as runner_default } from "./index.mjs";
2
-
3
- export { runner_default as SeederRunner };