@rapidaai/react 1.1.27 → 1.1.28
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -36413,10 +36413,10 @@ var AssistantConnectionConfig = class extends ConnectionConfig {
|
|
|
36413
36413
|
return this.authInfo;
|
|
36414
36414
|
}
|
|
36415
36415
|
get callbacks() {
|
|
36416
|
-
return this.
|
|
36416
|
+
return this.callback;
|
|
36417
36417
|
}
|
|
36418
36418
|
set callbacks(value) {
|
|
36419
|
-
this.
|
|
36419
|
+
this.callback = value;
|
|
36420
36420
|
}
|
|
36421
36421
|
};
|
|
36422
36422
|
|