office-open 0.14.0 → 0.14.1

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "office-open",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "AI-native Office documents in one install — generate, parse, and patch Word, Excel, and PowerPoint from plain JSON, with a CLI, AI SDK tools, and JSON schemas for LLM tool-calling",
5
5
  "keywords": [
6
6
  "ai",
@@ -94,11 +94,11 @@
94
94
  "ajv": "8.20.0",
95
95
  "ajv-formats": "3.0.1",
96
96
  "citty": "0.2.2",
97
- "@office-open/xlsx": "0.14.0",
98
- "@office-open/xml": "0.14.0",
99
- "@office-open/core": "0.14.0",
100
- "@office-open/pptx": "0.14.0",
101
- "@office-open/docx": "0.14.0"
97
+ "@office-open/docx": "0.14.1",
98
+ "@office-open/xlsx": "0.14.1",
99
+ "@office-open/pptx": "0.14.1",
100
+ "@office-open/core": "0.14.1",
101
+ "@office-open/xml": "0.14.1"
102
102
  },
103
103
  "peerDependencies": {
104
104
  "ai": "^6.0.0"