@pdfme/common
Advanced tools
Comparing version
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PDFME_VERSION = void 0; | ||
exports.PDFME_VERSION = '5.4.1'; | ||
exports.PDFME_VERSION = '5.4.2'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export const PDFME_VERSION = '5.4.1'; | ||
export const PDFME_VERSION = '5.4.2'; | ||
//# sourceMappingURL=version.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PDFME_VERSION = void 0; | ||
exports.PDFME_VERSION = '5.4.1'; | ||
exports.PDFME_VERSION = '5.4.2'; | ||
//# sourceMappingURL=version.js.map |
@@ -51,2 +51,3 @@ import { z } from 'zod'; | ||
* @property {(key: keyof Dict | string) => string} i18n - An object merged based on the options 'lang' and 'labels'. | ||
* @property {number} scale - The scale of the UI. | ||
* @property {Map<string | number, unknown>} _cache - Cache shared only during the execution of the render function (useful for caching images, etc. if needed). | ||
@@ -73,2 +74,3 @@ */ | ||
i18n: (key: string) => string; | ||
scale: number; | ||
_cache: Map<string | number, unknown>; | ||
@@ -75,0 +77,0 @@ }; |
@@ -1,1 +0,1 @@ | ||
export declare const PDFME_VERSION = "5.4.1"; | ||
export declare const PDFME_VERSION = "5.4.2"; |
{ | ||
"name": "@pdfme/common", | ||
"version": "5.4.1", | ||
"version": "5.4.2", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "author": "hand-dot", |
@@ -77,2 +77,3 @@ import { z } from 'zod'; | ||
* @property {(key: keyof Dict | string) => string} i18n - An object merged based on the options 'lang' and 'labels'. | ||
* @property {number} scale - The scale of the UI. | ||
* @property {Map<string | number, unknown>} _cache - Cache shared only during the execution of the render function (useful for caching images, etc. if needed). | ||
@@ -93,2 +94,3 @@ */ | ||
i18n: (key: string) => string; | ||
scale: number; | ||
_cache: Map<string | number, unknown>; | ||
@@ -95,0 +97,0 @@ }; |
@@ -1,1 +0,1 @@ | ||
export const PDFME_VERSION = '5.4.1'; | ||
export const PDFME_VERSION = '5.4.2'; |
1936341
0.01%22672
0.02%