ide-assi 0.300.0 → 0.301.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
|
@@ -193912,7 +193912,7 @@ class IdeAi
|
|
|
193912
193912
|
if (apply.javascript) {
|
|
193913
193913
|
await this.#generateTmplFile("/prompts/meta/U.BuildReactJsx.txt", "react.jsx", {
|
|
193914
193914
|
userPrompt: userPrompt,
|
|
193915
|
-
mybatis:
|
|
193915
|
+
mybatis: srcPath.mybatis,
|
|
193916
193916
|
originSrc: src.javascript,
|
|
193917
193917
|
menuUrl: where.menu.url,
|
|
193918
193918
|
menuName: where.menu.name,
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193908,7 +193908,7 @@ class IdeAi
|
|
|
193908
193908
|
if (apply.javascript) {
|
|
193909
193909
|
await this.#generateTmplFile("/prompts/meta/U.BuildReactJsx.txt", "react.jsx", {
|
|
193910
193910
|
userPrompt: userPrompt,
|
|
193911
|
-
mybatis:
|
|
193911
|
+
mybatis: srcPath.mybatis,
|
|
193912
193912
|
originSrc: src.javascript,
|
|
193913
193913
|
menuUrl: where.menu.url,
|
|
193914
193914
|
menuName: where.menu.name,
|
package/dist/components/ideAi.js
CHANGED
|
@@ -494,7 +494,7 @@ export class IdeAi
|
|
|
494
494
|
if (apply.javascript) {
|
|
495
495
|
jsSrc = await this.#generateTmplFile("/prompts/meta/U.BuildReactJsx.txt", "react.jsx", {
|
|
496
496
|
userPrompt: userPrompt,
|
|
497
|
-
mybatis:
|
|
497
|
+
mybatis: srcPath.mybatis,
|
|
498
498
|
originSrc: src.javascript,
|
|
499
499
|
menuUrl: where.menu.url,
|
|
500
500
|
menuName: where.menu.name,
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -494,7 +494,7 @@ export class IdeAi
|
|
|
494
494
|
if (apply.javascript) {
|
|
495
495
|
jsSrc = await this.#generateTmplFile("/prompts/meta/U.BuildReactJsx.txt", "react.jsx", {
|
|
496
496
|
userPrompt: userPrompt,
|
|
497
|
-
mybatis:
|
|
497
|
+
mybatis: srcPath.mybatis,
|
|
498
498
|
originSrc: src.javascript,
|
|
499
499
|
menuUrl: where.menu.url,
|
|
500
500
|
menuName: where.menu.name,
|