biz9-logic 4.8.100 → 4.8.101

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 -0
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='5.8.0'
1
+ VERSION='5.8.1'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -750,6 +750,7 @@ class DataType {
750
750
  static CONTENT='content_biz';
751
751
  static EVENT='event_biz';
752
752
  static FAQ='faq_biz';
753
+ static FAVORITE='favorite_biz';
753
754
  static GALLERY='gallery_biz';
754
755
  static ITEM_MAP='item_map_biz';
755
756
  static ITEM='item_biz';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.100",
3
+ "version": "4.8.101",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"