biz9-store 1.0.76 → 1.0.77

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.
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='1.0.76'
1
+ VERSION='1.0.77'
2
2
  TITLE='BiZ9-Store'
3
3
  REPO='git@github.com:biz9framework/biz9-store.git'
4
4
  BRANCH='main'
package/index.js CHANGED
@@ -7,7 +7,7 @@ Description: BiZ9 Framework: Store
7
7
  const {Log,Str,Num,Obj}=require("biz9-utility");
8
8
  const {Data_Logic,Data_Field} = require("biz9-data-app");
9
9
  const {Config,Data_Config,Url,Table} = require("./constant");
10
- //const {Service} = require("./service");
10
+ const {Service} = require("./service");
11
11
  class Store_Service {
12
12
  static ping = async (url) => {
13
13
  const [biz_response,biz_data] = await Service.ping(url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-store",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "description": "** Description",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,10 +11,10 @@
11
11
  "dependencies": {
12
12
  "async": "^3.2.6",
13
13
  "better-assert": "^1.0.2",
14
- "biz9-data-app": "^1.0.9",
14
+ "biz9-data-app": "^1.0.11",
15
15
  "biz9-remote": "^1.0.12",
16
16
  "biz9-scriptz": "^5.8.30",
17
- "biz9-utility": "^4.7.67",
17
+ "biz9-utility": "^4.7.69",
18
18
  "mocha": "^11.7.5"
19
19
  },
20
20
  "repository": {
package/test_service.js CHANGED
@@ -29,7 +29,7 @@ let SUB_PRODUCTS = [];
29
29
  let CART_ITEMS = [];
30
30
 
31
31
  //9_ping - 9_test_ping
32
- describe.skip('ping', function(){ this.timeout(25000);
32
+ describe('ping', function(){ this.timeout(25000);
33
33
  it("_ping", function(done){
34
34
  console.log('PING-START');
35
35
  async.series([