@vibes.diy/api-svc 5.5.2 → 5.5.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 +1 -1
- package/package.json +11 -11
package/models.json
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
"name": "Claude Fable (Latest)",
|
|
5
5
|
"description": "Always routes to the newest Claude Fable model on OpenRouter (currently Fable 5) — Anthropic's fast, capable default for app codegen",
|
|
6
6
|
"featured": true,
|
|
7
|
-
"preSelected": ["codegen"],
|
|
8
7
|
"supports": ["codegen", "runtime"],
|
|
9
8
|
"imageInput": true
|
|
10
9
|
},
|
|
@@ -20,6 +19,7 @@
|
|
|
20
19
|
"name": "Claude Opus (Latest)",
|
|
21
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",
|
|
22
21
|
"featured": true,
|
|
22
|
+
"preSelected": ["codegen"],
|
|
23
23
|
"supports": ["codegen", "runtime"],
|
|
24
24
|
"imageInput": true
|
|
25
25
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibes.diy/api-svc",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"@libsql/client": "~0.17.4",
|
|
20
20
|
"@neondatabase/serverless": "~1.1.0",
|
|
21
21
|
"@noble/hashes": "~2.2.0",
|
|
22
|
-
"@vibes.diy/api-pkg": "5.5.
|
|
23
|
-
"@vibes.diy/api-sql": "5.5.
|
|
24
|
-
"@vibes.diy/api-types": "5.5.
|
|
25
|
-
"@vibes.diy/call-ai-v2": "5.5.
|
|
26
|
-
"@vibes.diy/identity": "5.5.
|
|
27
|
-
"@vibes.diy/prompts": "5.5.
|
|
28
|
-
"@vibes.diy/vibe-db-explorer": "5.5.
|
|
29
|
-
"@vibes.diy/vibe-runtime": "5.5.
|
|
30
|
-
"@vibes.diy/vibe-types": "5.5.
|
|
22
|
+
"@vibes.diy/api-pkg": "5.5.4",
|
|
23
|
+
"@vibes.diy/api-sql": "5.5.4",
|
|
24
|
+
"@vibes.diy/api-types": "5.5.4",
|
|
25
|
+
"@vibes.diy/call-ai-v2": "5.5.4",
|
|
26
|
+
"@vibes.diy/identity": "5.5.4",
|
|
27
|
+
"@vibes.diy/prompts": "5.5.4",
|
|
28
|
+
"@vibes.diy/vibe-db-explorer": "5.5.4",
|
|
29
|
+
"@vibes.diy/vibe-runtime": "5.5.4",
|
|
30
|
+
"@vibes.diy/vibe-types": "5.5.4",
|
|
31
31
|
"acorn": "~8.17.0",
|
|
32
32
|
"arktype": "~2.2.3",
|
|
33
|
-
"call-ai": "5.5.
|
|
33
|
+
"call-ai": "5.5.4",
|
|
34
34
|
"cookie": "~2.0.1",
|
|
35
35
|
"drizzle-orm": "~0.45.2",
|
|
36
36
|
"jose": "~6.2.2",
|