@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 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
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.40",
35
- "@syncfusion/ej2-base": "~20.4.40",
36
- "@syncfusion/ej2-filemanager": "20.4.40",
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://github.com/syncfusion/ej2-angular-ui-components#readme",
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.40"
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.40';
4
+ exports.pkgVer = '^20.4.42';
5
5
  exports.moduleName = 'FileManagerModule';
6
- exports.themeVer = '~20.4.40';
6
+ exports.themeVer = '~20.4.42';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-filemanager';
2
- export const pkgVer = '^20.4.40';
2
+ export const pkgVer = '^20.4.42';
3
3
  export const moduleName = 'FileManagerModule';
4
- export const themeVer = '~20.4.40';
4
+ export const themeVer = '~20.4.42';