devextreme-internal-tools 7.4.1 → 7.4.2

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.
Binary file
Binary file
Binary file
@@ -19,6 +19,7 @@ export interface IWidget {
19
19
  nesteds: IComponentRef[];
20
20
  options: IProp[];
21
21
  optionsTypeParams: string[];
22
+ reexports: string[];
22
23
  templates: string[];
23
24
  }
24
25
 
@@ -1,12 +1,12 @@
1
- 2021-11-19 07:09:25.8710|Info|DevExtreme.Infrastructure.Diagnostics.Log.Start
1
+ 2021-11-25 10:04:34.0330|Info|DevExtreme.Infrastructure.Diagnostics.Log.Start
2
2
 
3
3
  ================================================================
4
4
  IntegrationDataModel Generation Started
5
5
  ================================================================
6
6
 
7
- 2021-11-19 07:09:25.9630|Info|DevExtreme.IntegrationDataModelGenerator.Program.MainCore
7
+ 2021-11-25 10:04:34.1330|Info|DevExtreme.IntegrationDataModelGenerator.Program.MainCore
8
8
  Model saved to: D:\a\devextreme-internal-tools\devextreme-internal-tools\dist\bin\integration-data-model.ts
9
- 2021-11-19 07:09:25.9630|Info|DevExtreme.Infrastructure.Diagnostics.Log.Stop
9
+ 2021-11-25 10:04:34.1330|Info|DevExtreme.Infrastructure.Diagnostics.Log.Stop
10
10
 
11
11
  ================================================================
12
12
 
@@ -14,5 +14,5 @@ IntegrationDataModel Generation SUCCEEDED
14
14
 
15
15
  Warnings: 0
16
16
  Errors: 0
17
- Ellapsed time: 0.109 sec
17
+ Ellapsed time: 0.122 sec
18
18
 
@@ -19,6 +19,7 @@ export interface IWidget {
19
19
  nesteds: IComponentRef[];
20
20
  options: IProp[];
21
21
  optionsTypeParams: string[];
22
+ reexports: string[];
22
23
  templates: string[];
23
24
  }
24
25
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "devextreme-internal-tools",
3
3
  "description": "DevExtreme internal tools",
4
4
  "author": "Developer Express Inc.",
5
- "version": "7.4.1",
5
+ "version": "7.4.2",
6
6
  "license": "MIT",
7
7
  "bin": {
8
8
  "dx-tools": "./index.js"