ide-assi 0.26.0 → 0.27.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.
@@ -193348,8 +193348,8 @@ class IdeAi
193348
193348
  contents: source.mybatis,
193349
193349
  })
193350
193350
  });
193351
- console.log(response3);
193352
- console.log(await response3.json());
193351
+ //console.log(response3);
193352
+ //console.log(await response3.json());
193353
193353
 
193354
193354
  return await response3.json();
193355
193355
  }
@@ -193344,8 +193344,8 @@ class IdeAi
193344
193344
  contents: source.mybatis,
193345
193345
  })
193346
193346
  });
193347
- console.log(response3);
193348
- console.log(await response3.json());
193347
+ //console.log(response3);
193348
+ //console.log(await response3.json());
193349
193349
 
193350
193350
  return await response3.json();
193351
193351
  }
@@ -91,8 +91,8 @@ export class IdeAi
91
91
  contents: source.mybatis,
92
92
  })
93
93
  });
94
- console.log(response3);
95
- console.log(await response3.json());
94
+ //console.log(response3);
95
+ //console.log(await response3.json());
96
96
 
97
97
  return await response3.json();
98
98
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.26.0",
4
+ "version": "0.27.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -91,8 +91,8 @@ export class IdeAi
91
91
  contents: source.mybatis,
92
92
  })
93
93
  });
94
- console.log(response3);
95
- console.log(await response3.json());
94
+ //console.log(response3);
95
+ //console.log(await response3.json());
96
96
 
97
97
  return await response3.json();
98
98
  }