@omnia/tooling-composers 8.0.365-dev → 8.0.366-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.
@@ -10,8 +10,15 @@ export interface ElementOptions {
10
10
  entryPoint: string;
11
11
  /** the old element name that use for auto siwtch to new elementName when bootstrap the component */
12
12
  legacyElementNames?: string[];
13
+ /** The namespace of element name.
14
+ * example: {elementName: "o-select", namespace: "my"} -> use in jsx like <my.o.select></my.o.select>
15
+ */
13
16
  namespace?: string;
17
+ /** @deprecated Not used in Omnia 8.
18
+ */
14
19
  typings?: Array<string>;
20
+ /** @deprecated Not used in Omnia 8.
21
+ */
15
22
  documentations?: Array<string>;
16
23
  }
17
24
  export interface ResourceBuildOptions {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/tooling-composers",
3
3
  "license": "MIT",
4
- "version": "8.0.365-dev",
4
+ "version": "8.0.366-dev",
5
5
  "description": "Provide tooling to work with manifest things.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "author": "Omnia Digital Workplace AB",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "8.0.365-dev",
23
- "@omnia/tooling": "8.0.365-dev",
22
+ "@omnia/fx-models": "8.0.366-dev",
23
+ "@omnia/tooling": "8.0.366-dev",
24
24
  "deep-extend": "0.6.0",
25
25
  "fs-extra": "11.1.0",
26
26
  "del": "6.0.0",