ide-assi 0.126.0 → 0.128.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/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/components/ideAi.js +1 -1
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -193526,7 +193526,7 @@ class IdeAi
|
|
|
193526
193526
|
await fetch(`/api/source/generateRealFile`, {
|
|
193527
193527
|
method: "POST",
|
|
193528
193528
|
headers: { "Content-Type": "application/json" },
|
|
193529
|
-
body: JSON.stringify(
|
|
193529
|
+
body: JSON.stringify(params)
|
|
193530
193530
|
});
|
|
193531
193531
|
|
|
193532
193532
|
return;
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193522,7 +193522,7 @@ class IdeAi
|
|
|
193522
193522
|
await fetch(`/api/source/generateRealFile`, {
|
|
193523
193523
|
method: "POST",
|
|
193524
193524
|
headers: { "Content-Type": "application/json" },
|
|
193525
|
-
body: JSON.stringify(
|
|
193525
|
+
body: JSON.stringify(params)
|
|
193526
193526
|
});
|
|
193527
193527
|
|
|
193528
193528
|
return;
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED