biz9-logic 4.8.338 → 4.8.339

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 +2 -1
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='8.1.8'
1
+ VERSION='8.1.9'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -1809,6 +1809,8 @@ class Url_Logic {
1809
1809
  static URL_CATEGORY_DETAIL="category/detail";
1810
1810
  static URL_CATEGORY_HOME="category/home";
1811
1811
  static URL_CATEGORY_SEARCH="category/search";
1812
+ //cms
1813
+ static URL_POST_CMS="item/post_cms";
1812
1814
  //content
1813
1815
  static URL_CONTENT="item/content";
1814
1816
  //crud
@@ -1819,7 +1821,6 @@ class Url_Logic {
1819
1821
  static URL_GET="main/crud/get";
1820
1822
  static URL_PARENT_TOP="main/crud/parent_top";
1821
1823
  static URL_POST="main/crud/post";
1822
- static URL_POST_CMS="main/crud/post_cms";
1823
1824
  static URL_POST_LIST="main/crud/post_list";
1824
1825
  static URL_SEARCH="main/crud/search";
1825
1826
  //dashboard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.338",
3
+ "version": "4.8.339",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"