@pdfme/common 6.1.3 → 6.1.5

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/index.js CHANGED
@@ -3,7 +3,7 @@ import { Buffer } from "buffer";
3
3
  import { PDFName } from "@pdfme/pdf-lib";
4
4
  import * as acorn from "acorn";
5
5
  //#region src/version.ts
6
- var PDFME_VERSION = "6.1.3";
6
+ var PDFME_VERSION = "6.1.5";
7
7
  //#endregion
8
8
  //#region src/pageSize.ts
9
9
  var PAGE_SIZE_PRESETS = {
@@ -302,6 +302,7 @@ var CommonProps = z.object({
302
302
  var GeneratorOptions = CommonOptions.extend({
303
303
  colorType: ColorType,
304
304
  author: z.string().optional(),
305
+ basePdfPassword: z.string().optional(),
305
306
  creationDate: z.date().optional(),
306
307
  creator: z.string().optional(),
307
308
  keywords: z.array(z.string()).optional(),