@abtnode/core 1.7.16 → 1.7.19
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/states/audit-log.js +1 -1
- package/package.json +22 -22
package/lib/states/audit-log.js
CHANGED
|
@@ -135,7 +135,7 @@ const getLogContent = async (action, args, context, result, info, node) => {
|
|
|
135
135
|
case 'switchProfile':
|
|
136
136
|
return `switched profile to ${args.profile.fullName} for ${team}`;
|
|
137
137
|
case 'switchPassport':
|
|
138
|
-
return `switched passport to ${args.passport.
|
|
138
|
+
return `switched passport to ${args.passport.name} for ${team}`;
|
|
139
139
|
case 'login':
|
|
140
140
|
return `${user} logged in to ${team} with passport ${args.passport.name}`;
|
|
141
141
|
case 'configWhoCanAccess':
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.7.
|
|
6
|
+
"version": "1.7.19",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,31 +19,31 @@
|
|
|
19
19
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@abtnode/certificate-manager": "1.7.
|
|
23
|
-
"@abtnode/constant": "1.7.
|
|
24
|
-
"@abtnode/cron": "1.7.
|
|
25
|
-
"@abtnode/db": "1.7.
|
|
26
|
-
"@abtnode/logger": "1.7.
|
|
27
|
-
"@abtnode/queue": "1.7.
|
|
28
|
-
"@abtnode/rbac": "1.7.
|
|
29
|
-
"@abtnode/router-provider": "1.7.
|
|
30
|
-
"@abtnode/static-server": "1.7.
|
|
31
|
-
"@abtnode/timemachine": "1.7.
|
|
32
|
-
"@abtnode/util": "1.7.
|
|
33
|
-
"@arcblock/did": "^1.16.
|
|
34
|
-
"@arcblock/did-motif": "^1.1.
|
|
35
|
-
"@arcblock/event-hub": "1.16.
|
|
22
|
+
"@abtnode/certificate-manager": "1.7.19",
|
|
23
|
+
"@abtnode/constant": "1.7.19",
|
|
24
|
+
"@abtnode/cron": "1.7.19",
|
|
25
|
+
"@abtnode/db": "1.7.19",
|
|
26
|
+
"@abtnode/logger": "1.7.19",
|
|
27
|
+
"@abtnode/queue": "1.7.19",
|
|
28
|
+
"@abtnode/rbac": "1.7.19",
|
|
29
|
+
"@abtnode/router-provider": "1.7.19",
|
|
30
|
+
"@abtnode/static-server": "1.7.19",
|
|
31
|
+
"@abtnode/timemachine": "1.7.19",
|
|
32
|
+
"@abtnode/util": "1.7.19",
|
|
33
|
+
"@arcblock/did": "^1.16.15",
|
|
34
|
+
"@arcblock/did-motif": "^1.1.8",
|
|
35
|
+
"@arcblock/event-hub": "1.16.15",
|
|
36
36
|
"@arcblock/pm2-events": "^0.0.5",
|
|
37
|
-
"@arcblock/vc": "^1.16.
|
|
38
|
-
"@blocklet/meta": "1.7.
|
|
37
|
+
"@arcblock/vc": "^1.16.15",
|
|
38
|
+
"@blocklet/meta": "1.7.19",
|
|
39
39
|
"@fidm/x509": "^1.2.1",
|
|
40
40
|
"@nedb/core": "^1.2.2",
|
|
41
41
|
"@nedb/multi": "^1.2.2",
|
|
42
|
-
"@ocap/mcrypto": "^1.16.
|
|
43
|
-
"@ocap/util": "^1.16.
|
|
44
|
-
"@ocap/wallet": "^1.16.
|
|
42
|
+
"@ocap/mcrypto": "^1.16.15",
|
|
43
|
+
"@ocap/util": "^1.16.15",
|
|
44
|
+
"@ocap/wallet": "^1.16.15",
|
|
45
45
|
"@slack/webhook": "^5.0.3",
|
|
46
|
-
"axios": "^0.
|
|
46
|
+
"axios": "^0.27.2",
|
|
47
47
|
"axon": "^2.0.3",
|
|
48
48
|
"chalk": "^4.0.0",
|
|
49
49
|
"deep-diff": "^1.0.2",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"express": "^4.17.1",
|
|
80
80
|
"jest": "^27.4.5"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "73c02fe34d02270e59c5edfeedd7e2a878b772c4"
|
|
83
83
|
}
|