@assistant-ui/react 0.5.3 → 0.5.4
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/index.d.mts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
    
        package/dist/index.mjs
    CHANGED
    
    | @@ -3633,7 +3633,7 @@ var ExternalStoreThreadRuntime = class { | |
| 3633 3633 | 
             
                  edit: this.store.onEdit !== void 0,
         | 
| 3634 3634 | 
             
                  reload: this.store.onReload !== void 0,
         | 
| 3635 3635 | 
             
                  cancel: this.store.onCancel !== void 0,
         | 
| 3636 | 
            -
                  copy:  | 
| 3636 | 
            +
                  copy: this.store.onCopy !== null
         | 
| 3637 3637 | 
             
                };
         | 
| 3638 3638 | 
             
              }
         | 
| 3639 3639 | 
             
              messages = [];
         |