ide-assi 0.68.0 → 0.71.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
CHANGED
|
@@ -193269,7 +193269,7 @@ class IdeAiPrompt
|
|
|
193269
193269
|
|
|
193270
193270
|
console.log(response);
|
|
193271
193271
|
|
|
193272
|
-
const result = await response.
|
|
193272
|
+
const result = await response.text();
|
|
193273
193273
|
console.log(result);
|
|
193274
193274
|
|
|
193275
193275
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193265,7 +193265,7 @@ class IdeAiPrompt
|
|
|
193265
193265
|
|
|
193266
193266
|
console.log(response);
|
|
193267
193267
|
|
|
193268
|
-
const result = await response.
|
|
193268
|
+
const result = await response.text();
|
|
193269
193269
|
console.log(result);
|
|
193270
193270
|
|
|
193271
193271
|
|
package/package.json
CHANGED