gencow 0.1.158 → 0.1.160

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.
@@ -31,7 +31,6 @@ export {
31
31
  const PLATFORM_PACKAGES = new Set([
32
32
  // Gencow core
33
33
  "@gencow/core",
34
- "gencow",
35
34
  // ORM
36
35
  "drizzle-orm",
37
36
  "drizzle-kit",
@@ -47,8 +46,6 @@ const PLATFORM_PACKAGES = new Set([
47
46
  // AI SDK
48
47
  "ai",
49
48
  "@ai-sdk/openai",
50
- "@ai-sdk/anthropic",
51
- "@ai-sdk/google",
52
49
  // Validation
53
50
  "zod",
54
51
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gencow",
3
- "version": "0.1.158",
3
+ "version": "0.1.160",
4
4
  "description": "Gencow — AI Backend Engine",
5
5
  "type": "module",
6
6
  "bin": {