@h3ravel/arquebus 0.1.5 → 0.1.6

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.
@@ -114,7 +114,7 @@ var import_radashi7 = require("radashi");
114
114
 
115
115
  // src/utils.js
116
116
  var import_radashi = require("radashi");
117
- var import_advancedFormat = __toESM(require("dayjs/plugin/advancedFormat"), 1);
117
+ var import_advancedFormat = __toESM(require("dayjs/plugin/advancedFormat.js"), 1);
118
118
  var import_dayjs = __toESM(require("dayjs"), 1);
119
119
  import_dayjs.default.extend(import_advancedFormat.default);
120
120
  var now = (format = "YYYY-MM-DD HH:mm:ss") => (0, import_dayjs.default)().format(format);
@@ -50,7 +50,7 @@ import { isArray as isArray2, isEmpty, omit as omit3, pick } from "radashi";
50
50
 
51
51
  // src/utils.js
52
52
  import { camel, dash, snake, trim } from "radashi";
53
- import advancedFormat from "dayjs/plugin/advancedFormat";
53
+ import advancedFormat from "dayjs/plugin/advancedFormat.js";
54
54
  import dayjs from "dayjs";
55
55
  dayjs.extend(advancedFormat);
56
56
  var now = (format = "YYYY-MM-DD HH:mm:ss") => dayjs().format(format);
package/dist/index.cjs CHANGED
@@ -361,7 +361,7 @@ var migrator_default = Migrator;
361
361
 
362
362
  // src/utils.js
363
363
  var import_radashi = require("radashi");
364
- var import_advancedFormat = __toESM(require("dayjs/plugin/advancedFormat"), 1);
364
+ var import_advancedFormat = __toESM(require("dayjs/plugin/advancedFormat.js"), 1);
365
365
  var import_dayjs = __toESM(require("dayjs"), 1);
366
366
  import_dayjs.default.extend(import_advancedFormat.default);
367
367
  var now = (format = "YYYY-MM-DD HH:mm:ss") => (0, import_dayjs.default)().format(format);
package/dist/index.js CHANGED
@@ -290,7 +290,7 @@ var migrator_default = Migrator;
290
290
 
291
291
  // src/utils.js
292
292
  import { camel, dash, snake, trim } from "radashi";
293
- import advancedFormat from "dayjs/plugin/advancedFormat";
293
+ import advancedFormat from "dayjs/plugin/advancedFormat.js";
294
294
  import dayjs from "dayjs";
295
295
  dayjs.extend(advancedFormat);
296
296
  var now = (format = "YYYY-MM-DD HH:mm:ss") => dayjs().format(format);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/arquebus",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
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.net/arquebus",
6
6
  "bin": {