@nhtio/lucid-resourceful 1.20251212.0 → 1.20251213.0
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-Ca3Bi7l1.cjs → index-CIB7pnnu.cjs} +4 -4
- package/{index-Ca3Bi7l1.cjs.map → index-CIB7pnnu.cjs.map} +1 -1
- package/{index-yKiY_Hkh.js → index-Cu-w4LXp.js} +3 -3
- package/{index-yKiY_Hkh.js.map → index-Cu-w4LXp.js.map} +1 -1
- package/index.cjs +1 -1
- package/index.mjs +1 -1
- package/integration/provider.cjs +1 -1
- package/integration/provider.cjs.map +1 -1
- package/integration/provider.d.ts +17 -0
- package/integration/provider.mjs +1 -1
- package/integration/provider.mjs.map +1 -1
- package/{manager-OLS5T3G7-DSQ-P0Pu.js → manager-OLS5T3G7-DoWsIGkB.js} +2 -2
- package/{manager-OLS5T3G7-DSQ-P0Pu.js.map → manager-OLS5T3G7-DoWsIGkB.js.map} +1 -1
- package/{manager-OLS5T3G7-BszZcC0r.cjs → manager-OLS5T3G7-Dpikdw6h.cjs} +2 -2
- package/{manager-OLS5T3G7-BszZcC0r.cjs.map → manager-OLS5T3G7-Dpikdw6h.cjs.map} +1 -1
- package/package.json +1 -1
- package/router/utils.cjs +1 -1
- package/router/utils.mjs +1 -1
- package/router.cjs +1 -1
- package/router.mjs +1 -1
- package/adonis-env.d.ts +0 -17
|
@@ -46841,7 +46841,7 @@ var Application = class extends Macroable {
|
|
|
46841
46841
|
*/
|
|
46842
46842
|
stubs = {
|
|
46843
46843
|
create: async () => {
|
|
46844
|
-
const { StubsManager } = await Promise.resolve().then(() => require("./manager-OLS5T3G7-
|
|
46844
|
+
const { StubsManager } = await Promise.resolve().then(() => require("./manager-OLS5T3G7-Dpikdw6h.cjs"));
|
|
46845
46845
|
return new StubsManager(this, this.makePath(this.rcFile.directories.stubs));
|
|
46846
46846
|
}
|
|
46847
46847
|
};
|
|
@@ -47455,7 +47455,7 @@ var RouterFactory = class {
|
|
|
47455
47455
|
* Returns an instance of the application class
|
|
47456
47456
|
*/
|
|
47457
47457
|
#getApp() {
|
|
47458
|
-
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-
|
|
47458
|
+
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-CIB7pnnu.cjs", document.baseURI).href));
|
|
47459
47459
|
}
|
|
47460
47460
|
/**
|
|
47461
47461
|
* Returns an instance of the encryptor to encrypt
|
|
@@ -64995,7 +64995,7 @@ async function configure(command) {
|
|
|
64995
64995
|
}
|
|
64996
64996
|
]);
|
|
64997
64997
|
}
|
|
64998
|
-
const version = "1.
|
|
64998
|
+
const version = "1.20251213.0";
|
|
64999
64999
|
exports.configure = configure;
|
|
65000
65000
|
exports.debug_default = debug_default;
|
|
65001
65001
|
exports.getResourcefulModelCreatePayloadValidationSchema = getResourcefulModelCreatePayloadValidationSchema;
|
|
@@ -65012,4 +65012,4 @@ exports.resourcefulRouterMacro = resourcefulRouterMacro;
|
|
|
65012
65012
|
exports.string_builder_default = string_builder_default;
|
|
65013
65013
|
exports.version = version;
|
|
65014
65014
|
exports.withResourceful = withResourceful;
|
|
65015
|
-
//# sourceMappingURL=index-
|
|
65015
|
+
//# sourceMappingURL=index-CIB7pnnu.cjs.map
|