mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
9328de4a40
Add to monorepo scope in release.config.json. Set version to 1.56.5, correct ESM extensions in exports map, add check-types/publint/attw scripts, align tsdown to ^0.20.3. Add react-native example glob to pnpm-workspace.yaml. Regenerate lockfile preserving zod@3 and langchain dependency versions.
30 lines
771 B
JSON
30 lines
771 B
JSON
{
|
|
"prereleaseTag": "canary",
|
|
"scopes": {
|
|
"monorepo": {
|
|
"packages": [
|
|
"@copilotkit/a2ui-renderer",
|
|
"@copilotkit/core",
|
|
"@copilotkit/react-core",
|
|
"@copilotkit/react-native",
|
|
"@copilotkit/react-textarea",
|
|
"@copilotkit/react-ui",
|
|
"@copilotkit/runtime",
|
|
"@copilotkit/runtime-client-gql",
|
|
"@copilotkit/sdk-js",
|
|
"@copilotkit/shared",
|
|
"@copilotkit/sqlite-runner",
|
|
"@copilotkit/voice",
|
|
"@copilotkit/web-inspector"
|
|
],
|
|
"versionSource": "@copilotkit/react-core",
|
|
"sharedVersion": true
|
|
},
|
|
"angular": {
|
|
"packages": ["@copilotkitnext/angular"],
|
|
"versionSource": "@copilotkitnext/angular",
|
|
"sharedVersion": false
|
|
}
|
|
}
|
|
}
|