@famgia/omnify-laravel 0.0.103 → 0.0.105
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
package/dist/plugin.d.cts
CHANGED
|
@@ -124,7 +124,7 @@ interface LaravelPluginOptions {
|
|
|
124
124
|
baseRequestNamespace?: string;
|
|
125
125
|
/**
|
|
126
126
|
* Whether to generate Laravel FormRequest classes.
|
|
127
|
-
* @default
|
|
127
|
+
* @default true
|
|
128
128
|
*/
|
|
129
129
|
generateRequests?: boolean;
|
|
130
130
|
/**
|
|
@@ -149,7 +149,7 @@ interface LaravelPluginOptions {
|
|
|
149
149
|
baseResourceNamespace?: string;
|
|
150
150
|
/**
|
|
151
151
|
* Whether to generate Laravel API Resource classes.
|
|
152
|
-
* @default
|
|
152
|
+
* @default true
|
|
153
153
|
*/
|
|
154
154
|
generateResources?: boolean;
|
|
155
155
|
}
|
package/dist/plugin.d.ts
CHANGED
|
@@ -124,7 +124,7 @@ interface LaravelPluginOptions {
|
|
|
124
124
|
baseRequestNamespace?: string;
|
|
125
125
|
/**
|
|
126
126
|
* Whether to generate Laravel FormRequest classes.
|
|
127
|
-
* @default
|
|
127
|
+
* @default true
|
|
128
128
|
*/
|
|
129
129
|
generateRequests?: boolean;
|
|
130
130
|
/**
|
|
@@ -149,7 +149,7 @@ interface LaravelPluginOptions {
|
|
|
149
149
|
baseResourceNamespace?: string;
|
|
150
150
|
/**
|
|
151
151
|
* Whether to generate Laravel API Resource classes.
|
|
152
|
-
* @default
|
|
152
|
+
* @default true
|
|
153
153
|
*/
|
|
154
154
|
generateResources?: boolean;
|
|
155
155
|
}
|
package/dist/plugin.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@famgia/omnify-laravel",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.105",
|
|
4
4
|
"description": "Laravel migration and TypeScript type generator for omnify-schema",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"README.md"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@famgia/omnify-
|
|
29
|
-
"@famgia/omnify-atlas": "0.0.
|
|
30
|
-
"@famgia/omnify-
|
|
28
|
+
"@famgia/omnify-types": "0.0.94",
|
|
29
|
+
"@famgia/omnify-atlas": "0.0.90",
|
|
30
|
+
"@famgia/omnify-core": "0.0.96"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "tsup",
|