@syncfusion/ej2-angular-gantt 20.4.40 → 20.4.42
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.
package/README.md
CHANGED
|
@@ -153,4 +153,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
153
153
|
|
|
154
154
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license) for more info.
|
|
155
155
|
|
|
156
|
-
© Copyright
|
|
156
|
+
© Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
package/package.json
CHANGED
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
36
|
-
"@syncfusion/ej2-gantt": "20.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.42",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.42",
|
|
36
|
+
"@syncfusion/ej2-gantt": "20.4.42",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"fesm2015": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
|
|
57
57
|
"fesm2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
|
|
58
|
-
"homepage": "https://
|
|
58
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
59
59
|
"keywords": [
|
|
60
60
|
"angular",
|
|
61
61
|
"angular-gantt",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"schematics": "./schematics/collection.json",
|
|
72
72
|
"sideEffects": false,
|
|
73
73
|
"typings": "syncfusion-ej2-angular-gantt.d.ts",
|
|
74
|
-
"version": "20.4.
|
|
74
|
+
"version": "20.4.42"
|
|
75
75
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-gantt';
|
|
4
|
-
exports.pkgVer = '^20.4.
|
|
4
|
+
exports.pkgVer = '^20.4.42';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~20.4.
|
|
6
|
+
exports.themeVer = '~20.4.42';
|