@abtnode/core 1.16.6-beta-7bb306c0 → 1.16.7-beta-1e0b7b89

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.
@@ -21,7 +21,7 @@ console.info(`package name: ${PACKAGE_NAME}`);
21
21
  const runAsync = (command, options) =>
22
22
  new Promise((resolve) => {
23
23
  console.info(`Run command: ${command}`);
24
- shell.exec(command, { async: true, ...options }, (code, stdout, stderr) => {
24
+ shell.exec(command, { async: true, windowsHide: true, ...options }, (code, stdout, stderr) => {
25
25
  resolve({ code, stdout, stderr });
26
26
  });
27
27
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.6-beta-7bb306c0",
6
+ "version": "1.16.7-beta-1e0b7b89",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -19,35 +19,35 @@
19
19
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@abtnode/auth": "1.16.6-beta-7bb306c0",
23
- "@abtnode/certificate-manager": "1.16.6-beta-7bb306c0",
24
- "@abtnode/constant": "1.16.6-beta-7bb306c0",
25
- "@abtnode/cron": "1.16.6-beta-7bb306c0",
26
- "@abtnode/db": "1.16.6-beta-7bb306c0",
27
- "@abtnode/logger": "1.16.6-beta-7bb306c0",
28
- "@abtnode/queue": "1.16.6-beta-7bb306c0",
29
- "@abtnode/rbac": "1.16.6-beta-7bb306c0",
30
- "@abtnode/router-provider": "1.16.6-beta-7bb306c0",
31
- "@abtnode/static-server": "1.16.6-beta-7bb306c0",
32
- "@abtnode/timemachine": "1.16.6-beta-7bb306c0",
33
- "@abtnode/util": "1.16.6-beta-7bb306c0",
34
- "@arcblock/did": "1.18.77",
35
- "@arcblock/did-auth": "1.18.77",
36
- "@arcblock/did-ext": "^1.18.77",
22
+ "@abtnode/auth": "1.16.7-beta-1e0b7b89",
23
+ "@abtnode/certificate-manager": "1.16.7-beta-1e0b7b89",
24
+ "@abtnode/constant": "1.16.7-beta-1e0b7b89",
25
+ "@abtnode/cron": "1.16.7-beta-1e0b7b89",
26
+ "@abtnode/db": "1.16.7-beta-1e0b7b89",
27
+ "@abtnode/logger": "1.16.7-beta-1e0b7b89",
28
+ "@abtnode/queue": "1.16.7-beta-1e0b7b89",
29
+ "@abtnode/rbac": "1.16.7-beta-1e0b7b89",
30
+ "@abtnode/router-provider": "1.16.7-beta-1e0b7b89",
31
+ "@abtnode/static-server": "1.16.7-beta-1e0b7b89",
32
+ "@abtnode/timemachine": "1.16.7-beta-1e0b7b89",
33
+ "@abtnode/util": "1.16.7-beta-1e0b7b89",
34
+ "@arcblock/did": "1.18.78",
35
+ "@arcblock/did-auth": "1.18.78",
36
+ "@arcblock/did-ext": "^1.18.78",
37
37
  "@arcblock/did-motif": "^1.1.10",
38
- "@arcblock/did-util": "1.18.77",
39
- "@arcblock/event-hub": "1.18.77",
40
- "@arcblock/jwt": "^1.18.77",
38
+ "@arcblock/did-util": "1.18.78",
39
+ "@arcblock/event-hub": "1.18.78",
40
+ "@arcblock/jwt": "^1.18.78",
41
41
  "@arcblock/pm2-events": "^0.0.5",
42
- "@arcblock/vc": "1.18.77",
43
- "@blocklet/constant": "1.16.6-beta-7bb306c0",
44
- "@blocklet/meta": "1.16.6-beta-7bb306c0",
45
- "@blocklet/sdk": "1.16.6-beta-7bb306c0",
46
- "@did-space/client": "^0.2.88",
42
+ "@arcblock/vc": "1.18.78",
43
+ "@blocklet/constant": "1.16.7-beta-1e0b7b89",
44
+ "@blocklet/meta": "1.16.7-beta-1e0b7b89",
45
+ "@blocklet/sdk": "1.16.7-beta-1e0b7b89",
46
+ "@did-space/client": "^0.2.90",
47
47
  "@fidm/x509": "^1.2.1",
48
- "@ocap/mcrypto": "1.18.77",
49
- "@ocap/util": "1.18.77",
50
- "@ocap/wallet": "1.18.77",
48
+ "@ocap/mcrypto": "1.18.78",
49
+ "@ocap/util": "1.18.78",
50
+ "@ocap/wallet": "1.18.78",
51
51
  "@slack/webhook": "^5.0.4",
52
52
  "archiver": "^5.3.1",
53
53
  "axios": "^0.27.2",
@@ -93,5 +93,5 @@
93
93
  "express": "^4.18.2",
94
94
  "jest": "^27.5.1"
95
95
  },
96
- "gitHead": "38afdb6ca7be8bf3cd1d3e6b88fa4ea03416afe3"
96
+ "gitHead": "c6619456047b104064c9964b858a1000703bbdbf"
97
97
  }