tm-extractor 0.0.1 → 0.0.2

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.cjs CHANGED
@@ -1147,8 +1147,8 @@ class ScmExtractor {
1147
1147
  else {
1148
1148
  const nameWidth = regionWidth * 0.7;
1149
1149
  return {
1150
- pss: { x: regionX + regionWidth * 0.09, y: centerY },
1151
- psp: { x: regionX + regionWidth * 0.22, y: centerY },
1150
+ psp: { x: regionX + regionWidth * 0.09, y: centerY },
1151
+ pss: { x: regionX + regionWidth * 0.22, y: centerY },
1152
1152
  name: {
1153
1153
  x: regionX + regionWidth * 0.28,
1154
1154
  y: rowY + itemHeight * 0.28,
package/dist/index.js CHANGED
@@ -1123,8 +1123,8 @@ class ScmExtractor {
1123
1123
  else {
1124
1124
  const nameWidth = regionWidth * 0.7;
1125
1125
  return {
1126
- pss: { x: regionX + regionWidth * 0.09, y: centerY },
1127
- psp: { x: regionX + regionWidth * 0.22, y: centerY },
1126
+ psp: { x: regionX + regionWidth * 0.09, y: centerY },
1127
+ pss: { x: regionX + regionWidth * 0.22, y: centerY },
1128
1128
  name: {
1129
1129
  x: regionX + regionWidth * 0.28,
1130
1130
  y: rowY + itemHeight * 0.28,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tm-extractor",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "description": "Framework-independent JavaScript/TypeScript package for extracting TMA data from PDF files",
6
6
  "main": "dist/index.cjs",