ide-assi 0.119.0 → 0.120.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.
@@ -193524,7 +193524,7 @@ class IdeAi
193524
193524
  //const path = "/api/templates/mybatis.xml";
193525
193525
  // const template = await fetch(path).then(res => res.text());
193526
193526
 
193527
- console.log(files);
193527
+ console.log(params);
193528
193528
 
193529
193529
  return;
193530
193530
  };
@@ -193520,7 +193520,7 @@ class IdeAi
193520
193520
  //const path = "/api/templates/mybatis.xml";
193521
193521
  // const template = await fetch(path).then(res => res.text());
193522
193522
 
193523
- console.log(files);
193523
+ console.log(params);
193524
193524
 
193525
193525
  return;
193526
193526
  };
@@ -230,7 +230,7 @@ export class IdeAi
230
230
  //const path = "/api/templates/mybatis.xml";
231
231
  // const template = await fetch(path).then(res => res.text());
232
232
 
233
- console.log(files);
233
+ console.log(params);
234
234
 
235
235
  return;
236
236
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.119.0",
4
+ "version": "0.120.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -230,7 +230,7 @@ export class IdeAi
230
230
  //const path = "/api/templates/mybatis.xml";
231
231
  // const template = await fetch(path).then(res => res.text());
232
232
 
233
- console.log(files);
233
+ console.log(params);
234
234
 
235
235
  return;
236
236