@nhtio/lucid-resourceful 0.1.0-beta-015fc9ad → 0.1.0-beta-a688f806
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/{index-CrRmg1yc.js → index-BB-Wvcta.js} +3 -3
- package/{index-CrRmg1yc.js.map → index-BB-Wvcta.js.map} +1 -1
- package/{index-CO_ELOXU.cjs → index-CUj15QI2.cjs} +4 -4
- package/{index-CO_ELOXU.cjs.map → index-CUj15QI2.cjs.map} +1 -1
- package/index.cjs +1 -1
- package/index.mjs +1 -1
- package/integration/provider.cjs +1 -1
- package/integration/provider.mjs +1 -1
- package/{manager-OLS5T3G7-Dy159LUh.cjs → manager-OLS5T3G7-BSCDD5bV.cjs} +2 -2
- package/{manager-OLS5T3G7-Dy159LUh.cjs.map → manager-OLS5T3G7-BSCDD5bV.cjs.map} +1 -1
- package/{manager-OLS5T3G7-DmELgMo6.js → manager-OLS5T3G7-DdA8L2w1.js} +2 -2
- package/{manager-OLS5T3G7-DmELgMo6.js.map → manager-OLS5T3G7-DdA8L2w1.js.map} +1 -1
- package/package.json +2 -2
- package/resourceful_error_middleware-CAr4hBtr.js.map +1 -1
- package/resourceful_error_middleware-oSE7ETED.cjs.map +1 -1
- package/router/utils.cjs +1 -1
- package/router/utils.mjs +1 -1
- package/router.cjs +1 -1
- package/router.mjs +1 -1
|
@@ -24703,7 +24703,7 @@ var Application = class extends errors.Macroable {
|
|
|
24703
24703
|
*/
|
|
24704
24704
|
stubs = {
|
|
24705
24705
|
create: async () => {
|
|
24706
|
-
const { StubsManager } = await Promise.resolve().then(() => require("./manager-OLS5T3G7-
|
|
24706
|
+
const { StubsManager } = await Promise.resolve().then(() => require("./manager-OLS5T3G7-BSCDD5bV.cjs"));
|
|
24707
24707
|
return new StubsManager(this, this.makePath(this.rcFile.directories.stubs));
|
|
24708
24708
|
}
|
|
24709
24709
|
};
|
|
@@ -25317,7 +25317,7 @@ var RouterFactory = class {
|
|
|
25317
25317
|
* Returns an instance of the application class
|
|
25318
25318
|
*/
|
|
25319
25319
|
#getApp() {
|
|
25320
|
-
return this.#parameters.app || new AppFactory().create(new URL("./app/", typeof document === "undefined" ? require("url").pathToFileURL(__filename).href : _documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === "SCRIPT" && _documentCurrentScript.src || new URL("index-
|
|
25320
|
+
return this.#parameters.app || new AppFactory().create(new URL("./app/", typeof document === "undefined" ? require("url").pathToFileURL(__filename).href : _documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === "SCRIPT" && _documentCurrentScript.src || new URL("index-CUj15QI2.cjs", document.baseURI).href));
|
|
25321
25321
|
}
|
|
25322
25322
|
/**
|
|
25323
25323
|
* Returns an instance of the encryptor to encrypt
|
|
@@ -42853,7 +42853,7 @@ async function configure(command) {
|
|
|
42853
42853
|
}
|
|
42854
42854
|
]);
|
|
42855
42855
|
}
|
|
42856
|
-
const version = "0.1.0-beta-
|
|
42856
|
+
const version = "0.1.0-beta-a688f806";
|
|
42857
42857
|
exports.configure = configure;
|
|
42858
42858
|
exports.debug_default = debug_default;
|
|
42859
42859
|
exports.getResourcefulModelCreatePayloadValidationSchema = getResourcefulModelCreatePayloadValidationSchema;
|
|
@@ -42870,4 +42870,4 @@ exports.resourcefulRouterMacro = resourcefulRouterMacro;
|
|
|
42870
42870
|
exports.string_builder_default = string_builder_default;
|
|
42871
42871
|
exports.version = version;
|
|
42872
42872
|
exports.withResourceful = withResourceful;
|
|
42873
|
-
//# sourceMappingURL=index-
|
|
42873
|
+
//# sourceMappingURL=index-CUj15QI2.cjs.map
|