@syncfusion/ej2-image-editor 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/CHANGELOG.md CHANGED
@@ -1,7 +1,9 @@
1
- # Changelog
2
-
1
+ # Changelog
2
+
3
3
  ## [Unreleased]
4
4
 
5
+ ## 20.4.40 (2022-12-28)
6
+
5
7
  ### Image Editor
6
8
 
7
9
  #### Bug Fixes
package/README.md CHANGED
@@ -66,4 +66,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-contr
66
66
 
67
67
  See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-image-editor-npm) for more info.
68
68
 
69
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
69
+ © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-image-editor.umd.min.js
3
- * version : 20.4.40
3
+ * version : 20.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-image-editor.min.js
3
- * version : 20.4.40
3
+ * version : 20.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.4.40
3
+ * version : 20.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-image-editor@*",
3
- "_id": "@syncfusion/ej2-image-editor@20.4.38",
3
+ "_id": "@syncfusion/ej2-image-editor@20.4.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-qmD+rNyurwGSaTsEg87SGQDiy4gvGYVwnXVxEyuY5sjSSHXmRV21J33nFIOfrzx6an+GxUJfUwQ/0NPIFCnKwA==",
5
+ "_integrity": "sha512-8VN4D9ZIGSJSw4OWQWRwe4yoj2O5UNx/hjKRYAVAGTJlKyyEnEAktmpQ6E/FVVdi7GrCW7HYvLEpp5BfhcUITg==",
6
6
  "_location": "/@syncfusion/ej2-image-editor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-image-editor",
24
24
  "/@syncfusion/ej2-vue-image-editor"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-20.4.38.tgz",
27
- "_shasum": "0e045a664e6e4c477c8dd1b736c36df40153ebcd",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-20.4.40.tgz",
27
+ "_shasum": "70dac911346a58ae94139bb69f71ea927f5151f4",
28
28
  "_spec": "@syncfusion/ej2-image-editor@*",
29
29
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
30
30
  "author": {
@@ -32,12 +32,12 @@
32
32
  },
33
33
  "bundleDependencies": false,
34
34
  "dependencies": {
35
- "@syncfusion/ej2-base": "~20.4.40",
36
- "@syncfusion/ej2-buttons": "~20.4.40",
37
- "@syncfusion/ej2-inputs": "~20.4.40",
38
- "@syncfusion/ej2-navigations": "~20.4.40",
39
- "@syncfusion/ej2-popups": "~20.4.40",
40
- "@syncfusion/ej2-splitbuttons": "~20.4.40"
35
+ "@syncfusion/ej2-base": "~20.4.42",
36
+ "@syncfusion/ej2-buttons": "~20.4.42",
37
+ "@syncfusion/ej2-inputs": "~20.4.42",
38
+ "@syncfusion/ej2-navigations": "~20.4.42",
39
+ "@syncfusion/ej2-popups": "~20.4.42",
40
+ "@syncfusion/ej2-splitbuttons": "~20.4.42"
41
41
  },
42
42
  "deprecated": false,
43
43
  "description": "Essential JS 2 ImageEditor",
@@ -67,7 +67,7 @@
67
67
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/imageeditor"
68
68
  },
69
69
  "typings": "index.d.ts",
70
- "version": "20.4.40",
70
+ "version": "20.4.42",
71
71
  "sideEffects": false,
72
72
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
73
73
  }