ide-assi 0.41.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.
@@ -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,
@@ -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,
@@ -86,6 +86,7 @@ export class IdeAi
86
86
  method: "POST",
87
87
  headers: { "Content-Type": "application/json" },
88
88
  body: JSON.stringify({
89
+ basePackage: "ide.assi.be",
89
90
  userPrompt: userPrompt,
90
91
  url: res.menu.url,
91
92
  tables: columnInfo.list,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.41.0",
4
+ "version": "0.42.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -86,6 +86,7 @@ export class IdeAi
86
86
  method: "POST",
87
87
  headers: { "Content-Type": "application/json" },
88
88
  body: JSON.stringify({
89
+ basePackage: "ide.assi.be",
89
90
  userPrompt: userPrompt,
90
91
  url: res.menu.url,
91
92
  tables: columnInfo.list,