biz9-logic 4.8.41 → 4.8.42

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 -2
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='5.2.1'
1
+ VERSION='5.2.2'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -708,10 +708,9 @@ class Review_Logic {
708
708
  review.email="ceo@biz"+String(Number.get_id())+".com";
709
709
  review.first_name="First Name "+ Number.get_id();
710
710
  review.last_name="Last Name "+ Number.get_id();
711
+ review.hometown="Hometown "+ Number.get_id();
711
712
  review.position="Position "+ Number.get_id();
712
713
  review.comment="My comment "+ Number.get_id() + "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
713
- review.city=city_list[Number.get_id(city_list.length-1)];
714
- review.state=state_list[Number.get_id(state_list.length-1)];
715
714
  return review;
716
715
  };
717
716
  static get_test_list=(option)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.41",
3
+ "version": "4.8.42",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"