@pdftron/pdfnet-node 11.8.1 → 11.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdftron/pdfnet-node",
3
- "version": "11.8.1",
3
+ "version": "11.9.0-beta",
4
4
  "main": "./lib/pdfnet.js",
5
5
  "types": "./lib/types.d.ts",
6
6
  "scripts": {
@@ -8,7 +8,7 @@ const platform = process.platform; // linux, darwin, win32
8
8
  const arch = process.arch; // x64, arm64, etc.
9
9
  const version = pkg.version;
10
10
  const isElectron = !!process.versions.electron;
11
- const remote_url = "https://www.apryse.com/downloads/PDFNetNode"
11
+ const remote_url = "https://downloads.apryse.com/downloads/nodejs"
12
12
 
13
13
  let prebuildUrl = `${remote_url}/${version}/pdfnet-addon-v${version}-node-v${abi}-${platform}-${arch}.tar.gz`;
14
14
  if (isElectron) {