@larkup/tool-doc-editor 0.2.1 → 0.2.3

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": "@larkup/tool-doc-editor",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -40,8 +40,8 @@
40
40
  "jszip": "^3.10.1",
41
41
  "mammoth": "^1.12.0",
42
42
  "pdf-lib": "^1.17.1",
43
- "@larkup/sandbox": "0.1.2",
44
- "@larkup/core": "0.2.0"
43
+ "@larkup/core": "0.2.2",
44
+ "@larkup/sandbox": "0.1.2"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@larkup/marketplace": ">=0.1.0"
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "typescript": "5.7.3",
56
- "@larkup/marketplace": "0.1.1"
56
+ "@larkup/marketplace": "0.1.3"
57
57
  },
58
58
  "license": "Apache-2.0",
59
59
  "repository": {
@@ -5,7 +5,7 @@
5
5
  "description": "AI-powered form filling and document editing with Canvas-style live preview.",
6
6
  "longDescription": "Open PDF, Word, PowerPoint, and text files in a split-view Canvas. AI fills forms using your knowledge base, edits content on request, and previews changes live. Supports PDF form fields (AcroForm), DOCX paragraphs/tables, PPTX slide text, and plain text editing. Uses pdf-lib (native) for PDF and the Docker sandbox for DOCX/PPTX via python-docx/python-pptx.",
7
7
  "category": "utility",
8
- "version": "0.1.0",
8
+ "version": "0.2.1",
9
9
  "pricing": "free",
10
10
  "emoji": "📝",
11
11
  "icon": "FileEdit",