@wiris/mathtype-ckeditor5 8.2.0 → 8.2.3

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 (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,8 +5,6 @@ Type and handwrite mathematical notation with MathType.
5
5
 
6
6
  Easily include quality math equations in your documents and digital content.
7
7
 
8
- ![MathType for CKEditor 5 screenshot](http://www.wiris.com/portal/themes/wiris_com/img/others/ckeditor_plugin_npm.png)
9
-
10
8
  # Table of Contents
11
9
 
12
10
  - [Install instructions](#install-instructions)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wiris/mathtype-ckeditor5",
3
- "version": "8.2.0",
3
+ "version": "8.2.3",
4
4
  "description": "MathType Web for CKEditor5 editor",
5
5
  "keywords": [
6
6
  "chem",
@@ -39,6 +39,6 @@
39
39
  "@ckeditor/ckeditor5-engine": ">=23.0.0",
40
40
  "@ckeditor/ckeditor5-ui": ">=23.0.0",
41
41
  "@ckeditor/ckeditor5-widget": ">=23.0.0",
42
- "@wiris/mathtype-html-integration-devkit": "1.10.1"
42
+ "@wiris/mathtype-html-integration-devkit": "1.11.1"
43
43
  }
44
44
  }