veryfront 0.1.195 → 0.1.196
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/esm/deno.js +1 -1
- package/esm/src/chat/ag-ui.d.ts +0 -1
- package/esm/src/chat/ag-ui.js +0 -1
- package/esm/src/chat/protocol.d.ts +0 -1
- package/esm/src/chat/protocol.js +0 -1
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/package.json +1 -1
- package/src/deno.js +1 -1
- package/src/src/utils/version-constant.ts +1 -1
package/esm/deno.js
CHANGED
package/esm/src/chat/ag-ui.d.ts
CHANGED
package/esm/src/chat/ag-ui.js
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* These types describe the framework-owned message parts and stream events used
|
|
5
5
|
* by AG-UI-aligned chat clients, hooks, and adapters.
|
|
6
6
|
*/
|
|
7
|
-
import "../../_dnt.polyfills.js";
|
|
8
7
|
export type ChatPartState = "streaming" | "done";
|
|
9
8
|
export interface ChatTextPart {
|
|
10
9
|
type: "text";
|
package/esm/src/chat/protocol.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.1.
|
|
1
|
+
export declare const VERSION = "0.1.196";
|
|
2
2
|
//# sourceMappingURL=version-constant.d.ts.map
|
package/package.json
CHANGED
package/src/deno.js
CHANGED