@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
|
@@ -5072,7 +5072,7 @@ var AssistantElementWebMcpController = class {
|
|
|
5072
5072
|
#bridge;
|
|
5073
5073
|
/** Guards against a late `startWebMcpBridge` resolving after the session it belonged to is gone. */
|
|
5074
5074
|
#generation = 0;
|
|
5075
|
-
/** Called when resolved configuration arrives; the
|
|
5075
|
+
/** Called when resolved configuration arrives; the server already resolved surface over deployment. */
|
|
5076
5076
|
configure(enabled) {
|
|
5077
5077
|
this.#enabled = enabled;
|
|
5078
5078
|
if (!enabled) this.stop();
|
|
@@ -5975,4 +5975,4 @@ export {
|
|
|
5975
5975
|
dompurify/dist/purify.es.mjs:
|
|
5976
5976
|
(*! @license DOMPurify 3.4.11 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.11/LICENSE *)
|
|
5977
5977
|
*/
|
|
5978
|
-
//# sourceMappingURL=chunk-
|
|
5978
|
+
//# sourceMappingURL=chunk-PIYWT67H.js.map
|