@copilotkitnext/shared 1.53.1-next.0 → 1.53.1-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.cts CHANGED
@@ -16,6 +16,7 @@ interface RuntimeInfo {
16
16
  version: string;
17
17
  agents: Record<string, AgentDescription>;
18
18
  audioFileTranscriptionEnabled: boolean;
19
+ a2uiEnabled?: boolean;
19
20
  }
20
21
  //#endregion
21
22
  export { AgentDescription, MaybePromise, NonEmptyRecord, RuntimeInfo };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.cts","names":[],"sources":["../src/types.ts"],"mappings":";KAAY,YAAA,MAAkB,CAAA,GAAI,WAAA,CAAY,CAAA;AAA9C;;;AAAA,KAKY,cAAA,MACV,CAAA,SAAU,MAAA,0BACA,CAAA,yBAEJ,CAAA;;;;UAMS,gBAAA;EACf,IAAA;EACA,SAAA;EACA,WAAA;AAAA;AAAA,UAGe,WAAA;EACf,OAAA;EACA,MAAA,EAAQ,MAAA,SAAe,gBAAA;EACvB,6BAAA;AAAA"}
1
+ {"version":3,"file":"types.d.cts","names":[],"sources":["../src/types.ts"],"mappings":";KAAY,YAAA,MAAkB,CAAA,GAAI,WAAA,CAAY,CAAA;AAA9C;;;AAAA,KAKY,cAAA,MACV,CAAA,SAAU,MAAA,0BACA,CAAA,yBAEJ,CAAA;;;;UAMS,gBAAA;EACf,IAAA;EACA,SAAA;EACA,WAAA;AAAA;AAAA,UAGe,WAAA;EACf,OAAA;EACA,MAAA,EAAQ,MAAA,SAAe,gBAAA;EACvB,6BAAA;EACA,WAAA;AAAA"}
package/dist/types.d.mts CHANGED
@@ -16,6 +16,7 @@ interface RuntimeInfo {
16
16
  version: string;
17
17
  agents: Record<string, AgentDescription>;
18
18
  audioFileTranscriptionEnabled: boolean;
19
+ a2uiEnabled?: boolean;
19
20
  }
20
21
  //#endregion
21
22
  export { AgentDescription, MaybePromise, NonEmptyRecord, RuntimeInfo };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.mts","names":[],"sources":["../src/types.ts"],"mappings":";KAAY,YAAA,MAAkB,CAAA,GAAI,WAAA,CAAY,CAAA;AAA9C;;;AAAA,KAKY,cAAA,MACV,CAAA,SAAU,MAAA,0BACA,CAAA,yBAEJ,CAAA;;;;UAMS,gBAAA;EACf,IAAA;EACA,SAAA;EACA,WAAA;AAAA;AAAA,UAGe,WAAA;EACf,OAAA;EACA,MAAA,EAAQ,MAAA,SAAe,gBAAA;EACvB,6BAAA;AAAA"}
1
+ {"version":3,"file":"types.d.mts","names":[],"sources":["../src/types.ts"],"mappings":";KAAY,YAAA,MAAkB,CAAA,GAAI,WAAA,CAAY,CAAA;AAA9C;;;AAAA,KAKY,cAAA,MACV,CAAA,SAAU,MAAA,0BACA,CAAA,yBAEJ,CAAA;;;;UAMS,gBAAA;EACf,IAAA;EACA,SAAA;EACA,WAAA;AAAA;AAAA,UAGe,WAAA;EACf,OAAA;EACA,MAAA,EAAQ,MAAA,SAAe,gBAAA;EACvB,6BAAA;EACA,WAAA;AAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/shared",
3
- "version": "1.53.1-next.0",
3
+ "version": "1.53.1-next.2",
4
4
  "description": "Shared utilities and types for CopilotKit2",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",
@@ -22,8 +22,8 @@
22
22
  "eslint": "^9.30.0",
23
23
  "tsdown": "^0.20.3",
24
24
  "typescript": "5.8.2",
25
- "@copilotkitnext/eslint-config": "1.53.1-next.0",
26
- "@copilotkitnext/typescript-config": "1.53.1-next.0"
25
+ "@copilotkitnext/eslint-config": "1.53.1-next.2",
26
+ "@copilotkitnext/typescript-config": "1.53.1-next.2"
27
27
  },
28
28
  "dependencies": {
29
29
  "@ag-ui/client": "0.0.47",