@things-factory/integration-headless 7.0.57 → 7.0.59

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-headless",
3
- "version": "7.0.57",
3
+ "version": "7.0.59",
4
4
  "main": "dist-server/index.js",
5
5
  "things-factory": true,
6
6
  "author": "heartyoh <heartyoh@hatiolab.com>",
@@ -29,5 +29,5 @@
29
29
  "ejs": "^3.1.10",
30
30
  "pdf-lib": "^1.17.1"
31
31
  },
32
- "gitHead": "f20b3e2985f67d55add75ee951eb197b419754dd"
32
+ "gitHead": "3e207078ee916776059e2984c29fb3d1d18372c5"
33
33
  }
@@ -4,3 +4,6 @@ import './headless-pdf-capture-board'
4
4
  import './headless-pdf-open'
5
5
  import './headless-pdf-save'
6
6
  import './pdf-capture-util'
7
+
8
+ export * from './pdf-capture-util'
9
+ export * from './headless-pdf-capture-board'
package/server/index.ts CHANGED
@@ -1 +1,3 @@
1
1
  import './engine'
2
+
3
+ export * from './engine/task'
@@ -7,6 +7,7 @@
7
7
  "label.header": "header template",
8
8
  "label.html-content": "html content",
9
9
  "label.landscape": "landscape",
10
+ "label.markdown-content": "markdown content",
10
11
  "label.output-path": "output path",
11
12
  "label.page-format": "page format",
12
13
  "label.page-height": "page height",
@@ -7,6 +7,7 @@
7
7
  "label.header": "ヘッダーテンプレート",
8
8
  "label.html-content": "html コンテンツ",
9
9
  "label.landscape": "横向き",
10
+ "label.markdown-content": "Markdown コンテンツ",
10
11
  "label.output-path": "出力パス",
11
12
  "label.page-format": "ページ形式",
12
13
  "label.page-height": "ページ高さ",
@@ -7,6 +7,7 @@
7
7
  "label.header": "머릿글 템플릿",
8
8
  "label.html-content": "본문 템플릿",
9
9
  "label.landscape": "가로 여부",
10
+ "label.markdown-content": "markdown 본문",
10
11
  "label.output-path": "출력 패스",
11
12
  "label.page-format": "페이지 형식",
12
13
  "label.page-height": "페이지 높이",
@@ -7,6 +7,7 @@
7
7
  "label.header": "templat pengepala",
8
8
  "label.html-content": "kandungan html",
9
9
  "label.landscape": "melintang",
10
+ "label.markdown-content": "kandungan markdown",
10
11
  "label.output-path": "laluan output",
11
12
  "label.page-format": "format halaman",
12
13
  "label.page-height": "tinggi halaman",
@@ -7,6 +7,7 @@
7
7
  "label.header": "页眉模板",
8
8
  "label.html-content": "html 内容",
9
9
  "label.landscape": "横向",
10
+ "label.markdown-content": "Markdown 内容",
10
11
  "label.output-path": "输出路径",
11
12
  "label.page-format": "页面格式",
12
13
  "label.page-height": "页面高度",