@copass/core
Advanced tools
+5
-2
@@ -33,2 +33,3 @@ "use strict"; | ||
| __export(index_exports, { | ||
| AgentsResource: () => AgentsResource, | ||
| ApiKeyAuthProvider: () => ApiKeyAuthProvider, | ||
@@ -196,3 +197,3 @@ ApiKeysResource: () => ApiKeysResource, | ||
| const response = await fetch( | ||
| `${this.supabaseUrl}/auth/v1/token?grant_type=otp`, | ||
| `${this.supabaseUrl}/auth/v1/verify`, | ||
| { | ||
@@ -1568,3 +1569,4 @@ method: "POST", | ||
| anthropic: "claude-sonnet-4-6", | ||
| google: "gemini-2.5-flash" | ||
| google: "gemini-2.5-flash", | ||
| hermes: "hermes/anthropic/claude-sonnet-4-5" | ||
| }; | ||
@@ -1799,2 +1801,3 @@ | ||
| 0 && (module.exports = { | ||
| AgentsResource, | ||
| ApiKeyAuthProvider, | ||
@@ -1801,0 +1804,0 @@ ApiKeysResource, |
+4
-2
@@ -109,3 +109,3 @@ // src/auth/api-key.ts | ||
| const response = await fetch( | ||
| `${this.supabaseUrl}/auth/v1/token?grant_type=otp`, | ||
| `${this.supabaseUrl}/auth/v1/verify`, | ||
| { | ||
@@ -1481,3 +1481,4 @@ method: "POST", | ||
| anthropic: "claude-sonnet-4-6", | ||
| google: "gemini-2.5-flash" | ||
| google: "gemini-2.5-flash", | ||
| hermes: "hermes/anthropic/claude-sonnet-4-5" | ||
| }; | ||
@@ -1711,2 +1712,3 @@ | ||
| export { | ||
| AgentsResource, | ||
| ApiKeyAuthProvider, | ||
@@ -1713,0 +1715,0 @@ ApiKeysResource, |
+2
-2
| { | ||
| "name": "@copass/core", | ||
| "version": "0.5.2", | ||
| "version": "0.6.0", | ||
| "description": "Core client SDK for the Copass platform", | ||
@@ -64,3 +64,3 @@ "publishConfig": { | ||
| }, | ||
| "gitHead": "73db57887097635bf678d6a74b24cb352e50312f" | ||
| "gitHead": "88ef6beece2b28cc74baad47fd9a461aee5ac84c" | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
626685
0.62%6084
0.4%