@vibes.diy/api-svc 10.6.3 → 10.6.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.
- package/models.json +2 -3
- package/package.json +11 -11
package/models.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"name": "Claude Opus (Latest)",
|
|
20
20
|
"description": "Always routes to the newest Claude Opus model on OpenRouter (currently Opus 4.8) — Anthropic's most capable family, ideal for complex coding and creative tasks",
|
|
21
21
|
"featured": true,
|
|
22
|
-
"preSelected": ["codegen"],
|
|
23
22
|
"supports": ["codegen", "runtime"],
|
|
24
23
|
"imageInput": true
|
|
25
24
|
},
|
|
@@ -33,9 +32,9 @@
|
|
|
33
32
|
{
|
|
34
33
|
"id": "~anthropic/claude-sonnet-latest",
|
|
35
34
|
"name": "Claude Sonnet (Latest)",
|
|
36
|
-
"description": "Always routes to the newest Claude Sonnet model on OpenRouter (currently Sonnet 5) — a fast, capable default for in-app AI features that can't go stale when a model version is retired",
|
|
35
|
+
"description": "Always routes to the newest Claude Sonnet model on OpenRouter (currently Sonnet 5) — a fast, capable default for app generation and in-app AI features that can't go stale when a model version is retired",
|
|
37
36
|
"featured": true,
|
|
38
|
-
"preSelected": ["runtime"],
|
|
37
|
+
"preSelected": ["runtime", "codegen"],
|
|
39
38
|
"supports": ["codegen", "runtime"],
|
|
40
39
|
"imageInput": true
|
|
41
40
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibes.diy/api-svc",
|
|
3
|
-
"version": "10.6.
|
|
3
|
+
"version": "10.6.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"@libsql/client": "~0.17.4",
|
|
22
22
|
"@neondatabase/serverless": "~1.1.0",
|
|
23
23
|
"@noble/hashes": "~2.2.0",
|
|
24
|
-
"@vibes.diy/api-pkg": "10.6.
|
|
25
|
-
"@vibes.diy/api-sql": "10.6.
|
|
26
|
-
"@vibes.diy/api-types": "10.6.
|
|
27
|
-
"@vibes.diy/call-ai-v2": "10.6.
|
|
28
|
-
"@vibes.diy/identity": "10.6.
|
|
29
|
-
"@vibes.diy/prompts": "10.6.
|
|
30
|
-
"@vibes.diy/vibe-db-explorer": "10.6.
|
|
31
|
-
"@vibes.diy/vibe-runtime": "10.6.
|
|
32
|
-
"@vibes.diy/vibe-types": "10.6.
|
|
24
|
+
"@vibes.diy/api-pkg": "10.6.4",
|
|
25
|
+
"@vibes.diy/api-sql": "10.6.4",
|
|
26
|
+
"@vibes.diy/api-types": "10.6.4",
|
|
27
|
+
"@vibes.diy/call-ai-v2": "10.6.4",
|
|
28
|
+
"@vibes.diy/identity": "10.6.4",
|
|
29
|
+
"@vibes.diy/prompts": "10.6.4",
|
|
30
|
+
"@vibes.diy/vibe-db-explorer": "10.6.4",
|
|
31
|
+
"@vibes.diy/vibe-runtime": "10.6.4",
|
|
32
|
+
"@vibes.diy/vibe-types": "10.6.4",
|
|
33
33
|
"acorn": "~8.17.0",
|
|
34
34
|
"arktype": "~2.2.3",
|
|
35
|
-
"call-ai": "10.6.
|
|
35
|
+
"call-ai": "10.6.4",
|
|
36
36
|
"cookie": "~2.0.1",
|
|
37
37
|
"csv-parse": "~7.0.1",
|
|
38
38
|
"drizzle-orm": "~0.45.2",
|