ide-assi 0.213.0 → 0.214.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.
@@ -193661,6 +193661,7 @@ class IdeAi
193661
193661
  const src = await this.#invoke(promptFile, params);
193662
193662
 
193663
193663
  await api.post(`/api/source/generateTmplFile`, {
193664
+ basePath: `${this.#parent.settings.beProjectName}/tmpl`,
193664
193665
  fileNm: generateFileName,
193665
193666
  contents: src,
193666
193667
  });
@@ -193657,6 +193657,7 @@ class IdeAi
193657
193657
  const src = await this.#invoke(promptFile, params);
193658
193658
 
193659
193659
  await api.post(`/api/source/generateTmplFile`, {
193660
+ basePath: `${this.#parent.settings.beProjectName}/tmpl`,
193660
193661
  fileNm: generateFileName,
193661
193662
  contents: src,
193662
193663
  });
@@ -245,6 +245,7 @@ export class IdeAi
245
245
  const src = await this.#invoke(promptFile, params);
246
246
 
247
247
  await api.post(`/api/source/generateTmplFile`, {
248
+ basePath: `${this.#parent.settings.beProjectName}/tmpl`,
248
249
  fileNm: generateFileName,
249
250
  contents: src,
250
251
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.213.0",
4
+ "version": "0.214.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -245,6 +245,7 @@ export class IdeAi
245
245
  const src = await this.#invoke(promptFile, params);
246
246
 
247
247
  await api.post(`/api/source/generateTmplFile`, {
248
+ basePath: `${this.#parent.settings.beProjectName}/tmpl`,
248
249
  fileNm: generateFileName,
249
250
  contents: src,
250
251
  });