@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
|
@@ -46817,7 +46817,7 @@ var Application = class extends Macroable {
|
|
|
46817
46817
|
*/
|
|
46818
46818
|
stubs = {
|
|
46819
46819
|
create: async () => {
|
|
46820
|
-
const { StubsManager } = await import("./manager-OLS5T3G7-
|
|
46820
|
+
const { StubsManager } = await import("./manager-OLS5T3G7-DoWsIGkB.js");
|
|
46821
46821
|
return new StubsManager(this, this.makePath(this.rcFile.directories.stubs));
|
|
46822
46822
|
}
|
|
46823
46823
|
};
|
|
@@ -64971,7 +64971,7 @@ async function configure(command) {
|
|
|
64971
64971
|
}
|
|
64972
64972
|
]);
|
|
64973
64973
|
}
|
|
64974
|
-
const version = "1.
|
|
64974
|
+
const version = "1.20251213.0";
|
|
64975
64975
|
export {
|
|
64976
64976
|
resourcefulColumn as a,
|
|
64977
64977
|
resourcefulComputed as b,
|
|
@@ -64990,4 +64990,4 @@ export {
|
|
|
64990
64990
|
version as v,
|
|
64991
64991
|
withResourceful as w
|
|
64992
64992
|
};
|
|
64993
|
-
//# sourceMappingURL=index-
|
|
64993
|
+
//# sourceMappingURL=index-Cu-w4LXp.js.map
|