jodit 4.0.0-beta.40 → 4.0.0-beta.41

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.
Files changed (36) hide show
  1. package/README.md +4 -4
  2. package/es2015/jodit.css +1 -1
  3. package/es2015/jodit.js +2 -2
  4. package/es2015/jodit.min.js +2 -2
  5. package/es2015/plugins/debug/debug.js +1 -1
  6. package/es2015/plugins/debug/debug.min.js +1 -1
  7. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  8. package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
  9. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  10. package/es2021/jodit.css +1 -1
  11. package/es2021/jodit.js +2 -2
  12. package/es2021/jodit.min.js +2 -2
  13. package/es2021/plugins/debug/debug.js +1 -1
  14. package/es2021/plugins/debug/debug.min.js +1 -1
  15. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  16. package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
  17. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  18. package/es2021.en/jodit.css +1 -1
  19. package/es2021.en/jodit.js +2 -2
  20. package/es2021.en/jodit.min.js +2 -2
  21. package/es2021.en/plugins/debug/debug.js +1 -1
  22. package/es2021.en/plugins/debug/debug.min.js +1 -1
  23. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  24. package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
  25. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  26. package/es5/jodit.css +2 -2
  27. package/es5/jodit.js +2 -2
  28. package/es5/jodit.min.css +1 -1
  29. package/es5/jodit.min.js +2 -2
  30. package/es5/plugins/debug/debug.js +1 -1
  31. package/es5/plugins/debug/debug.min.js +1 -1
  32. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  33. package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
  34. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  35. package/esm/core/constants.js +1 -1
  36. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.40
4
+ * Version: v4.0.0-beta.41
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.40
4
+ * Version: v4.0.0-beta.41
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.40
4
+ * Version: v4.0.0-beta.41
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.40
4
+ * Version: v4.0.0-beta.41
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.40
4
+ * Version: v4.0.0-beta.41
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
package/es5/jodit.css CHANGED
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.40
4
+ * Version: v4.0.0-beta.41
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
8
8
  /*!
9
9
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
10
10
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
11
- * Version: v4.0.0-beta.40
11
+ * Version: v4.0.0-beta.41
12
12
  * Url: https://xdsoft.net/jodit/
13
13
  * License(s): MIT
14
14
  */
package/es5/jodit.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.40
4
+ * Version: v4.0.0-beta.41
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -5658,7 +5658,7 @@ __webpack_require__.r(__webpack_exports__);
5658
5658
  * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5659
5659
  */
5660
5660
 
5661
- var APP_VERSION = "4.0.0-beta.40";
5661
+ var APP_VERSION = "4.0.0-beta.41";
5662
5662
  var ES = "es5";
5663
5663
  var IS_ES_NEXT = false;
5664
5664
  var IS_PROD = true;
package/es5/jodit.min.css CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.40
4
+ * Version: v4.0.0-beta.41
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */