Disambiguates the Phoenix/auth client lib from lib-arcadia-agents-client. Dir lib-arcadia-client → lib-arcadia-core-client; alias updated in tsconfig paths, vite config, app.css @source, imports, CI and docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
419 B
JSON
15 lines
419 B
JSON
{
|
|
"name": "@crema/integration-registry-client",
|
|
"version": "0.1.0",
|
|
"description": "Typed client + types for the arcadia integration registry (on arcadia-llm-gateway). One factory serves the operator and tenant surfaces.",
|
|
"type": "module",
|
|
"main": "src/index.tsx",
|
|
"types": "src/index.tsx",
|
|
"exports": {
|
|
".": "./src/index.tsx"
|
|
},
|
|
"peerDependencies": {
|
|
"@crema/arcadia-core-client": "*"
|
|
}
|
|
}
|