react-edit-to-html 1.1.0 → 1.1.2
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/LICENSE +9 -6
- package/README.md +3 -1
- package/package.json +19 -3
package/LICENSE
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
Proprietary License
|
|
1
|
+
Proprietary & Commercial License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026 BEO Software (https://beo-software.in/)
|
|
3
|
+
Copyright (c) 2026 BEO Software Pvt. Ltd. (https://beo-software.in/)
|
|
4
4
|
|
|
5
|
-
All rights reserved.
|
|
5
|
+
All rights reserved.
|
|
6
6
|
|
|
7
|
-
Unauthorized copying,
|
|
8
|
-
via any medium, is strictly prohibited
|
|
7
|
+
Unauthorized copying, redistribution, modification, or commercial use of this software,
|
|
8
|
+
via any medium, is strictly prohibited without an explicit commercial license agreement from BEO Software Pvt. Ltd.
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
This software is proprietary and confidential.
|
|
11
|
+
|
|
12
|
+
For commercial licensing, enterprise inquiry, and pricing details, please visit:
|
|
13
|
+
https://beo-software.in/
|
package/README.md
CHANGED
|
@@ -261,4 +261,6 @@ When exporting the template layout, `react-edit-to-html` packages the final outp
|
|
|
261
261
|
|
|
262
262
|
## License
|
|
263
263
|
|
|
264
|
-
|
|
264
|
+
Proprietary & Commercial License © 2026 [BEO Software Pvt. Ltd.](https://beo-software.in/)
|
|
265
|
+
|
|
266
|
+
All rights reserved. Unauthorized copying, distribution, or commercial use is strictly prohibited. For licensing inquiries, please visit [beo-software.in](https://beo-software.in/).
|
package/package.json
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-edit-to-html",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"author": "BEO Software (https://beo-software.in/)",
|
|
5
5
|
"homepage": "https://beo-software.in/",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"react",
|
|
9
|
+
"html-editor",
|
|
10
|
+
"template-builder",
|
|
11
|
+
"drag-and-drop",
|
|
12
|
+
"email-templates",
|
|
13
|
+
"invoice-builder",
|
|
14
|
+
"table-builder",
|
|
15
|
+
"sub-tables",
|
|
16
|
+
"handlebars",
|
|
17
|
+
"liquid",
|
|
18
|
+
"scriban",
|
|
19
|
+
"pdf-generator",
|
|
20
|
+
"wysiwyg",
|
|
21
|
+
"react-component"
|
|
22
|
+
],
|
|
7
23
|
"type": "module",
|
|
8
24
|
"main": "./dist/index.cjs",
|
|
9
25
|
"module": "./dist/index.js",
|
|
@@ -46,4 +62,4 @@
|
|
|
46
62
|
"vite": "^8.1.1",
|
|
47
63
|
"vite-plugin-dts": "^4.5.4"
|
|
48
64
|
}
|
|
49
|
-
}
|
|
65
|
+
}
|