@pdftron/pdfnet-node 11.7.0 → 11.8.0-beta

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 +5 -5
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdftron/pdfnet-node",
3
- "version": "11.7.0",
3
+ "version": "11.8.0-beta",
4
4
  "main": "./lib/pdfnet.js",
5
5
  "types": "./lib/types.d.ts",
6
6
  "binary": {
@@ -8,12 +8,12 @@
8
8
  "module_path": "./",
9
9
  "remote_path": "./downloads/PDFNetNode/{version}",
10
10
  "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
11
- "host": "https://www.pdftron.com"
11
+ "host": "https://www.apryse.com"
12
12
  },
13
13
  "scripts": {
14
- "install": "node-pre-gyp install --fallback-to-build=false"
14
+ "install": "prebuild-install"
15
15
  },
16
- "engines" : { "node" : ">=8 <=23" },
16
+ "engines" : { "node" : ">=10 <=24" },
17
17
  "description": "This is the Apryse SDK packaged as a Node.js module.",
18
18
  "author": "Apryse Software Inc.",
19
19
  "license": "Commercial",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "underscore": "^1.13.6",
23
23
  "xhr2": "^0.2.1",
24
- "@mapbox/node-pre-gyp": "^1.0.10"
24
+ "prebuild-install": "^7.1.3"
25
25
  },
26
26
  "keywords": ["PDF", "Office", "SDK"]
27
27
  }
package/readme.md CHANGED
@@ -5,7 +5,7 @@ This package leverages the full power of Apryse's native SDK for maximal perform
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, Windows(x64), Mac
8
- * **Node.js version**: 8 - 23
8
+ * **Node.js version**: 10 - 24
9
9
  * **Electron version**: 30 - 30
10
10
 
11
11
  Installation will fail if your OS, Node.js or Electron version is not supported.