Skip to content

Commit c51d92f

Browse files
authored
Export middleware packages from client
1 parent 76914c2 commit c51d92f

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

sdks/typescript/packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-ag-ui-app",
33
"author": "Markus Ecker <[email protected]>",
4-
"version": "0.0.42-alpha.2",
4+
"version": "0.0.42-alpha.3",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

sdks/typescript/packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ag-ui/client",
33
"author": "Markus Ecker <[email protected]>",
4-
"version": "0.0.42-alpha.2",
4+
"version": "0.0.42-alpha.3",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

sdks/typescript/packages/client/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ export * from "./utils";
88
export * from "./compact";
99
export * from "@ag-ui/core";
1010
export * from "./chunks";
11+
export * from "./middleware";
12+
13+
export { Middleware, FilterToolCallsMiddleware } from "./middleware";
14+
export type { MiddlewareFunction } from "./middleware";

sdks/typescript/packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ag-ui/core",
33
"author": "Markus Ecker <[email protected]>",
4-
"version": "0.0.42-alpha.2",
4+
"version": "0.0.42-alpha.3",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

sdks/typescript/packages/encoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ag-ui/encoder",
33
"author": "Markus Ecker <[email protected]>",
4-
"version": "0.0.42-alpha.2",
4+
"version": "0.0.42-alpha.3",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

sdks/typescript/packages/proto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ag-ui/proto",
33
"author": "Markus Ecker <[email protected]>",
4-
"version": "0.0.42-alpha.2",
4+
"version": "0.0.42-alpha.3",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)