asposepdfnodejs 25.9.0 → 25.10.0

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.
Binary file
package/README.md CHANGED
@@ -65,7 +65,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
65
65
  - **Repair** corrupted or damaged PDF files.
66
66
  - **Generate PDF** from TXT or image files.
67
67
  - **Optimize** document resources and structure.
68
- - **Product diagnostics**: retrieve library info, version, and capabilities.
68
+ - **Product info**: retrieve library info, version, and capabilities.
69
69
 
70
70
  ## Platform Independence
71
71
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "asposepdfnodejs",
3
3
  "description": "Aspose.PDF for Node.js via C++",
4
- "version": "25.9.0",
4
+ "version": "25.10.0",
5
5
  "homepage": "https://products.aspose.com/pdf/nodejs-cpp/",
6
6
  "readmeFilename": "README.md",
7
7
  "main": "./AsposePDFforNode.cjs",