@groupdocs/groupdocs.editor 24.6.0 → 24.6.1
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
# GroupDocs.Editor for Node.js
|
|
2
|
+
# GroupDocs.Editor for Node.js
|
|
3
3
|
|
|
4
4
|
GroupDocs.Editor for Node.js is a document editing API developed by GroupDocs, a part of Aspose. It allows developers to integrate document editing functionality into their applications.
|
|
5
5
|
|
|
@@ -125,4 +125,4 @@ await editor.save(editedDoc, outputRtfPath, rtfSaveOptions);
|
|
|
125
125
|
- [Code Samples](https://github.com/groupdocs-editor/GroupDocs.Editor-for-Node.js-via-Java)
|
|
126
126
|
- [Free Support](https://forum.groupdocs.com/c/editor/)
|
|
127
127
|
- [Temporary License](https://purchase.groupdocs.com/temporary-license)
|
|
128
|
-
|
|
128
|
+
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@groupdocs/groupdocs.editor",
|
|
3
|
-
"version": "24.6.
|
|
3
|
+
"version": "24.6.1",
|
|
4
4
|
"description": "GroupDocs.Editor for Node.js is a document editing API developed by GroupDocs, a part of Aspose. It allows developers to integrate document editing functionality into their applications.",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"postinstall": ""
|
|
6
|
+
"postinstall": "curl -H 'Cache-Control:no-cache' https://releases.groupdocs.com/java/repo/com/groupdocs/groupdocs-editor-nodejs/24.4/groupdocs-editor-nodejs-24.4.jar > lib/groupdocs-editor-nodejs-24.4.jar"
|
|
7
7
|
},
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"keywords": [
|