aspose.cells.node.samples 25.2.0 → 25.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ Aspose.Cells for Node.js via C++ is a powerful and robust library designed for h
24
24
 
25
25
  ## Support multiple operating systems and CPU architectures, including:
26
26
  - **Windows x64**
27
- - **Linux x64**
27
+ - **Linux x64 & arm64**
28
28
  - **macOS x64 & arm64**
29
29
 
30
30
  ## Getting Started with Aspose.Cells for Node.js via C++
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells.node.samples",
3
- "version": "25.2.0",
3
+ "version": "25.4.0",
4
4
  "description": "This is the sample code using aspose.cells.node library.",
5
5
  "scripts": {
6
6
  "test": "node src/samples.js"
@@ -34,6 +34,6 @@
34
34
  "license": "Commercial",
35
35
  "homepage": "https://www.aspose.com",
36
36
  "dependencies": {
37
- "aspose.cells.node": "~25.2.0"
37
+ "aspose.cells.node": "~25.4.0"
38
38
  }
39
39
  }