ide-assi 0.37.0 → 0.38.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
|
@@ -193345,7 +193345,7 @@ class IdeAi
|
|
|
193345
193345
|
body: JSON.stringify({
|
|
193346
193346
|
userPrompt: userPrompt,
|
|
193347
193347
|
url: res.menu.url,
|
|
193348
|
-
tables:
|
|
193348
|
+
tables: columnInfo.list,
|
|
193349
193349
|
})
|
|
193350
193350
|
});
|
|
193351
193351
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193341,7 +193341,7 @@ class IdeAi
|
|
|
193341
193341
|
body: JSON.stringify({
|
|
193342
193342
|
userPrompt: userPrompt,
|
|
193343
193343
|
url: res.menu.url,
|
|
193344
|
-
tables:
|
|
193344
|
+
tables: columnInfo.list,
|
|
193345
193345
|
})
|
|
193346
193346
|
});
|
|
193347
193347
|
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED