ide-assi 0.40.0 → 0.42.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 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/components/ideAi.js +1 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -193343,6 +193343,7 @@ class IdeAi
|
|
|
193343
193343
|
method: "POST",
|
|
193344
193344
|
headers: { "Content-Type": "application/json" },
|
|
193345
193345
|
body: JSON.stringify({
|
|
193346
|
+
basePackage: "ide.assi.be",
|
|
193346
193347
|
userPrompt: userPrompt,
|
|
193347
193348
|
url: res.menu.url,
|
|
193348
193349
|
tables: columnInfo.list,
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193339,6 +193339,7 @@ class IdeAi
|
|
|
193339
193339
|
method: "POST",
|
|
193340
193340
|
headers: { "Content-Type": "application/json" },
|
|
193341
193341
|
body: JSON.stringify({
|
|
193342
|
+
basePackage: "ide.assi.be",
|
|
193342
193343
|
userPrompt: userPrompt,
|
|
193343
193344
|
url: res.menu.url,
|
|
193344
193345
|
tables: columnInfo.list,
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED