orz-paged 0.3.0 → 0.4.0
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/lib.d.ts +4 -1
- package/dist/lib.js +13 -6
- package/dist/orz-paged.browser.js +90 -94
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orz-paged",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Self-contained, editable HTML documents (.paged.html) — Markdown shown as print pages via paged.js, edited in-browser, exported to PDF by printing. Sibling of orz-mdhtml and orz-slides.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/lib.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"url": "https://github.com/wangyu16/orz-paged"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"orz-markdown": "^1.3.
|
|
48
|
+
"orz-markdown": "^1.3.2",
|
|
49
49
|
"pagedjs": "^0.4.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|