@pdftron/pdfnet-node 11.3.0-beta → 11.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.
Files changed (3) hide show
  1. package/legal.txt +2 -2
  2. package/package.json +1 -1
  3. package/readme.md +1 -1
package/legal.txt CHANGED
@@ -2,7 +2,7 @@
2
2
  Legal Notices:
3
3
  -----------------------------------------------------------------------------
4
4
 
5
- Copyright (c) 2001-2024 by Apryse Software Inc. All Rights Reserved.
5
+ Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved.
6
6
  Apryse, PDFTron and PDFNet SDK are either trademarks and/or service marks
7
7
  and/or registered trademarks of Apryse Software Incorporated
8
8
  in Canada and/or other countries.
@@ -124,7 +124,7 @@ and fitness for purpose.
124
124
  ---------------------------------------------------------------------------
125
125
  Boost
126
126
 
127
- CopyRight (c) 2001-2024 by Apryse Software Inc. All Rights Reserved.
127
+ CopyRight (c) 2001-2025 by Apryse Software Inc. All Rights Reserved.
128
128
  CopyRight Aaron W. LaFramboise, Roland Schwarz, Michael Glassford 2004.
129
129
  CopyRight Anthony Williams 2007
130
130
  CopyRight Beman Dawes 2002-2010
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdftron/pdfnet-node",
3
- "version": "11.3.0-beta",
3
+ "version": "11.4.0",
4
4
  "main": "./lib/pdfnet.js",
5
5
  "types": "./lib/types.d.ts",
6
6
  "binary": {
package/readme.md CHANGED
@@ -4,7 +4,7 @@ This package leverages the full power of Apryse's native SDK for maximal perform
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 (excluding Alpine), Windows(x64), Mac
7
+ * **OS**: Linux, Windows(x64), Mac
8
8
  * **Node.js version**: 8 - 22
9
9
  * **Electron version**: 30 - 30
10
10