pptx-vanilla-viewer 0.13.0 → 0.14.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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,8 @@ All notable changes to this project are documented here.
4
4
  This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
5
5
  by [git-cliff](https://git-cliff.org); do not edit it by hand.
6
6
 
7
+ ## [0.13.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.13.0) - 2026-07-18
8
+
7
9
  ## [0.12.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.12.0) - 2026-07-17
8
10
 
9
11
  ## [0.11.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.11.0) - 2026-07-17
package/README.md CHANGED
@@ -18,7 +18,7 @@ The rendering is done by the framework-agnostic [`pptx-viewer-core`](https://www
18
18
  ## Install
19
19
 
20
20
  ```bash
21
- npm install pptx-vanilla-viewer jszip fast-xml-parser
21
+ npm install pptx-vanilla-viewer
22
22
  ```
23
23
 
24
24
  ## Usage