@pdftron/cad 11.4.0 → 11.5.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.
- package/package.json +3 -3
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdftron/cad",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.5.0",
|
|
4
4
|
"main": "./lib/main.js",
|
|
5
5
|
"binary": {
|
|
6
6
|
"module_name": "ApryseIDP",
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"install": "node-pre-gyp install --fallback-to-build"
|
|
14
14
|
},
|
|
15
|
-
"engines" : { "node" : ">=8 <=
|
|
15
|
+
"engines" : { "node" : ">=8 <=23" },
|
|
16
16
|
"description": "The Apryse SDK CAD Module.",
|
|
17
17
|
"author": "Apryse Software Inc.",
|
|
18
18
|
"license": "Commercial",
|
|
19
19
|
"homepage": "https://www.apryse.com",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@pdftron/pdfnet-node": "11.
|
|
21
|
+
"@pdftron/pdfnet-node": "11.5.0",
|
|
22
22
|
"@mapbox/node-pre-gyp": "^1.0.3"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [
|
package/readme.md
CHANGED
|
@@ -9,7 +9,7 @@ https://apryse.com/blog/conversion/converting-cad-to-pdf
|
|
|
9
9
|
#### Supported platform, Node.js, and Electron versions
|
|
10
10
|
This package depends on unmanaged add-on binaries, and the add-on binaries are not cross-platform. At the moment we have support for
|
|
11
11
|
* **OS**: Linux (excluding Alpine), Windows(x64)
|
|
12
|
-
* **Node.js version**: 8 -
|
|
12
|
+
* **Node.js version**: 8 - 23
|
|
13
13
|
* **Electron version**: 6 - 30
|
|
14
14
|
|
|
15
15
|
Installation will fail if your OS, Node.js or Electron version is not supported.
|