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.
@@ -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: where.mybatis,
193915
+ mybatis: srcPath.mybatis,
193916
193916
  originSrc: src.javascript,
193917
193917
  menuUrl: where.menu.url,
193918
193918
  menuName: where.menu.name,
@@ -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: where.mybatis,
193911
+ mybatis: srcPath.mybatis,
193912
193912
  originSrc: src.javascript,
193913
193913
  menuUrl: where.menu.url,
193914
193914
  menuName: where.menu.name,
@@ -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: where.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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.300.0",
4
+ "version": "0.301.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -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: where.mybatis,
497
+ mybatis: srcPath.mybatis,
498
498
  originSrc: src.javascript,
499
499
  menuUrl: where.menu.url,
500
500
  menuName: where.menu.name,