@pdfme/common 4.5.2-dev.3 → 4.5.2-dev.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.
@@ -2,7 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.DEFAULT_FONT_VALUE = exports.DEFAULT_FONT_NAME = exports.BLANK_PDF = exports.ZOOM = exports.MM_TO_PT_RATIO = exports.PT_TO_MM_RATIO = exports.PT_TO_PX_RATIO = exports.PDFME_VERSION = void 0;
|
4
4
|
// TODO: Automatically retrieve and apply the current git tag during the build process.
|
5
|
-
exports.PDFME_VERSION = '
|
5
|
+
exports.PDFME_VERSION = '5.0.0';
|
6
6
|
exports.PT_TO_PX_RATIO = 1.333;
|
7
7
|
exports.PT_TO_MM_RATIO = 0.3528;
|
8
8
|
exports.MM_TO_PT_RATIO = 2.8346; // https://www.ddc.co.jp/words/archives/20090701114500.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
// TODO: Automatically retrieve and apply the current git tag during the build process.
|
2
|
-
export const PDFME_VERSION = '
|
2
|
+
export const PDFME_VERSION = '5.0.0';
|
3
3
|
export const PT_TO_PX_RATIO = 1.333;
|
4
4
|
export const PT_TO_MM_RATIO = 0.3528;
|
5
5
|
export const MM_TO_PT_RATIO = 2.8346; // https://www.ddc.co.jp/words/archives/20090701114500.html
|
package/package.json
CHANGED
package/src/constants.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
// TODO: Automatically retrieve and apply the current git tag during the build process.
|
2
|
-
export const PDFME_VERSION = '
|
2
|
+
export const PDFME_VERSION = '5.0.0';
|
3
3
|
export const PT_TO_PX_RATIO = 1.333;
|
4
4
|
export const PT_TO_MM_RATIO = 0.3528;
|
5
5
|
export const MM_TO_PT_RATIO = 2.8346; // https://www.ddc.co.jp/words/archives/20090701114500.html
|