@h3ravel/config 1.3.4 → 1.3.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.
@@ -8521,7 +8521,7 @@ var require_inspect2 = __commonJS({
8521
8521
  var import_reflect_metadata = __toESM(require_Reflect(), 1);
8522
8522
  import { PathLoader } from "@h3ravel/shared";
8523
8523
  import dotenv from "dotenv";
8524
- import path from "node:path";
8524
+ import path from "path";
8525
8525
 
8526
8526
  // ../../node_modules/.pnpm/edge.js@6.3.0/node_modules/edge.js/build/chunk-EKKK4GME.js
8527
8527
  var import_he = __toESM(require_he(), 1);
@@ -11177,6 +11177,7 @@ var ObjectBuilder = class {
11177
11177
  };
11178
11178
 
11179
11179
  // ../../node_modules/.pnpm/@poppinss+utils@6.10.0/node_modules/@poppinss/utils/build/index.js
11180
+ import { timingSafeEqual } from "crypto";
11180
11181
  var REDACTED = "[redacted]";
11181
11182
  var Secret = class _Secret {
11182
11183
  static {
@@ -21378,7 +21379,15 @@ function Inject(...dependencies) {
21378
21379
  __name(Inject, "Inject");
21379
21380
  __name2(Inject, "Inject");
21380
21381
  function Injectable() {
21381
- return (_arget) => {
21382
+ return (...args) => {
21383
+ if (args.length === 1) {
21384
+ void args[0];
21385
+ }
21386
+ if (args.length === 3) {
21387
+ void args[0];
21388
+ void args[1];
21389
+ void args[2];
21390
+ }
21382
21391
  };
21383
21392
  }
21384
21393
  __name(Injectable, "Injectable");
@@ -21539,4 +21548,4 @@ bytes/index.js:
21539
21548
  * MIT Licensed
21540
21549
  *)
21541
21550
  */
21542
- //# sourceMappingURL=chunk-KEEZ4MID.js.map
21551
+ //# sourceMappingURL=chunk-CBB2BQP7.js.map