@syncfusion/ej2-angular-filemanager 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
|
@@ -128,4 +128,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
128
128
|
|
|
129
129
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_campaign=filemanager) for more info.
|
|
130
130
|
|
|
131
|
-
© Copyright
|
|
131
|
+
© 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-filemanager": "20.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.42",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.42",
|
|
36
|
+
"@syncfusion/ej2-filemanager": "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-filemanager.mjs",
|
|
57
57
|
"fesm2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
58
|
-
"homepage": "https://
|
|
58
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
59
59
|
"keywords": [
|
|
60
60
|
"angular",
|
|
61
61
|
"angular-filemanager",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"schematics": "./schematics/collection.json",
|
|
78
78
|
"sideEffects": false,
|
|
79
79
|
"typings": "syncfusion-ej2-angular-filemanager.d.ts",
|
|
80
|
-
"version": "20.4.
|
|
80
|
+
"version": "20.4.42"
|
|
81
81
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-filemanager';
|
|
4
|
-
exports.pkgVer = '^20.4.
|
|
4
|
+
exports.pkgVer = '^20.4.42';
|
|
5
5
|
exports.moduleName = 'FileManagerModule';
|
|
6
|
-
exports.themeVer = '~20.4.
|
|
6
|
+
exports.themeVer = '~20.4.42';
|