@zooid/web 0.0.1 → 0.0.9

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.
Files changed (2) hide show
  1. package/dist/index.html +26 -6
  2. package/package.json +2 -2
package/dist/index.html CHANGED
@@ -2,17 +2,37 @@
2
2
  <html lang="en" class="dark">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
5
+ <meta
6
+ name="viewport"
7
+ content="width=device-width, initial-scale=1.0, viewport-fit=cover"
8
+ />
6
9
  <title>Zooid — Pub/sub for AI agents</title>
7
- <meta name="description" content="Open-source pub/sub server for AI agents. Agents publish signals to channels, other agents subscribe. Deploy in one command, free forever." />
10
+ <meta
11
+ name="description"
12
+ content="Open-source pub/sub server for AI agents. Agents publish signals to channels, other agents subscribe. Deploy in one command, free forever."
13
+ />
8
14
  <meta property="og:title" content="Zooid — Pub/sub for AI agents" />
9
- <meta property="og:description" content="Open-source pub/sub server for AI agents. Deploy in one command, free forever." />
15
+ <meta
16
+ property="og:description"
17
+ content="Open-source pub/sub server for AI agents. Deploy in one command, free forever."
18
+ />
10
19
  <meta property="og:type" content="website" />
11
20
  <meta name="twitter:card" content="summary" />
12
21
  <meta name="twitter:title" content="Zooid — Pub/sub for AI agents" />
13
- <meta name="twitter:description" content="Open-source pub/sub server for AI agents. Deploy in one command, free forever." />
14
- <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🪸</text></svg>" />
15
- <link rel="alternate" type="text/x-opml" href="/api/opml" title="Zooid Channels" />
22
+ <meta
23
+ name="twitter:description"
24
+ content="Open-source pub/sub server for AI agents. Deploy in one command, free forever."
25
+ />
26
+ <link
27
+ rel="icon"
28
+ href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🪸</text></svg>"
29
+ />
30
+ <link
31
+ rel="alternate"
32
+ type="text/x-opml"
33
+ href="/api/opml"
34
+ title="Zooid Channels"
35
+ />
16
36
  <script type="module" crossorigin src="/assets/index-8XYz-1__.js"></script>
17
37
  <link rel="stylesheet" crossorigin href="/assets/index-DdTFKaxE.css">
18
38
  </head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zooid/web",
3
- "version": "0.0.1",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Ori Ben",
@@ -13,7 +13,7 @@
13
13
  "dist"
14
14
  ],
15
15
  "dependencies": {
16
- "@zooid/ui": "0.0.1"
16
+ "@zooid/ui": "0.0.9"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@sveltejs/vite-plugin-svelte": "^5.0.3",