@pdfme/common 6.1.3 → 6.1.4-dev.4

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/schema.d.ts CHANGED
@@ -375,6 +375,7 @@ export declare const GeneratorOptions: z.ZodObject<{
375
375
  cmyk: "cmyk";
376
376
  }>>;
377
377
  author: z.ZodOptional<z.ZodString>;
378
+ basePdfPassword: z.ZodOptional<z.ZodString>;
378
379
  creationDate: z.ZodOptional<z.ZodDate>;
379
380
  creator: z.ZodOptional<z.ZodString>;
380
381
  keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -489,6 +490,7 @@ export declare const GenerateProps: z.ZodObject<{
489
490
  cmyk: "cmyk";
490
491
  }>>;
491
492
  author: z.ZodOptional<z.ZodString>;
493
+ basePdfPassword: z.ZodOptional<z.ZodString>;
492
494
  creationDate: z.ZodOptional<z.ZodDate>;
493
495
  creator: z.ZodOptional<z.ZodString>;
494
496
  keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const PDFME_VERSION = "6.1.3";
1
+ export declare const PDFME_VERSION = "6.1.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/common",
3
- "version": "6.1.3",
3
+ "version": "6.1.4-dev.4",
4
4
  "description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!",
5
5
  "keywords": [
6
6
  "pdf",