ide-assi 0.15.0 → 0.16.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
|
@@ -193321,7 +193321,7 @@ class IdeAi
|
|
|
193321
193321
|
body: JSON.stringify({
|
|
193322
193322
|
question: question,
|
|
193323
193323
|
menus: menus,
|
|
193324
|
-
tables: tables,
|
|
193324
|
+
tables: tables.list,
|
|
193325
193325
|
})
|
|
193326
193326
|
});
|
|
193327
193327
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193317,7 +193317,7 @@ class IdeAi
|
|
|
193317
193317
|
body: JSON.stringify({
|
|
193318
193318
|
question: question,
|
|
193319
193319
|
menus: menus,
|
|
193320
|
-
tables: tables,
|
|
193320
|
+
tables: tables.list,
|
|
193321
193321
|
})
|
|
193322
193322
|
});
|
|
193323
193323
|
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED