@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.cjs
CHANGED
|
@@ -33217,7 +33217,7 @@ var AssistantElementWebMcpController = class {
|
|
|
33217
33217
|
#bridge;
|
|
33218
33218
|
/** Guards against a late `startWebMcpBridge` resolving after the session it belonged to is gone. */
|
|
33219
33219
|
#generation = 0;
|
|
33220
|
-
/** Called when resolved configuration arrives; the
|
|
33220
|
+
/** Called when resolved configuration arrives; the server already resolved surface over deployment. */
|
|
33221
33221
|
configure(enabled) {
|
|
33222
33222
|
this.#enabled = enabled;
|
|
33223
33223
|
if (!enabled) this.stop();
|