@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
|
@@ -24679,7 +24679,7 @@ var Application = class extends Macroable$1 {
|
|
|
24679
24679
|
*/
|
|
24680
24680
|
stubs = {
|
|
24681
24681
|
create: async () => {
|
|
24682
|
-
const { StubsManager } = await import("./manager-OLS5T3G7-
|
|
24682
|
+
const { StubsManager } = await import("./manager-OLS5T3G7-DdA8L2w1.js");
|
|
24683
24683
|
return new StubsManager(this, this.makePath(this.rcFile.directories.stubs));
|
|
24684
24684
|
}
|
|
24685
24685
|
};
|
|
@@ -42829,7 +42829,7 @@ async function configure(command) {
|
|
|
42829
42829
|
}
|
|
42830
42830
|
]);
|
|
42831
42831
|
}
|
|
42832
|
-
const version = "0.1.0-beta-
|
|
42832
|
+
const version = "0.1.0-beta-a688f806";
|
|
42833
42833
|
export {
|
|
42834
42834
|
resourcefulColumn as a,
|
|
42835
42835
|
resourcefulComputed as b,
|
|
@@ -42848,4 +42848,4 @@ export {
|
|
|
42848
42848
|
version as v,
|
|
42849
42849
|
withResourceful as w
|
|
42850
42850
|
};
|
|
42851
|
-
//# sourceMappingURL=index-
|
|
42851
|
+
//# sourceMappingURL=index-BB-Wvcta.js.map
|