@pdfme/common 5.3.0 → 5.3.1-dev.1

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
  // This value is auto-replaced with the latest Git tag during the build, including npm releases, so no manual updates are needed.
5
- exports.PDFME_VERSION = '5.3.0';
5
+ exports.PDFME_VERSION = '5.3.1';
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
  // This value is auto-replaced with the latest Git tag during the build, including npm releases, so no manual updates are needed.
2
- export const PDFME_VERSION = '5.3.0';
2
+ export const PDFME_VERSION = '5.3.1';
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
@@ -1,4 +1,4 @@
1
- export declare const PDFME_VERSION = "5.3.0";
1
+ export declare const PDFME_VERSION = "5.3.1";
2
2
  export declare const PT_TO_PX_RATIO = 1.333;
3
3
  export declare const PT_TO_MM_RATIO = 0.3528;
4
4
  export declare const MM_TO_PT_RATIO = 2.8346;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/common",
3
- "version": "5.3.0",
3
+ "version": "5.3.1-dev.1",
4
4
  "sideEffects": false,
5
5
  "author": "hand-dot",
6
6
  "license": "MIT",
@@ -44,7 +44,7 @@
44
44
  "prettier": "prettier --write 'src/**/*.ts'"
45
45
  },
46
46
  "dependencies": {
47
- "@pdfme/pdf-lib": "^1.18.3",
47
+ "@pdfme/pdf-lib": "*",
48
48
  "acorn": "^8.14.0",
49
49
  "buffer": "^6.0.3",
50
50
  "zod": "^3.20.2"
package/src/constants.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  // This value is auto-replaced with the latest Git tag during the build, including npm releases, so no manual updates are needed.
2
- export const PDFME_VERSION = '5.3.0';
2
+ export const PDFME_VERSION = '5.3.1';
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