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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/components/ideAi.js +1 -1
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -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(
|
|
193527
|
+
console.log(params);
|
|
193528
193528
|
|
|
193529
193529
|
return;
|
|
193530
193530
|
};
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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(
|
|
193523
|
+
console.log(params);
|
|
193524
193524
|
|
|
193525
193525
|
return;
|
|
193526
193526
|
};
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED