@ztffn/presentation-generator-plugin 1.4.4 → 1.4.6

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,10 +1,16 @@
1
1
  {
2
2
  "name": "presentation-generator",
3
3
  "description": "Generate complete graph-based presentations from natural language briefs and project documents. Pipeline: content extraction, narrative design, deterministic graph generation, and visual styling.",
4
- "version": "1.3.9",
4
+ "version": "1.4.6",
5
5
  "author": {
6
6
  "name": "Huma"
7
7
  },
8
8
  "homepage": "https://github.com/huma/humashowcase",
9
- "keywords": ["presentation", "slides", "react-flow", "graph", "pitch deck"]
9
+ "keywords": [
10
+ "presentation",
11
+ "slides",
12
+ "react-flow",
13
+ "graph",
14
+ "pitch deck"
15
+ ]
10
16
  }
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@ztffn/presentation-generator-plugin",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "description": "Claude Code plugin for generating graph-based presentations",
5
5
  "bin": {
6
6
  "presentation-generator-plugin": "bin/index.js"
7
7
  },
8
8
  "scripts": {
9
- "postinstall": "echo 'Run: npx @ztffn/presentation-generator-plugin install'"
9
+ "postinstall": "echo 'Run: npx @ztffn/presentation-generator-plugin install'",
10
+ "prepublishOnly": "node -e \"const fs=require('fs');const pj=JSON.parse(fs.readFileSync('.claude-plugin/plugin.json','utf8'));pj.version=require('./package.json').version;fs.writeFileSync('.claude-plugin/plugin.json',JSON.stringify(pj,null,2)+'\\n')\""
10
11
  },
11
12
  "keywords": [
12
13
  "claude-code",