@h3ravel/arquebus 0.6.10 → 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.
@@ -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,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,18 +1,18 @@
1
1
  {
2
2
  "name": "@h3ravel/arquebus",
3
- "version": "0.6.10",
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": {
7
- "arquebus": "./bin/index.mjs"
7
+ "arquebus": "./bin/index.js"
8
8
  },
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "main": "./dist/index.mjs",
13
- "module": "./dist/index.mjs",
12
+ "main": "./dist/index.cjs",
13
+ "module": "./dist/index.js",
14
14
  "type": "module",
15
- "types": "./dist/index.d.mts",
15
+ "types": "./dist/index.d.ts",
16
16
  "files": [
17
17
  "dist",
18
18
  "bin",
@@ -22,8 +22,8 @@
22
22
  ".": {
23
23
  "cli": {
24
24
  "import": {
25
- "types": "./bin/index.d.mts",
26
- "default": "./bin/index.mjs"
25
+ "types": "./bin/index.d.ts",
26
+ "default": "./bin/index.js"
27
27
  },
28
28
  "require": {
29
29
  "types": "./bin/index.d.cts",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "worker": {
34
34
  "import": {
35
- "types": "./dist/index.d.mts",
36
- "default": "./dist/index.mjs"
35
+ "types": "./dist/index.d.ts",
36
+ "default": "./dist/index.js"
37
37
  },
38
38
  "require": {
39
39
  "types": "./dist/index.d.cts",
@@ -42,8 +42,8 @@
42
42
  },
43
43
  "node": {
44
44
  "import": {
45
- "types": "./dist/index.d.mts",
46
- "default": "./dist/index.mjs"
45
+ "types": "./dist/index.d.ts",
46
+ "default": "./dist/index.js"
47
47
  },
48
48
  "require": {
49
49
  "types": "./dist/index.d.cts",
@@ -52,8 +52,8 @@
52
52
  },
53
53
  "browser": {
54
54
  "import": {
55
- "types": "./dist/browser/index.d.mts",
56
- "default": "./dist/browser/index.mjs"
55
+ "types": "./dist/browser/index.d.ts",
56
+ "default": "./dist/browser/index.js"
57
57
  },
58
58
  "require": {
59
59
  "types": "./dist/browser/index.d.cts",
@@ -62,8 +62,8 @@
62
62
  },
63
63
  "default": {
64
64
  "import": {
65
- "types": "./dist/index.d.mts",
66
- "default": "./dist/index.mjs"
65
+ "types": "./dist/index.d.ts",
66
+ "default": "./dist/index.js"
67
67
  },
68
68
  "require": {
69
69
  "types": "./dist/index.d.cts",
@@ -73,8 +73,8 @@
73
73
  },
74
74
  "./migrations": {
75
75
  "import": {
76
- "types": "./dist/migrations/index.d.mts",
77
- "default": "./dist/migrations/index.mjs"
76
+ "types": "./dist/migrations/index.d.ts",
77
+ "default": "./dist/migrations/index.js"
78
78
  },
79
79
  "require": {
80
80
  "types": "./dist/migrations/index.d.cts",
@@ -83,8 +83,8 @@
83
83
  },
84
84
  "./inspector": {
85
85
  "import": {
86
- "types": "./dist/inspector/index.d.mts",
87
- "default": "./dist/inspector/index.mjs"
86
+ "types": "./dist/inspector/index.d.ts",
87
+ "default": "./dist/inspector/index.js"
88
88
  },
89
89
  "require": {
90
90
  "types": "./dist/inspector/index.d.cts",
@@ -93,8 +93,8 @@
93
93
  },
94
94
  "./seeders": {
95
95
  "import": {
96
- "types": "./dist/seeders/index.d.mts",
97
- "default": "./dist/seeders/index.mjs"
96
+ "types": "./dist/seeders/index.d.ts",
97
+ "default": "./dist/seeders/index.js"
98
98
  },
99
99
  "require": {
100
100
  "types": "./dist/seeders/index.d.cts",
@@ -103,8 +103,8 @@
103
103
  },
104
104
  "./browser": {
105
105
  "import": {
106
- "types": "./dist/browser/index.d.mts",
107
- "default": "./dist/browser/index.mjs"
106
+ "types": "./dist/browser/index.d.ts",
107
+ "default": "./dist/browser/index.js"
108
108
  },
109
109
  "require": {
110
110
  "types": "./dist/browser/index.d.cts",
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 };