@omercnet/paseo-pr-radar 0.4.0-next.99.1 → 0.4.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
@@ -6,16 +6,16 @@ PR Radar combines Paseo workspace and agent state with pull request checks, revi
6
6
 
7
7
  ## Screenshots
8
8
 
9
- Repository, pull request, workspace, and agent names in these screenshots are synthetic. The live
10
- browser DOM was rewritten before capture so no private identifiers are published.
9
+ Repository, pull request, workspace, and agent names are rewritten to synthetic values in browser
10
+ DevTools before capture. Both PNGs come from an isolated Paseo test daemon at 2× pixel density.
11
11
 
12
12
  ### Wide dashboard
13
13
 
14
- ![PR Radar wide dashboard](docs/images/pr-radar-github-inbox-wide.png)
14
+ ![PR Radar wide dashboard](https://raw.githubusercontent.com/omercnet/paseo-plugins/main/pr-radar/docs/images/pr-radar-github-inbox-wide.png)
15
15
 
16
16
  ### Compact dashboard
17
17
 
18
- ![PR Radar compact dashboard](docs/images/pr-radar-github-inbox-compact.png)
18
+ ![PR Radar compact dashboard](https://raw.githubusercontent.com/omercnet/paseo-plugins/main/pr-radar/docs/images/pr-radar-github-inbox-compact.png)
19
19
 
20
20
  ## What it shows
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omercnet/paseo-pr-radar",
3
- "version": "0.4.0-next.99.1",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "description": "A viewer-aware delivery queue for pull requests linked to Paseo workspaces.",
6
6
  "license": "MIT",
@@ -33,7 +33,6 @@
33
33
  "client",
34
34
  "server",
35
35
  "shared",
36
- "docs",
37
36
  "paseo-plugin.json",
38
37
  "README.md",
39
38
  "LICENSE"
@@ -55,11 +54,11 @@
55
54
  "@tanstack/react-query": "^5.102.3",
56
55
  "@types/node": "^24.5.2",
57
56
  "@types/react": "~19.2.0",
58
- "@vitest/coverage-v8": "^5.0.0",
59
57
  "fflate": "^0.8.3",
60
58
  "react": "19.1.0",
61
59
  "react-native": "0.81.5",
62
60
  "typescript": "^7.0.0",
61
+ "@vitest/coverage-v8": "^5.0.0",
63
62
  "vitest": "^5.0.0",
64
63
  "zod": "^4.4.3"
65
64
  }
Binary file
Binary file