@abtnode/core 1.16.6 → 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.
- package/lib/processes/updater.js +1 -1
- package/package.json +28 -28
package/lib/processes/updater.js
CHANGED
|
@@ -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
|
+
"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.
|
|
23
|
-
"@abtnode/certificate-manager": "1.16.
|
|
24
|
-
"@abtnode/constant": "1.16.
|
|
25
|
-
"@abtnode/cron": "1.16.
|
|
26
|
-
"@abtnode/db": "1.16.
|
|
27
|
-
"@abtnode/logger": "1.16.
|
|
28
|
-
"@abtnode/queue": "1.16.
|
|
29
|
-
"@abtnode/rbac": "1.16.
|
|
30
|
-
"@abtnode/router-provider": "1.16.
|
|
31
|
-
"@abtnode/static-server": "1.16.
|
|
32
|
-
"@abtnode/timemachine": "1.16.
|
|
33
|
-
"@abtnode/util": "1.16.
|
|
34
|
-
"@arcblock/did": "1.18.
|
|
35
|
-
"@arcblock/did-auth": "1.18.
|
|
36
|
-
"@arcblock/did-ext": "^1.18.
|
|
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.
|
|
39
|
-
"@arcblock/event-hub": "1.18.
|
|
40
|
-
"@arcblock/jwt": "^1.18.
|
|
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.
|
|
43
|
-
"@blocklet/constant": "1.16.
|
|
44
|
-
"@blocklet/meta": "1.16.
|
|
45
|
-
"@blocklet/sdk": "1.16.
|
|
46
|
-
"@did-space/client": "^0.2.
|
|
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.
|
|
49
|
-
"@ocap/util": "1.18.
|
|
50
|
-
"@ocap/wallet": "1.18.
|
|
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": "
|
|
96
|
+
"gitHead": "c6619456047b104064c9964b858a1000703bbdbf"
|
|
97
97
|
}
|