thebird 1.2.110 → 1.2.111

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/docs/index.html +1 -1
  2. package/package.json +3 -2
package/docs/index.html CHANGED
@@ -564,7 +564,7 @@
564
564
  <tr><td>license</td><td>MIT</td></tr>
565
565
  <tr><td>runtime</td><td>browser (V8) + node ≥18</td></tr>
566
566
  <tr><td>server required</td><td><strong style="color:var(--green)">none</strong> — 100% serverless</td></tr>
567
- <tr><td>deps</td><td>acptoapi, @google/genai, xstate, flowie</td></tr>
567
+ <tr><td>deps</td><td>acptoapi, floosie, @google/genai, xstate</td></tr>
568
568
  <tr><td>frontend</td><td>no framework · vanilla js + webjsx</td></tr>
569
569
  <tr><td>storage</td><td>IndexedDB (no server, no cloud)</td></tr>
570
570
  <tr><td>api key</td><td>localStorage only · never leaves browser</td></tr>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thebird",
3
- "version": "1.2.110",
3
+ "version": "1.2.111",
4
4
  "description": "Anthropic SDK to Gemini streaming bridge — drop-in proxy that translates Anthropic message format and tool calls to Google Gemini",
5
5
  "scripts": {
6
6
  "start": "node serve.js"
@@ -38,7 +38,8 @@
38
38
  "url": "https://github.com/AnEntrypoint/thebird.git"
39
39
  },
40
40
  "dependencies": {
41
- "acptoapi": "file:../acptoapi"
41
+ "acptoapi": "file:../acptoapi",
42
+ "floosie": "^0.6.4"
42
43
  },
43
44
  "engines": {
44
45
  "node": ">=18"