@famgia/omnify-laravel 0.0.102 → 0.0.104
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-U2QZI3HY.js → chunk-XR2DTIIS.js} +3 -3
- package/dist/chunk-XR2DTIIS.js.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/plugin.cjs +2 -2
- package/dist/plugin.cjs.map +1 -1
- package/dist/plugin.d.cts +2 -2
- package/dist/plugin.d.ts +2 -2
- package/dist/plugin.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-U2QZI3HY.js.map +0 -1
|
@@ -4280,12 +4280,12 @@ function resolveOptions5(options) {
|
|
|
4280
4280
|
baseRequestsPath: options?.baseRequestsPath ?? joinPath(base, "app/Http/Requests/OmnifyBase"),
|
|
4281
4281
|
requestNamespace: options?.requestNamespace ?? "App\\Http\\Requests",
|
|
4282
4282
|
baseRequestNamespace: options?.baseRequestNamespace ?? "App\\Http\\Requests\\OmnifyBase",
|
|
4283
|
-
generateRequests: options?.generateRequests ??
|
|
4283
|
+
generateRequests: options?.generateRequests ?? true,
|
|
4284
4284
|
resourcesPath: options?.resourcesPath ?? joinPath(base, "app/Http/Resources"),
|
|
4285
4285
|
baseResourcesPath: options?.baseResourcesPath ?? joinPath(base, "app/Http/Resources/OmnifyBase"),
|
|
4286
4286
|
resourceNamespace: options?.resourceNamespace ?? "App\\Http\\Resources",
|
|
4287
4287
|
baseResourceNamespace: options?.baseResourceNamespace ?? "App\\Http\\Resources\\OmnifyBase",
|
|
4288
|
-
generateResources: options?.generateResources ??
|
|
4288
|
+
generateResources: options?.generateResources ?? true
|
|
4289
4289
|
};
|
|
4290
4290
|
}
|
|
4291
4291
|
function laravelPlugin(options) {
|
|
@@ -4595,4 +4595,4 @@ export {
|
|
|
4595
4595
|
shouldGenerateAIGuides,
|
|
4596
4596
|
laravelPlugin
|
|
4597
4597
|
};
|
|
4598
|
-
//# sourceMappingURL=chunk-
|
|
4598
|
+
//# sourceMappingURL=chunk-XR2DTIIS.js.map
|