pan-wizard 3.5.0 → 3.5.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- <img src="https://github.com/oharms/PanWizard/raw/main/assets/pan-logo-2000-transparent.svg" alt="PAN Wizard" width="200" />
3
+ <img src="https://cdn.jsdelivr.net/npm/pan-wizard@latest/assets/pan-logo-2000-transparent.svg" alt="PAN Wizard" width="200" />
4
4
 
5
5
  # PAN WIZARD
6
6
 
@@ -22,7 +22,7 @@ npx pan-wizard@latest
22
22
 
23
23
  <br>
24
24
 
25
- ![PAN Install](https://github.com/oharms/PanWizard/raw/main/assets/terminal.svg)
25
+ ![PAN Install](https://cdn.jsdelivr.net/npm/pan-wizard@latest/assets/terminal.svg)
26
26
 
27
27
  <br>
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pan-wizard",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
4
4
  "description": "A lightweight workflow automation and context engineering system for Claude Code, OpenCode, Gemini CLI, Codex, and Copilot CLI.",
5
5
  "bin": {
6
6
  "pan-wizard": "bin/install.js"