@noodleseed/assistant 1.30.0 → 1.31.0
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/{chunk-T4PS6P2W.js → chunk-PIYWT67H.js} +2 -2
- package/dist/{chunk-T4PS6P2W.js.map → chunk-PIYWT67H.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
package/dist/react.cjs
CHANGED
|
@@ -33220,7 +33220,7 @@ var AssistantElementWebMcpController = class {
|
|
|
33220
33220
|
#bridge;
|
|
33221
33221
|
/** Guards against a late `startWebMcpBridge` resolving after the session it belonged to is gone. */
|
|
33222
33222
|
#generation = 0;
|
|
33223
|
-
/** Called when resolved configuration arrives; the
|
|
33223
|
+
/** Called when resolved configuration arrives; the server already resolved surface over deployment. */
|
|
33224
33224
|
configure(enabled) {
|
|
33225
33225
|
this.#enabled = enabled;
|
|
33226
33226
|
if (!enabled) this.stop();
|