@h3ravel/shared 1.29.0-alpha.13 → 1.29.0-alpha.15
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -676,7 +676,7 @@ var PathLoader = class {
|
|
|
676
676
|
let path$2;
|
|
677
677
|
if (prefix && name !== "base") path$2 = path.default.join(prefix, this.paths[name]);
|
|
678
678
|
else path$2 = this.paths[name];
|
|
679
|
-
if (name === "public") path$2 = path$2.replace("/public", path.default.join("/", process.env.DIST_DIR ?? ".h3ravel/serve"));
|
|
679
|
+
if (name === "public") path$2 = path$2.replace("/public", path.default.join("/", process.env.DIST_DIR ?? ".h3ravel/serve", "public"));
|
|
680
680
|
else path$2 = path$2.replace("/src/", `/${process.env.DIST_DIR ?? ".h3ravel/serve"}/`);
|
|
681
681
|
return path.default.normalize(path$2);
|
|
682
682
|
}
|
package/dist/index.js
CHANGED
|
@@ -646,7 +646,7 @@ var PathLoader = class {
|
|
|
646
646
|
let path$1;
|
|
647
647
|
if (prefix && name !== "base") path$1 = path.join(prefix, this.paths[name]);
|
|
648
648
|
else path$1 = this.paths[name];
|
|
649
|
-
if (name === "public") path$1 = path$1.replace("/public", path.join("/", process.env.DIST_DIR ?? ".h3ravel/serve"));
|
|
649
|
+
if (name === "public") path$1 = path$1.replace("/public", path.join("/", process.env.DIST_DIR ?? ".h3ravel/serve", "public"));
|
|
650
650
|
else path$1 = path$1.replace("/src/", `/${process.env.DIST_DIR ?? ".h3ravel/serve"}/`);
|
|
651
651
|
return path.normalize(path$1);
|
|
652
652
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h3ravel/shared",
|
|
3
|
-
"version": "1.29.0-alpha.
|
|
3
|
+
"version": "1.29.0-alpha.15",
|
|
4
4
|
"description": "Shared Utilities.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"preferred-pm": "^4.1.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@h3ravel/contracts": "^1.29.0-alpha.
|
|
57
|
+
"@h3ravel/contracts": "^1.29.0-alpha.15",
|
|
58
58
|
"fetchdts": "^0.1.6",
|
|
59
59
|
"pnpm": "^10.14.0"
|
|
60
60
|
},
|