@common-stack/core 6.0.8-alpha.19 → 6.0.8-alpha.21
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.
|
@@ -36,4 +36,10 @@ export interface IViteSettings {
|
|
|
36
36
|
};
|
|
37
37
|
excludeRoutes?: string[];
|
|
38
38
|
};
|
|
39
|
+
/**
|
|
40
|
+
* @name _useFutureCommonPackage Configuration
|
|
41
|
+
* @description Whether the package is using common package or not
|
|
42
|
+
* @default: false
|
|
43
|
+
*/
|
|
44
|
+
_useFutureCommonPackage?: boolean;
|
|
39
45
|
}
|
|
@@ -130,5 +130,11 @@ export interface IGeneratedWrapperOptions {
|
|
|
130
130
|
* @description Configuration for authority and permission checks.
|
|
131
131
|
*/
|
|
132
132
|
authorityConfig?: IAuthorityConfig;
|
|
133
|
+
/**
|
|
134
|
+
* @name _useFutureCommonPackage Configuration
|
|
135
|
+
* @description Whether the package is using common package or not
|
|
136
|
+
* @default: false
|
|
137
|
+
*/
|
|
138
|
+
_useFutureCommonPackage?: boolean;
|
|
133
139
|
}
|
|
134
140
|
export type IWrapperOptions = IWrapperBuildOptions & IRollupBuildGenerated & IGeneratedWrapperOptions;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/core",
|
|
3
|
-
"version": "6.0.8-alpha.
|
|
3
|
+
"version": "6.0.8-alpha.21",
|
|
4
4
|
"description": "Common core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "e39de8e8c24fda15388b81452c7e85737ba35f07",
|
|
27
27
|
"typescript": {
|
|
28
28
|
"definition": "lib/index.d.ts"
|
|
29
29
|
}
|