pptx-viewer-core 1.4.0 → 1.6.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,23 @@ 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
+ ## [1.5.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-viewer-core@1.5.0) - 2026-07-16
8
+
9
+ ### Documentation
10
+
11
+ - **packages:** Add package-specific readme visuals (by @ChristopherVR) ([9e20f13](https://github.com/ChristopherVR/pptx-viewer/commit/9e20f133dc8f21db75a1ca5e46e77c0af3c96d66))
12
+
13
+ ## [1.4.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-viewer-core@1.4.0) - 2026-07-13
14
+
15
+ ### Bug Fixes
16
+
17
+ - **build:** Restore compatibility after dependency updates (by @ChristopherVR) ([ddbfae6](https://github.com/ChristopherVR/pptx-viewer/commit/ddbfae687669b9e6c64fd3c3b16a592623b79c10))
18
+
19
+ ### Dependencies
20
+
21
+ - **deps:** Update fast-xml-parser to 5.10.0 (by @dependabot[bot]) ([6080273](https://github.com/ChristopherVR/pptx-viewer/commit/6080273f6a6f603d10d69a71d54faad1e6d9bf05))
22
+ - **deps:** Update typescript to 7.0.2 (by @dependabot[bot]) ([0a7c1f1](https://github.com/ChristopherVR/pptx-viewer/commit/0a7c1f1f7f0ccdee9537f1e11177b6a39839d221))
23
+
7
24
  ## [1.3.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-viewer-core@1.3.1) - 2026-07-13
8
25
 
9
26
  ## [1.3.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-viewer-core@1.3.0) - 2026-07-11
package/README.md CHANGED
@@ -8,9 +8,11 @@
8
8
 
9
9
  Hand it the bytes of a `.pptx` file and it gives you back a structured, fully typed object that describes every slide: text, shapes, images, charts, tables, and more. Change anything in that object and write it back to a valid `.pptx`. You can also build new presentations from scratch with a simple chainable API, or turn a deck into Markdown.
10
10
 
11
- There is no UI here: this is the engine on its own. Use it directly when you need to process `.pptx` files without a screen, for example on a server, in a script, or in a build step. The same engine powers the [`pptx-react-viewer`](https://www.npmjs.com/package/pptx-react-viewer), [`pptx-vue-viewer`](https://www.npmjs.com/package/pptx-vue-viewer), and [`pptx-angular-viewer`](https://www.npmjs.com/package/pptx-angular-viewer) UI components.
11
+ There is no UI here: this is the engine on its own. Use it directly when you need to process `.pptx` files without a screen, for example on a server, in a script, or in a build step. The same engine powers the [React](https://www.npmjs.com/package/pptx-react-viewer), [Vue](https://www.npmjs.com/package/pptx-vue-viewer), [Angular](https://www.npmjs.com/package/pptx-angular-viewer), [Svelte](https://www.npmjs.com/package/pptx-svelte-viewer), and [Vanilla JavaScript](https://www.npmjs.com/package/pptx-vanilla-viewer) viewers.
12
12
 
13
- <samp>**[📦 npm](https://www.npmjs.com/package/pptx-viewer-core)** · **[📖 Full docs](https://christophervr.github.io/pptx-viewer/)** · **[▶️ Live demo](https://christophervr.github.io/pptx-viewer/demo/)** · **[⚛️ React UI](https://www.npmjs.com/package/pptx-react-viewer)** · **[🖖 Vue UI](https://www.npmjs.com/package/pptx-vue-viewer)** · **[🅰️ Angular UI](https://www.npmjs.com/package/pptx-angular-viewer)**</samp>
13
+ ![The core engine loading a PPTX into a typed slide model, then saving or converting it](https://raw.githubusercontent.com/ChristopherVR/pptx-viewer/main/.github/assets/packages/core-engine.svg)
14
+
15
+ <samp>**[📦 npm](https://www.npmjs.com/package/pptx-viewer-core)** · **[📖 Full docs](https://christophervr.github.io/pptx-viewer/)** · **[▶️ Live demo](https://christophervr.github.io/pptx-viewer/demo/)** · **[Choose a viewer](https://christophervr.github.io/pptx-viewer/guide/installation)**</samp>
14
16
 
15
17
  ---
16
18
 
@@ -1,4 +1,4 @@
1
- import { m as PptxData, a as PptxElement, N as TextSegment, P as PptxSlide } from './presentation-BfnrtJV1.mjs';
1
+ import { r as PptxData, a as PptxElement, _ as TextSegment, P as PptxSlide } from './presentation-BLbjWKxK.mjs';
2
2
 
3
3
  /**
4
4
  * Platform adapter for file system operations.
@@ -1,4 +1,4 @@
1
- import { m as PptxData, a as PptxElement, N as TextSegment, P as PptxSlide } from './presentation-BfnrtJV1.js';
1
+ import { r as PptxData, a as PptxElement, _ as TextSegment, P as PptxSlide } from './presentation-BLbjWKxK.js';
2
2
 
3
3
  /**
4
4
  * Platform adapter for file system operations.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { F as FindResult, M as MergeOptions } from '../text-operations-DMQi9vpL.mjs';
3
- import '../presentation-BfnrtJV1.mjs';
2
+ import { F as FindResult, M as MergeOptions } from '../text-operations-Beui0_5d.mjs';
3
+ import '../presentation-BLbjWKxK.mjs';
4
4
 
5
5
  /**
6
6
  * CLI command handlers for pptx-cli.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { F as FindResult, M as MergeOptions } from '../text-operations-BjPf391u.js';
3
- import '../presentation-BfnrtJV1.js';
2
+ import { F as FindResult, M as MergeOptions } from '../text-operations-B0rbI4l2.js';
3
+ import '../presentation-BLbjWKxK.js';
4
4
 
5
5
  /**
6
6
  * CLI command handlers for pptx-cli.
package/dist/cli/index.js CHANGED
Binary file
Binary file
@@ -1,6 +1,6 @@
1
- import { T as TextSegmentRenderer } from '../SvgExporter-Hv9ofMZv.mjs';
2
- export { C as ConversionOptions, a as ConversionResult, D as DocumentConverter, F as FileSystemAdapter, M as MediaContext, P as PptxConverterOptions, b as PptxMarkdownConverter, S as SlideProcessor, c as SlideProcessorOptions, d as SvgExportOptions, e as SvgExporter, f as dataUrlToMediaBytes, g as deriveOutputPath, h as generateMediaFilename, i as getDirectory, n as normalizePath } from '../SvgExporter-Hv9ofMZv.mjs';
3
- import { P as PptxSlide } from '../presentation-BfnrtJV1.mjs';
1
+ import { T as TextSegmentRenderer } from '../SvgExporter-Csx19PZz.mjs';
2
+ export { C as ConversionOptions, a as ConversionResult, D as DocumentConverter, F as FileSystemAdapter, M as MediaContext, P as PptxConverterOptions, b as PptxMarkdownConverter, S as SlideProcessor, c as SlideProcessorOptions, d as SvgExportOptions, e as SvgExporter, f as dataUrlToMediaBytes, g as deriveOutputPath, h as generateMediaFilename, i as getDirectory, n as normalizePath } from '../SvgExporter-Csx19PZz.mjs';
3
+ import { P as PptxSlide } from '../presentation-BLbjWKxK.mjs';
4
4
 
5
5
  /**
6
6
  * Renders slide-level metadata sections (transition, animations,
@@ -1,6 +1,6 @@
1
- import { T as TextSegmentRenderer } from '../SvgExporter-C6DiFjN8.js';
2
- export { C as ConversionOptions, a as ConversionResult, D as DocumentConverter, F as FileSystemAdapter, M as MediaContext, P as PptxConverterOptions, b as PptxMarkdownConverter, S as SlideProcessor, c as SlideProcessorOptions, d as SvgExportOptions, e as SvgExporter, f as dataUrlToMediaBytes, g as deriveOutputPath, h as generateMediaFilename, i as getDirectory, n as normalizePath } from '../SvgExporter-C6DiFjN8.js';
3
- import { P as PptxSlide } from '../presentation-BfnrtJV1.js';
1
+ import { T as TextSegmentRenderer } from '../SvgExporter-CxE3LpEi.js';
2
+ export { C as ConversionOptions, a as ConversionResult, D as DocumentConverter, F as FileSystemAdapter, M as MediaContext, P as PptxConverterOptions, b as PptxMarkdownConverter, S as SlideProcessor, c as SlideProcessorOptions, d as SvgExportOptions, e as SvgExporter, f as dataUrlToMediaBytes, g as deriveOutputPath, h as generateMediaFilename, i as getDirectory, n as normalizePath } from '../SvgExporter-CxE3LpEi.js';
3
+ import { P as PptxSlide } from '../presentation-BLbjWKxK.js';
4
4
 
5
5
  /**
6
6
  * Renders slide-level metadata sections (transition, animations,
Binary file
Binary file