Skip to content

Commit 954cfdc

Browse files
committed
v0.0.38-alpha.2
1 parent cc833dc commit 954cfdc

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

typescript-sdk/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.40-alpha.1",
4+
"version": "0.0.40-alpha.2",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

typescript-sdk/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.38-alpha.1",
4+
"version": "0.0.38-alpha.2",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

typescript-sdk/packages/client/src/agent/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ export { AbstractAgent } from "./agent";
22
export type { RunAgentResult } from "./agent";
33
export { HttpAgent } from "./http";
44
export type { AgentConfig, HttpAgentConfig, RunAgentParameters } from "./types";
5+
export type { AgentSubscriber, AgentStateMutation, AgentSubscriberParams } from "./subscriber";

typescript-sdk/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.38-alpha.1",
4+
"version": "0.0.38-alpha.2",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

typescript-sdk/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.38-alpha.1",
4+
"version": "0.0.38-alpha.2",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

typescript-sdk/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.38-alpha.1",
4+
"version": "0.0.38-alpha.2",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)