@h3ravel/config 1.3.2 → 1.3.4

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.
@@ -8,7 +8,7 @@ import {
8
8
  Kernel,
9
9
  ServiceProvider,
10
10
  ViewServiceProvider
11
- } from "./chunk-4W6577EG.js";
11
+ } from "./chunk-KEEZ4MID.js";
12
12
  export {
13
13
  AppServiceProvider,
14
14
  Application,
@@ -20,4 +20,4 @@ export {
20
20
  ServiceProvider,
21
21
  ViewServiceProvider
22
22
  };
23
- //# sourceMappingURL=dist-MPQ4EAQT.js.map
23
+ //# sourceMappingURL=dist-TL36CC37.js.map
package/dist/index.cjs CHANGED
@@ -10937,38 +10937,6 @@ var init_main = __esm({
10937
10937
  }
10938
10938
  });
10939
10939
 
10940
- // ../../node_modules/.pnpm/fs-readdir-recursive@1.1.0/node_modules/fs-readdir-recursive/index.js
10941
- var require_fs_readdir_recursive = __commonJS({
10942
- "../../node_modules/.pnpm/fs-readdir-recursive@1.1.0/node_modules/fs-readdir-recursive/index.js"(exports2, module2) {
10943
- "use strict";
10944
- var fs = require("fs");
10945
- var path3 = require("path");
10946
- module2.exports = read;
10947
- function read(root, filter, files, prefix) {
10948
- prefix = prefix || "";
10949
- files = files || [];
10950
- filter = filter || noDotFiles;
10951
- var dir = path3.join(root, prefix);
10952
- if (!fs.existsSync(dir))
10953
- return files;
10954
- if (fs.statSync(dir).isDirectory())
10955
- fs.readdirSync(dir).filter(function(name, index) {
10956
- return filter(name, index, dir);
10957
- }).forEach(function(name) {
10958
- read(root, filter, files, path3.join(prefix, name));
10959
- });
10960
- else
10961
- files.push(prefix);
10962
- return files;
10963
- }
10964
- __name(read, "read");
10965
- function noDotFiles(x) {
10966
- return x[0] !== ".";
10967
- }
10968
- __name(noDotFiles, "noDotFiles");
10969
- }
10970
- });
10971
-
10972
10940
  // ../../node_modules/.pnpm/edge-lexer@6.0.3/node_modules/edge-lexer/build/chunk-WLTPKIE5.js
10973
10941
  var MustacheTypes, TagTypes;
10974
10942
  var init_chunk_WLTPKIE5 = __esm({
@@ -19764,7 +19732,7 @@ var init_build9 = __esm({
19764
19732
  import_url = require("url");
19765
19733
  init_main();
19766
19734
  import_path5 = require("path");
19767
- import_fs_readdir_recursive = __toESM(require_fs_readdir_recursive(), 1);
19735
+ import_fs_readdir_recursive = __toESM(require("fs-readdir-recursive"), 1);
19768
19736
  import_fs = require("fs");
19769
19737
  init_build8();
19770
19738
  init_build8();
@@ -21454,13 +21422,13 @@ function Injectable() {
21454
21422
  return (_arget) => {
21455
21423
  };
21456
21424
  }
21457
- var import_shared, import_dotenv, import_path6, import_reflect_metadata, __defProp5, __name2, Container, Application, Controller, ServiceProvider, Kernel, AppServiceProvider, ViewServiceProvider;
21425
+ var import_shared, import_dotenv, import_node_path2, import_reflect_metadata, __defProp5, __name2, Container, Application, Controller, ServiceProvider, Kernel, AppServiceProvider, ViewServiceProvider;
21458
21426
  var init_dist4 = __esm({
21459
21427
  "../core/dist/index.js"() {
21460
21428
  "use strict";
21461
21429
  import_shared = require("@h3ravel/shared");
21462
21430
  import_dotenv = __toESM(require("dotenv"), 1);
21463
- import_path6 = __toESM(require("path"), 1);
21431
+ import_node_path2 = __toESM(require("path"), 1);
21464
21432
  import_reflect_metadata = __toESM(require_Reflect(), 1);
21465
21433
  init_build9();
21466
21434
  __defProp5 = Object.defineProperty;
@@ -21698,7 +21666,7 @@ var init_dist4 = __esm({
21698
21666
  * @returns
21699
21667
  */
21700
21668
  getPath(name, pth) {
21701
- return import_path6.default.join(this.paths.getPath(name, this.basePath), pth ?? "");
21669
+ return import_node_path2.default.join(this.paths.getPath(name, this.basePath), pth ?? "");
21702
21670
  }
21703
21671
  /**
21704
21672
  * Programatically set the paths.