biz9-logic 4.8.64 → 4.8.65

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.
Files changed (3) hide show
  1. package/biz9_config +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='5.4.4'
1
+ VERSION='5.4.5'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -113,7 +113,7 @@ class Template_Logic {
113
113
  template.items = [];
114
114
  for(let a = 0; a<title_list.length;a++){
115
115
  let item = Sub_Item_Logic.get_test(title_list[a],template,template,option);
116
- item.items = Sub_Item_Logic.get_test_list(item,template,option);
116
+ item.items = Sub_Item_Logic.get_test_section_list(item,template,option);
117
117
  item = Sub_Item_Logic.bind_parent_child_list(item,item.items);
118
118
  template.items.push(item);
119
119
  //template.items.push(Sub_Item_Logic.get_test(title_list[a],template,template,option));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.64",
3
+ "version": "4.8.65",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"