@pdftron/pdfnet-node 9.4.0-beta.0 → 9.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.
- package/package.json +3 -3
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdftron/pdfnet-node",
|
|
3
|
-
"version": "9.4.0
|
|
3
|
+
"version": "9.4.0",
|
|
4
4
|
"main": "./lib/pdfnet.js",
|
|
5
5
|
"types": "./lib/types.d.ts",
|
|
6
6
|
"binary": {
|
|
7
7
|
"module_name": "pdfnet-addon",
|
|
8
8
|
"module_path": "./",
|
|
9
|
-
"remote_path": "./downloads/PDFNetNode/
|
|
10
|
-
"package_name": "{module_name}-
|
|
9
|
+
"remote_path": "./downloads/PDFNetNode/{version}",
|
|
10
|
+
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
|
|
11
11
|
"host": "https://www.pdftron.com"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
package/readme.md
CHANGED
|
@@ -4,7 +4,7 @@ This package leverages the full power of PDFTron's native SDK for maximal perfor
|
|
|
4
4
|
|
|
5
5
|
#### Supported platform, Node.js, and Electron versions
|
|
6
6
|
This package depends on unmanaged add-on binaries, and the add-on binaries are not cross-platform. At the moment we have support for
|
|
7
|
-
* **OS**: Linux
|
|
7
|
+
* **OS**: Linux excluding Alpine, Windows(x64), Mac
|
|
8
8
|
* **Node.js version**: 8 - 18
|
|
9
9
|
* **Electron version**: 6 - 19
|
|
10
10
|
|