@abtnode/core 1.8.64 → 1.8.65-beta-81d3340c
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/router/helper.js +9 -4
- package/package.json +17 -17
package/lib/router/helper.js
CHANGED
|
@@ -1070,10 +1070,15 @@ module.exports = function getRouterHelpers({ dataDirs, routingSnapshot, routerMa
|
|
|
1070
1070
|
},
|
|
1071
1071
|
});
|
|
1072
1072
|
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1073
|
+
[
|
|
1074
|
+
BlockletEvents.certIssued,
|
|
1075
|
+
EVENTS.CERT_ADDED,
|
|
1076
|
+
EVENTS.CERT_REMOVED,
|
|
1077
|
+
EVENTS.CERT_ISSUED,
|
|
1078
|
+
EVENTS.CERT_UPDATED,
|
|
1079
|
+
].forEach((event) => {
|
|
1080
|
+
certManager.on(event, () => providers[providerName].reload());
|
|
1081
|
+
});
|
|
1077
1082
|
|
|
1078
1083
|
await providers[providerName].start();
|
|
1079
1084
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.65-beta-81d3340c",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@abtnode/auth": "1.8.
|
|
23
|
-
"@abtnode/certificate-manager": "1.8.
|
|
24
|
-
"@abtnode/constant": "1.8.
|
|
25
|
-
"@abtnode/cron": "1.8.
|
|
26
|
-
"@abtnode/db": "1.8.
|
|
27
|
-
"@abtnode/logger": "1.8.
|
|
28
|
-
"@abtnode/queue": "1.8.
|
|
29
|
-
"@abtnode/rbac": "1.8.
|
|
30
|
-
"@abtnode/router-provider": "1.8.
|
|
31
|
-
"@abtnode/static-server": "1.8.
|
|
32
|
-
"@abtnode/timemachine": "1.8.
|
|
33
|
-
"@abtnode/util": "1.8.
|
|
22
|
+
"@abtnode/auth": "1.8.65-beta-81d3340c",
|
|
23
|
+
"@abtnode/certificate-manager": "1.8.65-beta-81d3340c",
|
|
24
|
+
"@abtnode/constant": "1.8.65-beta-81d3340c",
|
|
25
|
+
"@abtnode/cron": "1.8.65-beta-81d3340c",
|
|
26
|
+
"@abtnode/db": "1.8.65-beta-81d3340c",
|
|
27
|
+
"@abtnode/logger": "1.8.65-beta-81d3340c",
|
|
28
|
+
"@abtnode/queue": "1.8.65-beta-81d3340c",
|
|
29
|
+
"@abtnode/rbac": "1.8.65-beta-81d3340c",
|
|
30
|
+
"@abtnode/router-provider": "1.8.65-beta-81d3340c",
|
|
31
|
+
"@abtnode/static-server": "1.8.65-beta-81d3340c",
|
|
32
|
+
"@abtnode/timemachine": "1.8.65-beta-81d3340c",
|
|
33
|
+
"@abtnode/util": "1.8.65-beta-81d3340c",
|
|
34
34
|
"@arcblock/did": "1.18.37",
|
|
35
35
|
"@arcblock/did-motif": "^1.1.10",
|
|
36
36
|
"@arcblock/did-util": "1.18.37",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@arcblock/jwt": "^1.18.37",
|
|
39
39
|
"@arcblock/pm2-events": "^0.0.5",
|
|
40
40
|
"@arcblock/vc": "1.18.37",
|
|
41
|
-
"@blocklet/constant": "1.8.
|
|
42
|
-
"@blocklet/meta": "1.8.
|
|
43
|
-
"@blocklet/sdk": "1.8.
|
|
41
|
+
"@blocklet/constant": "1.8.65-beta-81d3340c",
|
|
42
|
+
"@blocklet/meta": "1.8.65-beta-81d3340c",
|
|
43
|
+
"@blocklet/sdk": "1.8.65-beta-81d3340c",
|
|
44
44
|
"@did-space/client": "^0.1.66",
|
|
45
45
|
"@fidm/x509": "^1.2.1",
|
|
46
46
|
"@ocap/mcrypto": "1.18.37",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"express": "^4.18.2",
|
|
89
89
|
"jest": "^27.5.1"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "5a904b9192febd1d09a759d929ca4de639a50cd1"
|
|
92
92
|
}
|