@office-open/docx 0.4.1 → 0.4.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/dist/index.mjs CHANGED
@@ -13580,7 +13580,7 @@ var Bibliography = class extends XmlComponent {
13580
13580
  constructor(options) {
13581
13581
  super("b:Sources");
13582
13582
  this.root.push(new SourcesAttributes({
13583
- "xmlns:b": "http://purl.oclc.org/ooxml/officeDocument/bibliography",
13583
+ "xmlns:b": "http://schemas.openxmlformats.org/officeDocument/2006/bibliography",
13584
13584
  StyleName: options.styleName
13585
13585
  }));
13586
13586
  for (const source of options.sources) this.root.push(new Source(source));