@common-stack/core 8.2.4-alpha.14 → 8.2.5-alpha.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.
@@ -129,11 +129,12 @@ export interface IViteSettings {
129
129
  excludeRoutes?: string[];
130
130
  };
131
131
  /**
132
- * @name _useFutureCommonPackage Configuration
133
- * @description Whether the package is using common package or not
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
- _useFutureCommonPackage?: boolean;
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.4-alpha.14",
3
+ "version": "8.2.5-alpha.0",
4
4
  "description": "Common core for higher packages to depend on",
5
5
  "license": "UNLICENSED",
6
6
  "author": "CDMBase LLC",
@@ -29,7 +29,7 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "e64a1941279f5618c2bb75aac1e4a74c9561c804",
32
+ "gitHead": "e1848a6dcbefac5bf42efbff2765cd7d0699f188",
33
33
  "typescript": {
34
34
  "definition": "lib/index.d.ts"
35
35
  }