@syncfusion/ej2-react-richtexteditor 29.2.8 → 29.2.9

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/debug.log +1 -0
  2. package/package.json +47 -17
package/debug.log ADDED
@@ -0,0 +1 @@
1
+ [0605/193756.899:ERROR:registration_protocol_win.cc(108)] CreateFile: The system cannot find the file specified. (0x2)
package/package.json CHANGED
@@ -1,29 +1,59 @@
1
1
  {
2
- "name": "@syncfusion/ej2-react-richtexteditor",
3
- "version": "29.2.8",
2
+ "_from": "@syncfusion/ej2-react-richtexteditor@*",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@29.2.8",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-H/kPAe+/H/SMxJW1CTKajXzr/jExS7dFYRNRU2GwmuMPEk77k1mdUjxO4PFTCJGBB/UyuQa98iQA466b5SiKqQ==",
6
+ "_location": "/@syncfusion/ej2-react-richtexteditor",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-react-richtexteditor@*",
12
+ "name": "@syncfusion/ej2-react-richtexteditor",
13
+ "escapedName": "@syncfusion%2fej2-react-richtexteditor",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-29.2.8.tgz",
23
+ "_shasum": "5cf4e0196feff57cff1292a400e6685496b312ac",
24
+ "_spec": "@syncfusion/ej2-react-richtexteditor@*",
25
+ "_where": "E:\\June 2025\\New folder",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "dependencies": {
34
+ "@syncfusion/ej2-base": "~29.2.4",
35
+ "@syncfusion/ej2-react-base": "~29.2.4",
36
+ "@syncfusion/ej2-richtexteditor": "29.2.9"
37
+ },
38
+ "deprecated": false,
4
39
  "description": "Essential JS 2 RichTextEditor component for React",
5
- "author": "Syncfusion Inc.",
6
- "license": "SEE LICENSE IN license",
40
+ "devDependencies": {},
41
+ "es2015": "dist/es6/ej2-react-richtexteditor.es2015.js",
42
+ "homepage": "https://www.syncfusion.com/react-components",
7
43
  "keywords": [
8
44
  "react-rich-text-editor",
9
45
  "react-html-editor",
10
46
  "react-markdown-editor",
11
47
  "react-wysiwyg-editor"
12
48
  ],
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
16
- },
49
+ "license": "SEE LICENSE IN license",
17
50
  "main": "./dist/ej2-react-richtexteditor.umd.min.js",
18
51
  "module": "./index.js",
19
- "es2015": "dist/es6/ej2-react-richtexteditor.es2015.js",
20
- "readme": "ReadMe.md",
21
- "dependencies": {
22
- "@syncfusion/ej2-base": "~29.2.4",
23
- "@syncfusion/ej2-react-base": "~29.2.4",
24
- "@syncfusion/ej2-richtexteditor": "29.2.8"
52
+ "name": "@syncfusion/ej2-react-richtexteditor",
53
+ "repository": {
54
+ "type": "git",
55
+ "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
25
56
  },
26
- "devDependencies": {},
27
57
  "sideEffects": false,
28
- "homepage": "https://www.syncfusion.com/react-components"
29
- }
58
+ "version": "29.2.9"
59
+ }