wikimemory 0.2.4 → 0.2.6

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.
@@ -5,10 +5,18 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <meta name="referrer" content="no-referrer" />
7
7
  <title>Wikimemory</title>
8
- <script type="module" crossorigin src="/assets/index-CGTHUs4b.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-CWb1TP9g.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-CjnFBnXp.css">
10
10
  </head>
11
11
  <body>
12
- <div id="root"></div>
12
+ <div id="root">
13
+ <main class="center">
14
+ <section class="panel">
15
+ <h1>Wikimemory</h1>
16
+ <p>Loading…</p>
17
+ <noscript>Wikimemory requires JavaScript.</noscript>
18
+ </section>
19
+ </main>
20
+ </div>
13
21
  </body>
14
22
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wikimemory",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Personal, passkey-protected memory for Claude, Codex, and other MCP clients",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.4",
2
+ "version": "0.2.6",
3
3
  "schemaVersion": "0004_credential_bound_registration_tokens.sql",
4
4
  "migrations": [
5
5
  {
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const WIKIMEMORY_VERSION = "0.2.4";
1
+ export const WIKIMEMORY_VERSION = "0.2.6";
2
2
  export const LATEST_SCHEMA_VERSION = "0004_credential_bound_registration_tokens.sql";