@sunertech/docx 10.0.1 → 10.0.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.
package/dist/index.cjs CHANGED
@@ -29485,7 +29485,7 @@ const patchDocument = (_0) => __async(null, [_0], function* ({
29485
29485
  relationshipAdditions.push({
29486
29486
  key,
29487
29487
  entries: chartEntries.map(([tempId], index) => ({
29488
- name: `chart${index + 1}`,
29488
+ name: `chart${index + 1}.xml`,
29489
29489
  path: "charts",
29490
29490
  type: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",
29491
29491
  repl: tempId
@@ -29485,7 +29485,7 @@ var docx = (function(exports) {
29485
29485
  relationshipAdditions.push({
29486
29486
  key,
29487
29487
  entries: chartEntries.map(([tempId], index) => ({
29488
- name: `chart${index + 1}`,
29488
+ name: `chart${index + 1}.xml`,
29489
29489
  path: "charts",
29490
29490
  type: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",
29491
29491
  repl: tempId
package/dist/index.mjs CHANGED
@@ -29483,7 +29483,7 @@ const patchDocument = (_0) => __async(null, [_0], function* ({
29483
29483
  relationshipAdditions.push({
29484
29484
  key,
29485
29485
  entries: chartEntries.map(([tempId], index) => ({
29486
- name: `chart${index + 1}`,
29486
+ name: `chart${index + 1}.xml`,
29487
29487
  path: "charts",
29488
29488
  type: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",
29489
29489
  repl: tempId
@@ -29487,7 +29487,7 @@ var __async = (__this, __arguments, generator) => {
29487
29487
  relationshipAdditions.push({
29488
29488
  key,
29489
29489
  entries: chartEntries.map(([tempId], index) => ({
29490
- name: `chart${index + 1}`,
29490
+ name: `chart${index + 1}.xml`,
29491
29491
  path: "charts",
29492
29492
  type: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",
29493
29493
  repl: tempId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunertech/docx",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.cjs",