@bendyline/squisq-formats 2.3.5 → 2.3.6

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.
Files changed (31) hide show
  1. package/NOTICE.md +8 -7
  2. package/THIRD_PARTY_LICENSES.txt +170 -0
  3. package/dist/{chunk-TAAENIRB.js → chunk-6N2J7C2B.js} +1 -1
  4. package/dist/{chunk-SBUW7NHR.js → chunk-6X5XN3CZ.js} +2 -0
  5. package/dist/{chunk-26ISNJ7Y.js → chunk-BGDN7BXK.js} +49 -7
  6. package/dist/{chunk-GX7RAUME.js → chunk-DWNNYO5H.js} +3 -1
  7. package/dist/{chunk-4V3KCHAP.js → chunk-ILCJ3WFD.js} +1 -1
  8. package/dist/{chunk-6S6GU3ZG.js → chunk-KMBBO5H7.js} +3 -3
  9. package/dist/{chunk-K6XRMVPW.js → chunk-KN62QJYK.js} +42 -5
  10. package/dist/{chunk-GYIVES2E.js → chunk-KT5DX2QP.js} +42 -1
  11. package/dist/{chunk-EJTNGKEA.js → chunk-OK622ILP.js} +1 -1
  12. package/dist/{chunk-X2DEAXNK.js → chunk-S5PCVMKU.js} +6 -0
  13. package/dist/{chunk-ZBPGMRFQ.js → chunk-TBB4PAX5.js} +106 -19
  14. package/dist/{chunk-OGS5VCGJ.js → chunk-UIBTXX4L.js} +3 -3
  15. package/dist/chunk-USU6HTKB.js +94 -0
  16. package/dist/{chunk-PU7REGWV.js → chunk-WATAOG4Y.js} +2 -2
  17. package/dist/docx/index.js +6 -5
  18. package/dist/epub/index.js +3 -2
  19. package/dist/{extract-MN7LA3NL.js → extract-UTAOG7LV.js} +3 -3
  20. package/dist/index.js +15 -14
  21. package/dist/infer/index.js +4 -4
  22. package/dist/{layouts-DRWZGSPD.js → layouts-2A7QNF6Y.js} +2 -2
  23. package/dist/ooxml/index.d.ts +7 -1
  24. package/dist/ooxml/index.js +9 -3
  25. package/dist/pdf/index.d.ts +2 -2
  26. package/dist/pdf/index.js +2 -1
  27. package/dist/pptx/index.js +7 -6
  28. package/dist/registry/index.js +1 -1
  29. package/dist/xlsx/index.js +4 -4
  30. package/package.json +5 -3
  31. /package/dist/{chunk-3DRWKOF4.js → chunk-GK23NBPZ.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  parseThemeXml,
3
3
  readThemePart
4
- } from "./chunk-EJTNGKEA.js";
4
+ } from "./chunk-OK622ILP.js";
5
5
  import {
6
6
  CONTENT_TYPE_PPTX_THEME,
7
7
  NS_PML,
@@ -11,7 +11,7 @@ import {
11
11
  getPartRelationships,
12
12
  getPartXml,
13
13
  resolveTarget
14
- } from "./chunk-X2DEAXNK.js";
14
+ } from "./chunk-S5PCVMKU.js";
15
15
 
16
16
  // src/infer/extract.ts
17
17
  var DEFAULT_COLOR_MAP = { bg1: "lt1", tx1: "dk1" };
@@ -4,14 +4,15 @@ import {
4
4
  docxToDoc,
5
5
  docxToMarkdownDoc,
6
6
  markdownDocToDocx
7
- } from "../chunk-26ISNJ7Y.js";
8
- import "../chunk-GX7RAUME.js";
9
- import "../chunk-SBUW7NHR.js";
10
- import "../chunk-4V3KCHAP.js";
7
+ } from "../chunk-BGDN7BXK.js";
8
+ import "../chunk-DWNNYO5H.js";
9
+ import "../chunk-6X5XN3CZ.js";
10
+ import "../chunk-ILCJ3WFD.js";
11
11
  import "../chunk-JU2RHXUB.js";
12
- import "../chunk-X2DEAXNK.js";
12
+ import "../chunk-S5PCVMKU.js";
13
13
  import "../chunk-7AWFHP5U.js";
14
14
  import "../chunk-IIQYS2YH.js";
15
+ import "../chunk-USU6HTKB.js";
15
16
  import "../chunk-AONELFLA.js";
16
17
  export {
17
18
  docToDocx,
@@ -1,9 +1,10 @@
1
1
  import {
2
2
  docToEpub,
3
3
  markdownDocToEpub
4
- } from "../chunk-K6XRMVPW.js";
5
- import "../chunk-SBUW7NHR.js";
4
+ } from "../chunk-KN62QJYK.js";
5
+ import "../chunk-6X5XN3CZ.js";
6
6
  import "../chunk-JU2RHXUB.js";
7
+ import "../chunk-USU6HTKB.js";
7
8
  import "../chunk-6RQOV3B3.js";
8
9
  import "../chunk-AONELFLA.js";
9
10
  export {
@@ -2,9 +2,9 @@ import {
2
2
  extractDocxTheme,
3
3
  extractPptxTheme,
4
4
  extractXlsxTheme
5
- } from "./chunk-PU7REGWV.js";
6
- import "./chunk-EJTNGKEA.js";
7
- import "./chunk-X2DEAXNK.js";
5
+ } from "./chunk-WATAOG4Y.js";
6
+ import "./chunk-OK622ILP.js";
7
+ import "./chunk-S5PCVMKU.js";
8
8
  import "./chunk-7AWFHP5U.js";
9
9
  export {
10
10
  extractDocxTheme,
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  docToEpub,
3
3
  markdownDocToEpub
4
- } from "./chunk-K6XRMVPW.js";
4
+ } from "./chunk-KN62QJYK.js";
5
5
  import {
6
6
  BUILTIN_FORMAT_IDS,
7
7
  DEFAULT_CONVERSION_LIMITS,
@@ -11,14 +11,14 @@ import {
11
11
  defaultRegistry,
12
12
  prepareConversion,
13
13
  resolveConversionLimits
14
- } from "./chunk-3DRWKOF4.js";
14
+ } from "./chunk-GK23NBPZ.js";
15
15
  import {
16
16
  inferThemeFromFile
17
- } from "./chunk-6S6GU3ZG.js";
17
+ } from "./chunk-KMBBO5H7.js";
18
18
  import {
19
19
  ConversionError
20
20
  } from "./chunk-KXOZMWBS.js";
21
- import "./chunk-PU7REGWV.js";
21
+ import "./chunk-WATAOG4Y.js";
22
22
  import {
23
23
  compileExtractedTheme
24
24
  } from "./chunk-2JJ5RFDZ.js";
@@ -27,32 +27,32 @@ import {
27
27
  docxToDoc,
28
28
  docxToMarkdownDoc,
29
29
  markdownDocToDocx
30
- } from "./chunk-26ISNJ7Y.js";
30
+ } from "./chunk-BGDN7BXK.js";
31
31
  import {
32
32
  docToPptx,
33
33
  markdownDocToPptx,
34
34
  pptxToDoc,
35
35
  pptxToMarkdownDoc
36
- } from "./chunk-ZBPGMRFQ.js";
37
- import "./chunk-TAAENIRB.js";
38
- import "./chunk-GX7RAUME.js";
36
+ } from "./chunk-TBB4PAX5.js";
37
+ import "./chunk-6N2J7C2B.js";
38
+ import "./chunk-DWNNYO5H.js";
39
39
  import {
40
40
  docToXlsx,
41
41
  markdownDocToXlsx,
42
42
  xlsxToDoc,
43
43
  xlsxToMarkdownDoc
44
- } from "./chunk-OGS5VCGJ.js";
45
- import "./chunk-SBUW7NHR.js";
44
+ } from "./chunk-UIBTXX4L.js";
45
+ import "./chunk-6X5XN3CZ.js";
46
46
  import {
47
47
  csvToDoc,
48
48
  csvToMarkdownDoc,
49
49
  markdownDocToCsv,
50
50
  parseCsv
51
51
  } from "./chunk-AD2WT564.js";
52
- import "./chunk-EJTNGKEA.js";
53
- import "./chunk-4V3KCHAP.js";
52
+ import "./chunk-OK622ILP.js";
53
+ import "./chunk-ILCJ3WFD.js";
54
54
  import "./chunk-JU2RHXUB.js";
55
- import "./chunk-X2DEAXNK.js";
55
+ import "./chunk-S5PCVMKU.js";
56
56
  import {
57
57
  ZipSafetyError
58
58
  } from "./chunk-7AWFHP5U.js";
@@ -62,8 +62,9 @@ import {
62
62
  markdownDocToPdf,
63
63
  pdfToDoc,
64
64
  pdfToMarkdownDoc
65
- } from "./chunk-GYIVES2E.js";
65
+ } from "./chunk-KT5DX2QP.js";
66
66
  import "./chunk-IIQYS2YH.js";
67
+ import "./chunk-USU6HTKB.js";
67
68
  import {
68
69
  collectImagePaths,
69
70
  docToHtml,
@@ -1,19 +1,19 @@
1
1
  import {
2
2
  inferThemeFromFile
3
- } from "../chunk-6S6GU3ZG.js";
3
+ } from "../chunk-KMBBO5H7.js";
4
4
  import "../chunk-KXOZMWBS.js";
5
5
  import {
6
6
  extractDocxTheme,
7
7
  extractPptxTheme,
8
8
  extractXlsxTheme
9
- } from "../chunk-PU7REGWV.js";
9
+ } from "../chunk-WATAOG4Y.js";
10
10
  import {
11
11
  colorHintsFromExtraction,
12
12
  compileExtractedTheme,
13
13
  extractedThemeToPartial
14
14
  } from "../chunk-2JJ5RFDZ.js";
15
- import "../chunk-EJTNGKEA.js";
16
- import "../chunk-X2DEAXNK.js";
15
+ import "../chunk-OK622ILP.js";
16
+ import "../chunk-S5PCVMKU.js";
17
17
  import "../chunk-7AWFHP5U.js";
18
18
  export {
19
19
  colorHintsFromExtraction,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  analyzePptxLayouts,
3
3
  inspectPptxLayouts
4
- } from "./chunk-TAAENIRB.js";
5
- import "./chunk-X2DEAXNK.js";
4
+ } from "./chunk-6N2J7C2B.js";
5
+ import "./chunk-S5PCVMKU.js";
6
6
  import "./chunk-7AWFHP5U.js";
7
7
  export {
8
8
  analyzePptxLayouts,
@@ -197,6 +197,8 @@ declare const REL_STYLES = "http://schemas.openxmlformats.org/officeDocument/200
197
197
  declare const REL_NUMBERING = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering";
198
198
  /** Relationship type: Font table */
199
199
  declare const REL_FONT_TABLE = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable";
200
+ /** Relationship type: embedded font data */
201
+ declare const REL_FONT = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/font";
200
202
  /** Relationship type: Settings */
201
203
  declare const REL_SETTINGS = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings";
202
204
  /** Relationship type: Hyperlink */
@@ -238,12 +240,16 @@ declare const CONTENT_TYPE_DOCX_STYLES = "application/vnd.openxmlformats-officed
238
240
  declare const CONTENT_TYPE_DOCX_NUMBERING = "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml";
239
241
  declare const CONTENT_TYPE_DOCX_SETTINGS = "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml";
240
242
  declare const CONTENT_TYPE_DOCX_FONT_TABLE = "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml";
243
+ /** WordprocessingML obfuscated OpenType/TrueType font part. */
244
+ declare const CONTENT_TYPE_DOCX_OBFUSCATED_FONT = "application/vnd.openxmlformats-officedocument.obfuscatedFont";
241
245
  declare const CONTENT_TYPE_DOCX_FOOTNOTES = "application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml";
242
246
  declare const CONTENT_TYPE_PPTX_PRESENTATION = "application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml";
243
247
  declare const CONTENT_TYPE_PPTX_SLIDE = "application/vnd.openxmlformats-officedocument.presentationml.slide+xml";
244
248
  declare const CONTENT_TYPE_PPTX_SLIDE_LAYOUT = "application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml";
245
249
  declare const CONTENT_TYPE_PPTX_SLIDE_MASTER = "application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml";
246
250
  declare const CONTENT_TYPE_PPTX_THEME = "application/vnd.openxmlformats-officedocument.theme+xml";
251
+ /** PresentationML embedded OpenType/TrueType font part. */
252
+ declare const CONTENT_TYPE_PPTX_FONT = "application/x-fontdata";
247
253
  /** Relationship type: Slide */
248
254
  declare const REL_SLIDE = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide";
249
255
  /** Relationship type: Slide layout */
@@ -256,4 +262,4 @@ declare const CONTENT_TYPE_XLSX_STYLES = "application/vnd.openxmlformats-officed
256
262
  /** Relationship type: Worksheet */
257
263
  declare const REL_WORKSHEET = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet";
258
264
 
259
- export { CONTENT_TYPE_CORE_PROPERTIES, CONTENT_TYPE_DOCX_DOCUMENT, CONTENT_TYPE_DOCX_FONT_TABLE, CONTENT_TYPE_DOCX_FOOTNOTES, CONTENT_TYPE_DOCX_NUMBERING, CONTENT_TYPE_DOCX_SETTINGS, CONTENT_TYPE_DOCX_STYLES, CONTENT_TYPE_PPTX_PRESENTATION, CONTENT_TYPE_PPTX_SLIDE, CONTENT_TYPE_PPTX_SLIDE_LAYOUT, CONTENT_TYPE_PPTX_SLIDE_MASTER, CONTENT_TYPE_PPTX_THEME, CONTENT_TYPE_RELATIONSHIPS, CONTENT_TYPE_XLSX_STYLES, CONTENT_TYPE_XLSX_WORKBOOK, CONTENT_TYPE_XLSX_WORKSHEET, CoreProperties, NS_CONTENT_TYPES, NS_CORE_PROPERTIES, NS_DC, NS_DCTERMS, NS_DRAWINGML, NS_MC, NS_PICTURE, NS_PML, NS_R, NS_RELATIONSHIPS, NS_SML, NS_WML, NS_WP_DRAWING, NS_XSI, type OoxmlPackageBuilder, REL_CORE_PROPERTIES, REL_EXTENDED_PROPERTIES, REL_FONT_TABLE, REL_FOOTNOTES, REL_HYPERLINK, REL_IMAGE, REL_NUMBERING, REL_OFFICE_DOCUMENT, REL_SETTINGS, REL_SLIDE, REL_SLIDE_LAYOUT, REL_SLIDE_MASTER, REL_STYLES, REL_THEME, REL_WORKSHEET, Relationship, attrNS, attrString, baseDirOf, createPackage, escapeXml, findRelByType, resolveTarget, selfClosingElement, textElement, xmlDeclaration, xmlElement };
265
+ export { CONTENT_TYPE_CORE_PROPERTIES, CONTENT_TYPE_DOCX_DOCUMENT, CONTENT_TYPE_DOCX_FONT_TABLE, CONTENT_TYPE_DOCX_FOOTNOTES, CONTENT_TYPE_DOCX_NUMBERING, CONTENT_TYPE_DOCX_OBFUSCATED_FONT, CONTENT_TYPE_DOCX_SETTINGS, CONTENT_TYPE_DOCX_STYLES, CONTENT_TYPE_PPTX_FONT, CONTENT_TYPE_PPTX_PRESENTATION, CONTENT_TYPE_PPTX_SLIDE, CONTENT_TYPE_PPTX_SLIDE_LAYOUT, CONTENT_TYPE_PPTX_SLIDE_MASTER, CONTENT_TYPE_PPTX_THEME, CONTENT_TYPE_RELATIONSHIPS, CONTENT_TYPE_XLSX_STYLES, CONTENT_TYPE_XLSX_WORKBOOK, CONTENT_TYPE_XLSX_WORKSHEET, CoreProperties, NS_CONTENT_TYPES, NS_CORE_PROPERTIES, NS_DC, NS_DCTERMS, NS_DRAWINGML, NS_MC, NS_PICTURE, NS_PML, NS_R, NS_RELATIONSHIPS, NS_SML, NS_WML, NS_WP_DRAWING, NS_XSI, type OoxmlPackageBuilder, REL_CORE_PROPERTIES, REL_EXTENDED_PROPERTIES, REL_FONT, REL_FONT_TABLE, REL_FOOTNOTES, REL_HYPERLINK, REL_IMAGE, REL_NUMBERING, REL_OFFICE_DOCUMENT, REL_SETTINGS, REL_SLIDE, REL_SLIDE_LAYOUT, REL_SLIDE_MASTER, REL_STYLES, REL_THEME, REL_WORKSHEET, Relationship, attrNS, attrString, baseDirOf, createPackage, escapeXml, findRelByType, resolveTarget, selfClosingElement, textElement, xmlDeclaration, xmlElement };
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  parseThemeXml,
3
3
  readThemePart
4
- } from "../chunk-EJTNGKEA.js";
4
+ } from "../chunk-OK622ILP.js";
5
5
  import {
6
6
  createPackage
7
- } from "../chunk-4V3KCHAP.js";
7
+ } from "../chunk-ILCJ3WFD.js";
8
8
  import {
9
9
  attrString,
10
10
  escapeXml,
@@ -19,8 +19,10 @@ import {
19
19
  CONTENT_TYPE_DOCX_FONT_TABLE,
20
20
  CONTENT_TYPE_DOCX_FOOTNOTES,
21
21
  CONTENT_TYPE_DOCX_NUMBERING,
22
+ CONTENT_TYPE_DOCX_OBFUSCATED_FONT,
22
23
  CONTENT_TYPE_DOCX_SETTINGS,
23
24
  CONTENT_TYPE_DOCX_STYLES,
25
+ CONTENT_TYPE_PPTX_FONT,
24
26
  CONTENT_TYPE_PPTX_PRESENTATION,
25
27
  CONTENT_TYPE_PPTX_SLIDE,
26
28
  CONTENT_TYPE_PPTX_SLIDE_LAYOUT,
@@ -46,6 +48,7 @@ import {
46
48
  NS_XSI,
47
49
  REL_CORE_PROPERTIES,
48
50
  REL_EXTENDED_PROPERTIES,
51
+ REL_FONT,
49
52
  REL_FONT_TABLE,
50
53
  REL_FOOTNOTES,
51
54
  REL_HYPERLINK,
@@ -70,7 +73,7 @@ import {
70
73
  requireMainPartPath,
71
74
  resolveMainPartPath,
72
75
  resolveTarget
73
- } from "../chunk-X2DEAXNK.js";
76
+ } from "../chunk-S5PCVMKU.js";
74
77
  import {
75
78
  ZipSafetyError
76
79
  } from "../chunk-7AWFHP5U.js";
@@ -80,8 +83,10 @@ export {
80
83
  CONTENT_TYPE_DOCX_FONT_TABLE,
81
84
  CONTENT_TYPE_DOCX_FOOTNOTES,
82
85
  CONTENT_TYPE_DOCX_NUMBERING,
86
+ CONTENT_TYPE_DOCX_OBFUSCATED_FONT,
83
87
  CONTENT_TYPE_DOCX_SETTINGS,
84
88
  CONTENT_TYPE_DOCX_STYLES,
89
+ CONTENT_TYPE_PPTX_FONT,
85
90
  CONTENT_TYPE_PPTX_PRESENTATION,
86
91
  CONTENT_TYPE_PPTX_SLIDE,
87
92
  CONTENT_TYPE_PPTX_SLIDE_LAYOUT,
@@ -107,6 +112,7 @@ export {
107
112
  NS_XSI,
108
113
  REL_CORE_PROPERTIES,
109
114
  REL_EXTENDED_PROPERTIES,
115
+ REL_FONT,
110
116
  REL_FONT_TABLE,
111
117
  REL_FOOTNOTES,
112
118
  REL_HYPERLINK,
@@ -10,8 +10,8 @@ import { ContentContainer } from '@bendyline/squisq/storage';
10
10
  * headings, paragraphs, inline formatting, lists, code blocks,
11
11
  * blockquotes, tables, thematic breaks, and hyperlinks.
12
12
  *
13
- * Uses only the 14 standard PDF fonts (no font embedding required),
14
- * keeping output size small and rendering fast.
13
+ * Uses the standard PDF fonts for authored text and embeds/subsets Font
14
+ * Awesome only when the document contains an inline icon.
15
15
  *
16
16
  * @example
17
17
  * ```ts
package/dist/pdf/index.js CHANGED
@@ -5,8 +5,9 @@ import {
5
5
  pdfToContainer,
6
6
  pdfToDoc,
7
7
  pdfToMarkdownDoc
8
- } from "../chunk-GYIVES2E.js";
8
+ } from "../chunk-KT5DX2QP.js";
9
9
  import "../chunk-IIQYS2YH.js";
10
+ import "../chunk-USU6HTKB.js";
10
11
  export {
11
12
  configurePdfWorker,
12
13
  docToPdf,
@@ -4,18 +4,19 @@ import {
4
4
  pptxToContainer,
5
5
  pptxToDoc,
6
6
  pptxToMarkdownDoc
7
- } from "../chunk-ZBPGMRFQ.js";
7
+ } from "../chunk-TBB4PAX5.js";
8
8
  import {
9
9
  analyzePptxLayouts,
10
10
  inspectPptxLayouts
11
- } from "../chunk-TAAENIRB.js";
12
- import "../chunk-GX7RAUME.js";
13
- import "../chunk-SBUW7NHR.js";
14
- import "../chunk-4V3KCHAP.js";
11
+ } from "../chunk-6N2J7C2B.js";
12
+ import "../chunk-DWNNYO5H.js";
13
+ import "../chunk-6X5XN3CZ.js";
14
+ import "../chunk-ILCJ3WFD.js";
15
15
  import "../chunk-JU2RHXUB.js";
16
- import "../chunk-X2DEAXNK.js";
16
+ import "../chunk-S5PCVMKU.js";
17
17
  import "../chunk-7AWFHP5U.js";
18
18
  import "../chunk-IIQYS2YH.js";
19
+ import "../chunk-USU6HTKB.js";
19
20
  import "../chunk-6RQOV3B3.js";
20
21
  import "../chunk-AONELFLA.js";
21
22
  export {
@@ -7,7 +7,7 @@ import {
7
7
  defaultRegistry,
8
8
  prepareConversion,
9
9
  resolveConversionLimits
10
- } from "../chunk-3DRWKOF4.js";
10
+ } from "../chunk-GK23NBPZ.js";
11
11
  import {
12
12
  ConversionError
13
13
  } from "../chunk-KXOZMWBS.js";
@@ -3,11 +3,11 @@ import {
3
3
  markdownDocToXlsx,
4
4
  xlsxToDoc,
5
5
  xlsxToMarkdownDoc
6
- } from "../chunk-OGS5VCGJ.js";
7
- import "../chunk-SBUW7NHR.js";
8
- import "../chunk-4V3KCHAP.js";
6
+ } from "../chunk-UIBTXX4L.js";
7
+ import "../chunk-6X5XN3CZ.js";
8
+ import "../chunk-ILCJ3WFD.js";
9
9
  import "../chunk-JU2RHXUB.js";
10
- import "../chunk-X2DEAXNK.js";
10
+ import "../chunk-S5PCVMKU.js";
11
11
  import "../chunk-7AWFHP5U.js";
12
12
  export {
13
13
  docToXlsx,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bendyline/squisq-formats",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "Document format converters — DOCX, PDF, OOXML import/export",
5
5
  "license": "MIT",
6
6
  "author": "Bendyline",
@@ -100,19 +100,21 @@
100
100
  }
101
101
  },
102
102
  "scripts": {
103
- "build": "tsup && node ../../scripts/generate-bundle-licenses.mjs . && node ../../scripts/remove-empty-chunks.mjs dist",
103
+ "build": "tsup && node ../../scripts/generate-bundle-licenses.mjs . @fortawesome/fontawesome-free && node ../../scripts/remove-empty-chunks.mjs dist",
104
104
  "dev": "concurrently -n js,dts -c blue,gray -r \"tsup --watch --no-dts --no-clean\" \"tsup --watch --dts-only --no-clean\"",
105
105
  "typecheck": "tsc --noEmit"
106
106
  },
107
107
  "dependencies": {
108
+ "@pdf-lib/fontkit": "1.1.1",
108
109
  "@pdf-lib/upng": "1.0.1",
109
110
  "@xmldom/xmldom": "0.9.10",
110
- "@bendyline/squisq": "2.4.1",
111
+ "@bendyline/squisq": "2.4.2",
111
112
  "jszip": "3.10.1",
112
113
  "pdf-lib": "1.17.1",
113
114
  "pdfjs-dist": "4.10.38"
114
115
  },
115
116
  "devDependencies": {
117
+ "@fortawesome/fontawesome-free": "7.2.0",
116
118
  "tsup": "8.5.1",
117
119
  "typescript": "5.9.3"
118
120
  }
File without changes