@qwertybit/pr-preview 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://raw.githubusercontent.com/QwertyBit-Ventures/pr-preview/main/npm_package/harness/public/logo-wordmark.svg" alt="PR Preview" width="280" />
2
+ <img src="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview/assets/logo-wordmark.png" alt="PR Preview" width="280" />
3
3
  </p>
4
4
 
5
5
  <p align="center">
@@ -16,7 +16,7 @@
16
16
  </p>
17
17
 
18
18
  <p align="center">
19
- <img src="https://raw.githubusercontent.com/QwertyBit-Ventures/pr-preview/main/npm_package/docs/media/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 — recording a UI journey and producing a before/after video" width="720" />
20
20
  </p>
21
21
 
22
22
  **PR Preview** opens your app in a controlled Chrome window and records the journey you perform —
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwertybit/pr-preview",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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>",