@abtnode/core 1.6.13 → 1.6.14

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.
@@ -255,6 +255,7 @@ class NodeState extends BaseState {
255
255
  ABT_NODE_PK: info.pk,
256
256
  ABT_NODE_PORT: info.port,
257
257
  ABT_NODE_SERVICE_PORT: process.env.ABT_NODE_SERVICE_PORT,
258
+ ABT_NODE_MODE: info.mode,
258
259
  }));
259
260
  }
260
261
 
@@ -74,7 +74,6 @@ const PRIVATE_NODE_ENVS = [
74
74
  // 'NEDB_MULTI_PORT', // FIXME: 排查 abtnode 对外提供的 SDK(比如 @abtnode/queue), SDK 中不要自动使用 NEDB_MULTI_PORT 环境变量
75
75
  'ABT_NODE_UPDATER_PORT',
76
76
  'ABT_NODE_SESSION_TTL',
77
- 'ABT_NODE_MODE',
78
77
  'ABT_NODE_ROUTER_PROVIDER',
79
78
  'ABT_NODE_DATA_DIR',
80
79
  'ABT_NODE_TOKEN_SECRET',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.13",
6
+ "version": "1.6.14",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -19,22 +19,22 @@
19
19
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@abtnode/certificate-manager": "1.6.13",
23
- "@abtnode/constant": "1.6.13",
24
- "@abtnode/cron": "1.6.13",
25
- "@abtnode/db": "1.6.13",
26
- "@abtnode/logger": "1.6.13",
27
- "@abtnode/queue": "1.6.13",
28
- "@abtnode/rbac": "1.6.13",
29
- "@abtnode/router-provider": "1.6.13",
30
- "@abtnode/static-server": "1.6.13",
31
- "@abtnode/timemachine": "1.6.13",
32
- "@abtnode/util": "1.6.13",
22
+ "@abtnode/certificate-manager": "1.6.14",
23
+ "@abtnode/constant": "1.6.14",
24
+ "@abtnode/cron": "1.6.14",
25
+ "@abtnode/db": "1.6.14",
26
+ "@abtnode/logger": "1.6.14",
27
+ "@abtnode/queue": "1.6.14",
28
+ "@abtnode/rbac": "1.6.14",
29
+ "@abtnode/router-provider": "1.6.14",
30
+ "@abtnode/static-server": "1.6.14",
31
+ "@abtnode/timemachine": "1.6.14",
32
+ "@abtnode/util": "1.6.14",
33
33
  "@arcblock/did": "^1.13.79",
34
34
  "@arcblock/event-hub": "1.13.79",
35
35
  "@arcblock/pm2-events": "^0.0.5",
36
36
  "@arcblock/vc": "^1.13.79",
37
- "@blocklet/meta": "1.6.13",
37
+ "@blocklet/meta": "1.6.14",
38
38
  "@fidm/x509": "^1.2.1",
39
39
  "@nedb/core": "^1.2.2",
40
40
  "@nedb/multi": "^1.2.2",
@@ -75,5 +75,5 @@
75
75
  "express": "^4.17.1",
76
76
  "jest": "^27.4.5"
77
77
  },
78
- "gitHead": "4fff3e4867db54e55b11bb0188bbbf703505dea9"
78
+ "gitHead": "0ae215d5cf1160631bdd9b64639c8fcf80eb2d5f"
79
79
  }