pptx-viewer-core 1.3.1 → 1.5.0

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.
@@ -1,4 +1,4 @@
1
- import { m as PptxData, P as PptxSlide } from './presentation-BfnrtJV1.mjs';
1
+ import { m as PptxData, P as PptxSlide } from './presentation-BAMjUmQZ.mjs';
2
2
 
3
3
  /**
4
4
  * Presentation merge operations for the headless PPTX SDK.
@@ -1,4 +1,4 @@
1
- import { m as PptxData, P as PptxSlide } from './presentation-BfnrtJV1.js';
1
+ import { m as PptxData, P as PptxSlide } from './presentation-BAMjUmQZ.js';
2
2
 
3
3
  /**
4
4
  * Presentation merge operations for the headless PPTX SDK.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptx-viewer-core",
3
- "version": "1.3.1",
3
+ "version": "1.5.0",
4
4
  "description": "PowerPoint PPTX engine: parse, edit, serialize, and convert .pptx files. Framework-agnostic TypeScript SDK.",
5
5
  "keywords": [
6
6
  "angular",
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "emf-converter": "^1.5.0",
80
- "fast-xml-parser": "^5.9.3",
80
+ "fast-xml-parser": "^5.10.0",
81
81
  "jszip": "^3.10.1",
82
82
  "mtx-decompressor": "^1.4.2"
83
83
  },