Skip to content

Commit 4e6965c

Browse files
authored
Merge pull request #58 from CopilotKit/fix/backwards-types-export
fix: export basckwards compatible type and release 0.0.33
2 parents 0339f3b + bd04052 commit 4e6965c

File tree

9 files changed

+10
-8
lines changed

9 files changed

+10
-8
lines changed

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/agent",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "Basic Agent for CopilotKit",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/agent/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,3 +993,5 @@ export class BasicAgent extends BuiltInAgent {
993993
console.warn("BasicAgent is deprecated, use BuiltInAgent instead");
994994
}
995995
}
996+
997+
export type BasicAgentConfiguration = BuiltInAgentConfiguration;

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/angular",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "Angular library for CopilotKit",
55
"main": "dist/fesm2022/copilotkitnext-angular.mjs",
66
"module": "dist/fesm2022/copilotkitnext-angular.mjs",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/core",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "Core web utilities for CopilotKit2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/react",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "React components for CopilotKit2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/runtime",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "Server-side runtime package for CopilotKit2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/shared",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "Shared utilities and types for CopilotKit2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/sqlite-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/sqlite-runner",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "SQLite-backed agent runner for CopilotKit2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/web-inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/web-inspector",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "Lit-based web component for the CopilotKit web inspector",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)