odf-kit 0.9.1 → 0.9.2

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 +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "odf-kit",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Generate, fill, read, and convert OpenDocument Format (.odt) files in JavaScript and TypeScript. Works in Node.js and browsers.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -14,6 +14,10 @@
14
14
  "types": "./dist/odt/index.d.ts",
15
15
  "import": "./dist/odt/index.js"
16
16
  },
17
+ "./ods": {
18
+ "types": "./dist/ods/index.d.ts",
19
+ "import": "./dist/ods/index.js"
20
+ },
17
21
  "./template": {
18
22
  "types": "./dist/template/index.d.ts",
19
23
  "import": "./dist/template/index.js"