biz9-logic 4.8.342 → 4.8.343

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 +4 -4
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='8.2.2'
1
+ VERSION='8.2.3'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -1689,10 +1689,10 @@ class Url {
1689
1689
  static POST_ORDER="item/post_order";
1690
1690
  static SEARCH_ORDER="item/search_order";
1691
1691
  //page
1692
- static PAGE_HOME="page/home";
1693
- static PAGE_ABOUT="page/about";
1694
- static PAGE_CONTACT="page/contact";
1695
- static PAGE_FAQ="page/faq";
1692
+ static HOME="page/home";
1693
+ static ABOUT="page/about";
1694
+ static CONTACT="page/contact";
1695
+ static FAQ="page/faq";
1696
1696
  //product
1697
1697
  static PRODUCT_DETAIL="product/detail";
1698
1698
  static PRODUCT_HOME="product/home";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.342",
3
+ "version": "4.8.343",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"