pdfdancer-client-typescript 2.0.16 → 2.0.17

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/dist/version.d.ts CHANGED
@@ -5,5 +5,5 @@
5
5
  * A fallback version is committed to git to ensure builds don't fail
6
6
  * if version generation fails.
7
7
  */
8
- export declare const VERSION = "2.0.16";
8
+ export declare const VERSION = "2.0.17";
9
9
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -8,5 +8,5 @@
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.VERSION = void 0;
11
- exports.VERSION = "2.0.16";
11
+ exports.VERSION = "2.0.17";
12
12
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdfdancer-client-typescript",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "description": "A TypeScript client library for the PDFDancer PDF manipulation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",