ide-assi 0.711.0 → 0.714.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.
@@ -202861,6 +202861,8 @@ class IdeAi
202861
202861
  const mainfiles = this.prompt.react.filter(item => item.includes(".main.") || item.includes(".all."));
202862
202862
  const subfiles = this.prompt.react.filter(item => item.includes(".sub.") || item.includes(".all."));
202863
202863
 
202864
+ console.log(what, mainfiles, subfiles);
202865
+
202864
202866
  if (["C1","U1"].includes(what)) {
202865
202867
  generatedSource.javascriptFrom = await this.#generateTmplFile(mainfiles, "reactFrom.jsx", {
202866
202868
  userPrompt: userPrompt,
@@ -202857,6 +202857,8 @@ class IdeAi
202857
202857
  const mainfiles = this.prompt.react.filter(item => item.includes(".main.") || item.includes(".all."));
202858
202858
  const subfiles = this.prompt.react.filter(item => item.includes(".sub.") || item.includes(".all."));
202859
202859
 
202860
+ console.log(what, mainfiles, subfiles);
202861
+
202860
202862
  if (["C1","U1"].includes(what)) {
202861
202863
  generatedSource.javascriptFrom = await this.#generateTmplFile(mainfiles, "reactFrom.jsx", {
202862
202864
  userPrompt: userPrompt,
@@ -335,6 +335,8 @@ export class IdeAi
335
335
  const mainfiles = this.prompt.react.filter(item => item.includes(".main.") || item.includes(".all."));
336
336
  const subfiles = this.prompt.react.filter(item => item.includes(".sub.") || item.includes(".all."));
337
337
 
338
+ console.log(what, mainfiles, subfiles);
339
+
338
340
  if (["C1","U1"].includes(what)) {
339
341
  generatedSource.javascriptFrom = await this.#generateTmplFile(mainfiles, "reactFrom.jsx", {
340
342
  userPrompt: userPrompt,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.711.0",
4
+ "version": "0.714.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -335,6 +335,8 @@ export class IdeAi
335
335
  const mainfiles = this.prompt.react.filter(item => item.includes(".main.") || item.includes(".all."));
336
336
  const subfiles = this.prompt.react.filter(item => item.includes(".sub.") || item.includes(".all."));
337
337
 
338
+ console.log(what, mainfiles, subfiles);
339
+
338
340
  if (["C1","U1"].includes(what)) {
339
341
  generatedSource.javascriptFrom = await this.#generateTmplFile(mainfiles, "reactFrom.jsx", {
340
342
  userPrompt: userPrompt,