@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.js
CHANGED
|
@@ -64551,10 +64551,10 @@ var AssistantConnectionConfig = class extends ConnectionConfig {
|
|
|
64551
64551
|
return this.authInfo;
|
|
64552
64552
|
}
|
|
64553
64553
|
get callbacks() {
|
|
64554
|
-
return this.
|
|
64554
|
+
return this.callback;
|
|
64555
64555
|
}
|
|
64556
64556
|
set callbacks(value) {
|
|
64557
|
-
this.
|
|
64557
|
+
this.callback = value;
|
|
64558
64558
|
}
|
|
64559
64559
|
};
|
|
64560
64560
|
|