@nuwax-ai/openui-mcp 0.1.7 → 0.1.8
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/web/sidecar.js +1 -1
- package/package.json +1 -1
package/dist/web/sidecar.js
CHANGED
|
@@ -87601,7 +87601,7 @@ function xFe({ artifactId: e }) {
|
|
|
87601
87601
|
return l && (s.search = "", s.searchParams.set("openui", "artifact"), s.searchParams.set("artifactId", e)), fetch(
|
|
87602
87602
|
l ? s.toString() : `../artifacts/${encodeURIComponent(e)}`,
|
|
87603
87603
|
{
|
|
87604
|
-
credentials: "
|
|
87604
|
+
credentials: "same-origin",
|
|
87605
87605
|
signal: i.signal
|
|
87606
87606
|
}
|
|
87607
87607
|
).then(async (u) => {
|