reviewme 0.0.2 → 0.0.3

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.
@@ -16,7 +16,7 @@
16
16
  }
17
17
  }, true);
18
18
  </script>
19
- <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' rx='7' fill='%23121817'/><path d='m9 16 5 5 9-11' fill='none' stroke='%237ee787' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>" />
19
+ <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><rect width='28' height='28' rx='6' fill='%23121817'/><path d='M9 6.5v14h10.5' fill='none' stroke='%234c67dc' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/><path d='M14.5 10.5h6M17.5 7.5v6' fill='none' stroke='%235bc98a' stroke-width='1.5' stroke-linecap='round'/><path d='M14.5 17h6' fill='none' stroke='%23f07979' stroke-width='1.5' stroke-linecap='round'/></svg>" />
20
20
  <title>ReviewMe</title>
21
21
  <link rel="stylesheet" crossorigin href="./chunks/index-9nxm6dxm.css"><script type="module" crossorigin src="./chunks/index-zc7ns7zn.js"></script></head>
22
22
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reviewme",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "A local, browser-based Git branch review tool with inline comments and Codex threads.",
6
6
  "type": "module",