ide-assi 0.61.0 → 0.62.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
|
@@ -193287,6 +193287,7 @@ class IdeAi
|
|
|
193287
193287
|
{
|
|
193288
193288
|
#API_URL = "http://localhost:8091";
|
|
193289
193289
|
#SCHEMA = "booxtory_250131";
|
|
193290
|
+
#model;
|
|
193290
193291
|
|
|
193291
193292
|
constructor() {
|
|
193292
193293
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193283,6 +193283,7 @@ class IdeAi
|
|
|
193283
193283
|
{
|
|
193284
193284
|
#API_URL = "http://localhost:8091";
|
|
193285
193285
|
#SCHEMA = "booxtory_250131";
|
|
193286
|
+
#model;
|
|
193286
193287
|
|
|
193287
193288
|
constructor() {
|
|
193288
193289
|
}
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED