devextreme-internal-tools 10.0.0-beta.3 → 10.0.0-beta.4

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
@@ -51,6 +51,7 @@ export interface IComponentRef {
51
51
  }
52
52
 
53
53
  export interface ICustomType {
54
+ module: string;
54
55
  name: string;
55
56
  props: IProp[];
56
57
  templates: string[];
@@ -1,13 +1,13 @@
1
- 2023-03-20 15:20:08.3372 | Info | IntegrationDataModel Generation
1
+ 2023-03-30 13:00:41.9397 | Info | IntegrationDataModel Generation
2
2
 
3
3
  ================================================================
4
4
  IntegrationDataModel Generation Started
5
5
  Path to log file: D:\a\devextreme-internal-tools\devextreme-internal-tools\dist\bin\internal-tools-log.txt
6
6
  ================================================================
7
7
 
8
- 2023-03-20 15:20:08.4091 | Info | IntegrationDataModel Generation
8
+ 2023-03-30 13:00:42.0088 | Info | IntegrationDataModel Generation
9
9
  Model saved to: D:\a\devextreme-internal-tools\devextreme-internal-tools\dist\bin\integration-data-model.ts
10
- 2023-03-20 15:20:08.4091 | Info | IntegrationDataModel Generation
10
+ 2023-03-30 13:00:42.0088 | Info | IntegrationDataModel Generation
11
11
 
12
12
  ================================================================
13
13
 
@@ -15,5 +15,5 @@ IntegrationDataModel Generation SUCCEEDED
15
15
 
16
16
  Warnings: 0
17
17
  Errors: 0
18
- Ellapsed time: 0.08 sec
18
+ Ellapsed time: 0.077 sec
19
19
 
@@ -51,6 +51,7 @@ export interface IComponentRef {
51
51
  }
52
52
 
53
53
  export interface ICustomType {
54
+ module: string;
54
55
  name: string;
55
56
  props: IProp[];
56
57
  templates: string[];
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": "10.0.0-beta.3",
5
+ "version": "10.0.0-beta.4",
6
6
  "license": "MIT",
7
7
  "bin": {
8
8
  "dx-tools": "./index.js"