biz9-logic 2.0.10 → 3.0.2

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 +2 -3
  2. package/package.json +1 -1
  3. package/test.js +1 -2
package/biz9_config CHANGED
@@ -1,8 +1,7 @@
1
- VERSION='2.1.0'
1
+ VERSION='3.0.2'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
5
5
  APP_TITLE_ID='test_app_title_id';
6
- CLOUD_URL="http://localhost";
7
- CLOUD_PORT_ID="1901";
6
+ URL="http://localhost";
8
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "2.0.10",
3
+ "version": "3.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/test.js CHANGED
@@ -9,8 +9,7 @@ const { Scriptz }= require('biz9-scriptz');
9
9
  const ID='f23c2372-df8e-4c09-a919-677fe32ba0bb';
10
10
  const APP_TITLE_ID='cool_bean';
11
11
  const DATA_TYPE='dt_blank';
12
- const PORT_ID="1901";
13
- const URL="http://localhost:"+PORT_ID;
12
+ const URL="http://localhost:1901";
14
13
  const biz9_config ={
15
14
  SERVICE_HOST_TYPE:'multiple',
16
15
  APP_TITLE_ID:APP_TITLE_ID,