@common-stack/core 8.2.4-alpha.2 → 8.2.5-alpha.10
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.
|
@@ -129,11 +129,12 @@ export interface IViteSettings {
|
|
|
129
129
|
excludeRoutes?: string[];
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
132
|
-
* @name
|
|
133
|
-
* @description
|
|
132
|
+
* @name generateRoutesConfigJson Configuration
|
|
133
|
+
* @description When true, generates routes-config.json file for menu generation.
|
|
134
|
+
* The file is written to the outputDir or appDirectory location.
|
|
134
135
|
* @default: false
|
|
135
136
|
*/
|
|
136
|
-
|
|
137
|
+
generateRoutesConfigJson?: boolean;
|
|
137
138
|
/**
|
|
138
139
|
* @name overrideRoutes Configuration
|
|
139
140
|
* @description Override routes by replacing old routes with new routes.
|
|
@@ -213,11 +213,5 @@ export interface IGeneratedWrapperOptions {
|
|
|
213
213
|
* @description Schema identifier for configuration and preferences input.
|
|
214
214
|
*/
|
|
215
215
|
schemaId?: string;
|
|
216
|
-
/**
|
|
217
|
-
* @name _useFutureCommonPackage Configuration
|
|
218
|
-
* @description Whether the package is using `common` package or not
|
|
219
|
-
* @default: false
|
|
220
|
-
*/
|
|
221
|
-
_useFutureCommonPackage?: boolean;
|
|
222
216
|
}
|
|
223
217
|
export type IWrapperOptions = IWrapperBuildOptions & IRollupBuildGenerated & IGeneratedWrapperOptions;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/core",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.5-alpha.10",
|
|
4
4
|
"description": "Common core for higher packages to depend on",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"watch": "yarn build:lib:watch"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"common": "8.2.
|
|
24
|
+
"common": "8.2.5-alpha.10"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@cdm-logger/core": ">=9.0.17"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "8b6414e62a930407c0f87b832df1c5b3e0d962ae",
|
|
33
33
|
"typescript": {
|
|
34
34
|
"definition": "lib/index.d.ts"
|
|
35
35
|
}
|