@8btc/ppt-generator-mcp 0.0.8 → 0.0.10
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.
|
@@ -76,7 +76,7 @@ const formatOutlineList = (outlineList, contentsTemplates) => {
|
|
|
76
76
|
const count = cur.elements.filter((el) => checkTextType(el, "item")).length;
|
|
77
77
|
acc = Math.max(acc, count);
|
|
78
78
|
return acc;
|
|
79
|
-
},
|
|
79
|
+
}, 1);
|
|
80
80
|
for (const outlineItem of outlineList) {
|
|
81
81
|
if (outlineItem.type === "content") {
|
|
82
82
|
const items = outlineItem.data.items;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@8btc/ppt-generator-mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "MCP service for generating PPT files from AI-generated outlines and templates",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,9 +17,7 @@
|
|
|
17
17
|
"@8btc/ppt-generator-mcp": "dist/index.js"
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
|
-
".": "./dist/ppt-generator.js"
|
|
21
|
-
"@napi-rs/canvas": false,
|
|
22
|
-
"jsdom": false
|
|
20
|
+
".": "./dist/ppt-generator.js"
|
|
23
21
|
},
|
|
24
22
|
"keywords": [
|
|
25
23
|
"mcp",
|