ide-assi 0.588.0 → 0.589.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.
@@ -202382,6 +202382,7 @@ console.log(el, href, title);
202382
202382
  menuUrl: where.menu.url,
202383
202383
  menuName: where.menu.name,
202384
202384
  baseClass: srcPath.baseClass,
202385
+ mybatisXmlSource: mybatisXmlSource,
202385
202386
  controllerSource: controllerSrc,
202386
202387
  tableDefinitions: JSON.stringify(columnInfo),
202387
202388
  });
@@ -202378,6 +202378,7 @@ console.log(el, href, title);
202378
202378
  menuUrl: where.menu.url,
202379
202379
  menuName: where.menu.name,
202380
202380
  baseClass: srcPath.baseClass,
202381
+ mybatisXmlSource: mybatisXmlSource,
202381
202382
  controllerSource: controllerSrc,
202382
202383
  tableDefinitions: JSON.stringify(columnInfo),
202383
202384
  });
@@ -512,6 +512,7 @@ console.log(el, href, title);
512
512
  menuUrl: where.menu.url,
513
513
  menuName: where.menu.name,
514
514
  baseClass: srcPath.baseClass,
515
+ mybatisXmlSource: mybatisXmlSource,
515
516
  controllerSource: controllerSrc,
516
517
  tableDefinitions: JSON.stringify(columnInfo),
517
518
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.588.0",
4
+ "version": "0.589.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -512,6 +512,7 @@ console.log(el, href, title);
512
512
  menuUrl: where.menu.url,
513
513
  menuName: where.menu.name,
514
514
  baseClass: srcPath.baseClass,
515
+ mybatisXmlSource: mybatisXmlSource,
515
516
  controllerSource: controllerSrc,
516
517
  tableDefinitions: JSON.stringify(columnInfo),
517
518
  });