@qwertybit/pr-preview 0.1.4 → 0.1.5

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
@@ -6,6 +6,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.1.5] — 2026-07-07
10
+
11
+ ### Changed
12
+
13
+ - **New demo animation** — refreshed the README/npm demo with a designed
14
+ walkthrough of the full flow: a Claude Code prompt kicks off the run, the app is
15
+ driven automatically in a real Chrome window (add to cart → checkout, recording a
16
+ before/after), and out come `before.mp4` + `after.mp4`. Also available as an MP4.
17
+
9
18
  ## [0.1.4] — 2026-07-07
10
19
 
11
20
  ### Fixed
@@ -99,6 +108,7 @@ Initial release.
99
108
  CSP `frame-ancestors`) are stripped.
100
109
  - CLI: `pr-preview init`, `pr-preview record`, `pr-preview run`.
101
110
 
102
- [Unreleased]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.4...HEAD
111
+ [Unreleased]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.5...HEAD
112
+ [0.1.5]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.4...v0.1.5
103
113
  [0.1.4]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.0...v0.1.4
104
114
  [0.1.0]: https://github.com/QwertyBit-Ventures/pr-preview/releases/tag/v0.1.0
package/README.md CHANGED
@@ -16,7 +16,11 @@
16
16
  </p>
17
17
 
18
18
  <p align="center">
19
- <img src="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview/assets/demo.gif" alt="PR Preview demo — recording a UI journey and producing a before/after video" width="720" />
19
+ <img src="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview/assets/demo.gif" alt="PR Preview demo — a Claude Code prompt drives the app in Chrome and produces before/after videos" width="720" />
20
+ </p>
21
+
22
+ <p align="center">
23
+ <a href="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview/assets/demo.mp4">▶ Watch in higher quality (MP4)</a>
20
24
  </p>
21
25
 
22
26
  **PR Preview** opens your app in a controlled Chrome window and records the journey you perform —
package/assets/demo.gif CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwertybit/pr-preview",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Record a UI journey once, get polished before/after MP4 clips of every pull request — automatically.",
5
5
  "license": "MIT",
6
6
  "author": "QwertyBit <vlad@flowpoint.ai>",