@artooi/ag-ui-web-component 0.35.0 → 0.35.1
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/CHANGELOG.md +17 -1
- package/README.md +11 -0
- package/dist/ag-ui-web-component.bundle.js +1 -1
- package/dist/ag-ui-web-component.bundle.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/version.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -16539,7 +16539,7 @@ function setControlValue(el2, value) {
|
|
|
16539
16539
|
}
|
|
16540
16540
|
|
|
16541
16541
|
// src/version.ts
|
|
16542
|
-
var VERSION = "0.35.
|
|
16542
|
+
var VERSION = "0.35.1";
|
|
16543
16543
|
export {
|
|
16544
16544
|
ATTACHMENT_EVENT,
|
|
16545
16545
|
AgUiChat,
|