@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.
- package/dist/{chunk-KEEZ4MID.js → chunk-CBB2BQP7.js} +12 -3
- package/dist/chunk-CBB2BQP7.js.map +1 -0
- package/dist/{dist-TL36CC37.js → dist-NUKJQ5SC.js} +2 -2
- package/dist/index.cjs +11 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/package.json +4 -4
- package/dist/chunk-KEEZ4MID.js.map +0 -1
- /package/dist/{dist-TL36CC37.js.map → dist-NUKJQ5SC.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
Kernel,
|
|
9
9
|
ServiceProvider,
|
|
10
10
|
ViewServiceProvider
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-CBB2BQP7.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-
|
|
23
|
+
//# sourceMappingURL=dist-NUKJQ5SC.js.map
|
package/dist/index.cjs
CHANGED
|
@@ -10819,7 +10819,7 @@ var init_build5 = __esm({
|
|
|
10819
10819
|
});
|
|
10820
10820
|
|
|
10821
10821
|
// ../../node_modules/.pnpm/@poppinss+utils@6.10.0/node_modules/@poppinss/utils/build/index.js
|
|
10822
|
-
var import_path, import_lodash4, import_lodash5, import_path2, import_path3, import_promises2, import_path4, REDACTED, Secret, Base64, base64, object_builder_exports, export_ObjectBuilder;
|
|
10822
|
+
var import_path, import_lodash4, import_lodash5, import_path2, import_path3, import_promises2, import_path4, import_crypto3, REDACTED, Secret, Base64, base64, object_builder_exports, export_ObjectBuilder;
|
|
10823
10823
|
var init_build6 = __esm({
|
|
10824
10824
|
"../../node_modules/.pnpm/@poppinss+utils@6.10.0/node_modules/@poppinss/utils/build/index.js"() {
|
|
10825
10825
|
"use strict";
|
|
@@ -10838,6 +10838,7 @@ var init_build6 = __esm({
|
|
|
10838
10838
|
import_path4 = require("path");
|
|
10839
10839
|
init_build4();
|
|
10840
10840
|
init_build5();
|
|
10841
|
+
import_crypto3 = require("crypto");
|
|
10841
10842
|
REDACTED = "[redacted]";
|
|
10842
10843
|
Secret = class _Secret {
|
|
10843
10844
|
static {
|
|
@@ -21419,7 +21420,15 @@ function Inject(...dependencies) {
|
|
|
21419
21420
|
};
|
|
21420
21421
|
}
|
|
21421
21422
|
function Injectable() {
|
|
21422
|
-
return (
|
|
21423
|
+
return (...args) => {
|
|
21424
|
+
if (args.length === 1) {
|
|
21425
|
+
void args[0];
|
|
21426
|
+
}
|
|
21427
|
+
if (args.length === 3) {
|
|
21428
|
+
void args[0];
|
|
21429
|
+
void args[1];
|
|
21430
|
+
void args[2];
|
|
21431
|
+
}
|
|
21423
21432
|
};
|
|
21424
21433
|
}
|
|
21425
21434
|
var import_shared, import_dotenv, import_node_path2, import_reflect_metadata, __defProp5, __name2, Container, Application, Controller, ServiceProvider, Kernel, AppServiceProvider, ViewServiceProvider;
|