@abtnode/constant 1.8.42 → 1.8.44

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 (2) hide show
  1. package/index.js +6 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -439,4 +439,10 @@ module.exports = Object.freeze({
439
439
  STORE_DETAIL_PAGE_PATH_PREFIX: '/blocklets',
440
440
 
441
441
  MAX_USER_PAGE_SIZE: 100,
442
+
443
+ SERVER_STATUS: {
444
+ RUNNING: 1,
445
+ STOPPED: 2,
446
+ START_FROM_CRASH: 3,
447
+ },
442
448
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.42",
6
+ "version": "1.8.44",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^27.5.1"
22
22
  },
23
- "gitHead": "04771ed44e11deb3f214b637be6e3b78ca2b9245"
23
+ "gitHead": "db4a891634dbc5a03567118056d39ad2dd4c68fe"
24
24
  }