@h3ravel/database 11.4.6 → 11.4.8

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/dist/index.cjs CHANGED
@@ -52,8 +52,8 @@ var TableGuesser = class TableGuesser {
52
52
  };
53
53
 
54
54
  //#endregion
55
- //#region ../../node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/dayjs.min.js
56
- var require_dayjs_min = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/dayjs.min.js": ((exports, module) => {
55
+ //#region ../../node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.js
56
+ var require_dayjs_min = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.js": ((exports, module) => {
57
57
  (function(t, e) {
58
58
  "object" == typeof exports && "undefined" != typeof module ? module.exports = e() : "function" == typeof define && define.amd ? define(e) : (t = "undefined" != typeof globalThis ? globalThis : t || self).dayjs = e();
59
59
  })(exports, (function() {
package/dist/index.mjs CHANGED
@@ -52,8 +52,8 @@ var TableGuesser = class TableGuesser {
52
52
  };
53
53
 
54
54
  //#endregion
55
- //#region ../../node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/dayjs.min.js
56
- var require_dayjs_min = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/dayjs.min.js": ((exports, module) => {
55
+ //#region ../../node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.js
56
+ var require_dayjs_min = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.js": ((exports, module) => {
57
57
  (function(t, e) {
58
58
  "object" == typeof exports && "undefined" != typeof module ? module.exports = e() : "function" == typeof define && define.amd ? define(e) : (t = "undefined" != typeof globalThis ? globalThis : t || self).dayjs = e();
59
59
  })(exports, (function() {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@h3ravel/database",
3
- "version": "11.4.6",
3
+ "version": "11.4.8",
4
4
  "description": "Modeling data and migration system for H3ravel.",
5
5
  "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "module": "./dist/index.js",
6
+ "main": "./dist/index.mjs",
7
+ "types": "./dist/index.d.mts",
8
+ "module": "./dist/index.mjs",
9
9
  "h3ravel": {
10
10
  "providers": [
11
11
  "DatabaseServiceProvider"
@@ -13,8 +13,8 @@
13
13
  },
14
14
  "exports": {
15
15
  ".": {
16
- "types": "./dist/index.d.ts",
17
- "import": "./dist/index.js",
16
+ "types": "./dist/index.d.mts",
17
+ "import": "./dist/index.mjs",
18
18
  "require": "./dist/index.cjs"
19
19
  }
20
20
  },
@@ -41,24 +41,23 @@
41
41
  "laravel"
42
42
  ],
43
43
  "dependencies": {
44
- "@h3ravel/arquebus": "^0.6.8",
45
- "@h3ravel/musket": "^0.3.2",
44
+ "@h3ravel/arquebus": "^0.6.9",
45
+ "@h3ravel/musket": "^0.3.4",
46
46
  "sqlite3": "5.1.7"
47
47
  },
48
48
  "peerDependencies": {
49
- "@h3ravel/support": "^0.15.1",
50
- "@h3ravel/core": "^1.21.1",
51
- "@h3ravel/shared": "^0.27.1",
52
- "@h3ravel/filesystem": "^0.4.8"
49
+ "@h3ravel/core": "^1.21.3",
50
+ "@h3ravel/shared": "^0.27.3",
51
+ "@h3ravel/support": "^0.15.3",
52
+ "@h3ravel/filesystem": "^0.4.10"
53
53
  },
54
54
  "devDependencies": {
55
55
  "typescript": "^5.9.2"
56
56
  },
57
57
  "scripts": {
58
- "barrel": "barrelsby --directory src --delete --singleQuotes",
59
58
  "build": "tsdown --config-loader unconfig",
60
59
  "dev": "tsx watch src/index.ts",
61
- "start": "node dist/index.js",
60
+ "start": "node dist/index.mjs",
62
61
  "lint": "eslint . --ext .ts",
63
62
  "test": "jest --passWithNoTests",
64
63
  "version-patch": "pnpm version patch"