@christophervr/pptx-viewer 1.5.1 → 1.5.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/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ 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.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@1.5.2) - 2026-07-13
8
+
9
+ ### Bug Fixes
10
+
11
+ - **build:** Restore compatibility after dependency updates (by @ChristopherVR) ([ddbfae6](https://github.com/ChristopherVR/pptx-viewer/commit/ddbfae687669b9e6c64fd3c3b16a592623b79c10))
12
+
13
+ ### Dependencies
14
+
15
+ - **deps:** Update typescript to 7.0.2 (by @dependabot[bot]) ([0a7c1f1](https://github.com/ChristopherVR/pptx-viewer/commit/0a7c1f1f7f0ccdee9537f1e11177b6a39839d221))
16
+
17
+ ## [1.5.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@1.5.1) - 2026-07-12
18
+
7
19
  ## [1.5.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@1.5.0) - 2026-07-11
8
20
 
9
21
  ### Features
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  > The interactive installer for the [pptx-viewer](https://github.com/ChristopherVR/pptx-viewer) family: pick what you're building, and it installs the right package(s) plus their required companions, or bootstraps a brand-new starter app for you.
7
7
 
8
- ![The pptx-viewer editor: ribbon toolbar, slide thumbnails, and a slide rendered on the canvas](https://raw.githubusercontent.com/ChristopherVR/pptx-viewer/main/.github/assets/editor.png)
8
+ ![The interactive installer selecting React and MCP, then scaffolding a starter app](https://raw.githubusercontent.com/ChristopherVR/pptx-viewer/main/.github/assets/packages/cli-installer.gif)
9
9
 
10
10
  This is what you get one `npx` away: a working `.pptx` viewer/editor, wired up in a React, Vue, Angular, Svelte, or vanilla JavaScript app, or just the framework-agnostic engine on its own.
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christophervr/pptx-viewer",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Interactive installer for the pptx-viewer family of packages: React, Vue, and Angular viewer components, the framework-agnostic core engine, and the MCP server.",
5
5
  "keywords": [
6
6
  "angular",
@@ -45,7 +45,7 @@
45
45
  "access": "public"
46
46
  },
47
47
  "scripts": {
48
- "build": "tsup && node -e \"require('fs').chmodSync('dist/index.mjs', 0o755)\"",
48
+ "build": "tsup && tsdown && node ../../scripts/merge-declarations.mjs && node -e \"require('fs').chmodSync('dist/index.mjs', 0o755)\"",
49
49
  "dev": "tsup --watch",
50
50
  "typecheck": "tsc --noEmit --pretty",
51
51
  "test": "vitest run",
@@ -54,8 +54,9 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^26.0.0",
57
+ "tsdown": "^0.22.7",
57
58
  "tsup": "^8.5.1",
58
- "typescript": "^6.0.3",
59
+ "typescript": "^7.0.2",
59
60
  "vitest": "^4.1.9"
60
61
  },
61
62
  "engines": {
package/dist/index.d.mts DELETED
@@ -1 +0,0 @@
1
- #!/usr/bin/env node