@pdftron/pdfnet-node 9.2.0-1 → 9.3.0-beta.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/package.json +4 -4
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@pdftron/pdfnet-node",
3
- "version": "9.2.0-1",
3
+ "version": "9.3.0-beta.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}-v9.2.0-{node_abi}-{platform}-{arch}.tar.gz",
9
+ "remote_path": "./downloads/PDFNetNode/9.3.0",
10
+ "package_name": "{module_name}-v9.3.0-{node_abi}-{platform}-{arch}.tar.gz",
11
11
  "host": "https://www.pdftron.com"
12
12
  },
13
13
  "scripts": {
14
14
  "install": "node-pre-gyp install --fallback-to-build=false"
15
15
  },
16
- "engines" : { "node" : ">=8 <18" },
16
+ "engines" : { "node" : ">=8 <19" },
17
17
  "description": "This is the PDFTron SDK packaged as a Node.js module.",
18
18
  "author": "PDFTron Systems Inc.",
19
19
  "license": "Commercial",
package/readme.md CHANGED
@@ -5,8 +5,8 @@ This package leverages the full power of PDFTron's native SDK for maximal perfor
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
7
  * **OS**: Linux(x64) excluding Alpine, Windows(x64), Mac
8
- * **Node.js version**: 8 - 17
9
- * **Electron version**: 6 - 16
8
+ * **Node.js version**: 8 - 18
9
+ * **Electron version**: 6 - 19
10
10
 
11
11
  Installation will fail if your OS, Node.js or Electron version is not supported.
12
12