@vibes.diy/api-svc 2.3.4-dev.3 → 2.3.4

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/models.json +7 -0
  2. package/package.json +11 -11
package/models.json CHANGED
@@ -282,6 +282,13 @@
282
282
  "featured": false,
283
283
  "supports": ["chat", "app"]
284
284
  },
285
+ {
286
+ "id": "google/gemini-3.5-flash",
287
+ "name": "Gemini 3.5 Flash",
288
+ "description": "Gemini 3.5 Flash is Google's fast, cost-efficient model for everyday coding and assistant workflows",
289
+ "featured": false,
290
+ "supports": ["chat", "app"]
291
+ },
285
292
  {
286
293
  "id": "openai/gpt-5.4-image-2",
287
294
  "name": "GPT-5.4 Image 2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/api-svc",
3
- "version": "2.3.4-dev.3",
3
+ "version": "2.3.4",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -25,18 +25,18 @@
25
25
  "@libsql/client": "~0.17.3",
26
26
  "@neondatabase/serverless": "~1.1.0",
27
27
  "@noble/hashes": "~2.2.0",
28
- "@vibes.diy/api-impl": "2.3.4-dev.3",
29
- "@vibes.diy/api-pkg": "2.3.4-dev.3",
30
- "@vibes.diy/api-sql": "2.3.4-dev.3",
31
- "@vibes.diy/api-types": "2.3.4-dev.3",
32
- "@vibes.diy/call-ai-v2": "2.3.4-dev.3",
33
- "@vibes.diy/prompts": "2.3.4-dev.3",
34
- "@vibes.diy/use-vibes-base": "2.3.4-dev.3",
35
- "@vibes.diy/vibe-db-explorer": "2.3.4-dev.3",
36
- "@vibes.diy/vibe-types": "2.3.4-dev.3",
28
+ "@vibes.diy/api-impl": "2.3.4",
29
+ "@vibes.diy/api-pkg": "2.3.4",
30
+ "@vibes.diy/api-sql": "2.3.4",
31
+ "@vibes.diy/api-types": "2.3.4",
32
+ "@vibes.diy/call-ai-v2": "2.3.4",
33
+ "@vibes.diy/prompts": "2.3.4",
34
+ "@vibes.diy/use-vibes-base": "2.3.4",
35
+ "@vibes.diy/vibe-db-explorer": "2.3.4",
36
+ "@vibes.diy/vibe-types": "2.3.4",
37
37
  "acorn": "~8.16.0",
38
38
  "arktype": "~2.2.0",
39
- "call-ai": "2.3.4-dev.3",
39
+ "call-ai": "2.3.4",
40
40
  "cookie": "~1.1.1",
41
41
  "drizzle-orm": "~0.45.2",
42
42
  "jose": "~6.2.2",