@omnia/fx-models 8.0.353-dev → 8.0.354-dev

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.
@@ -92,6 +92,8 @@ export interface ComponentBundleManifest extends LoadableBundleManifest, ApiBund
92
92
  i.e. <myuniqueprojectname-componentName></myuniqueprojectname-componentName> */
93
93
  elementName: string;
94
94
  definition?: ComponentDefinition;
95
+ /** the old element name that use for auto siwtch to new elementName when bootstrap the component */
96
+ legacyElementNames?: string[];
95
97
  }
96
98
  export interface GroupedBundleManifest extends LoadableBundleManifest, SecurityBundleManifest {
97
99
  /** The manifest id's in this group */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.353-dev",
4
+ "version": "8.0.354-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"