@prooflane/inspector-beta 0.1.0-beta.13 → 0.1.0-beta.14

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.
@@ -3,6 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <link rel="icon" href="/prooflane-favicon.svg" type="image/svg+xml" sizes="any" />
6
7
  <title>Prooflane Inspector</title>
7
8
  <link rel="preconnect" href="https://fonts.googleapis.com" />
8
9
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -10,7 +11,7 @@
10
11
  href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600&family=IBM+Plex+Sans:wght@400;500&family=IBM+Plex+Mono:wght@400;500&display=swap"
11
12
  rel="stylesheet"
12
13
  />
13
- <script type="module" crossorigin src="/assets/index-BV5kQQPQ.js"></script>
14
+ <script type="module" crossorigin src="/assets/index-CuP3rHMX.js"></script>
14
15
  <link rel="stylesheet" crossorigin href="/assets/index-BbouSBNv.css">
15
16
  </head>
16
17
  <body>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-labelledby="title">
2
+ <title id="title">Prooflane</title>
3
+ <rect width="64" height="64" rx="14" fill="#0e1216"/>
4
+ <g fill="#e8a33d">
5
+ <rect x="10" y="11" width="42" height="6" rx="3"/>
6
+ <rect x="10" y="22" width="42" height="6" rx="3" opacity=".82"/>
7
+ <rect x="10" y="33" width="42" height="6" rx="3" opacity=".62"/>
8
+ <rect x="10" y="44" width="42" height="6" rx="3" opacity=".38"/>
9
+ </g>
10
+ <path d="M14 31 25 42 51 15" fill="none" stroke="#34d399" stroke-width="7" stroke-linecap="round" stroke-linejoin="round"/>
11
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prooflane/inspector-beta",
3
- "version": "0.1.0-beta.13",
3
+ "version": "0.1.0-beta.14",
4
4
  "description": "Prooflane Inspector Beta — hosted MCP assurance console and signed desktop release.",
5
5
  "author": "Prooflane",
6
6
  "license": "UNLICENSED",