@abtnode/core 1.6.17 → 1.6.21
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/api/node.js +1 -1
- package/lib/blocklet/hooks.js +16 -63
- package/lib/blocklet/manager/disk.js +85 -76
- package/lib/blocklet/migration.js +16 -52
- package/lib/event.js +3 -2
- package/lib/index.js +2 -3
- package/lib/migrations/1.6.21-rename-ip-echo-domain.js +27 -0
- package/lib/router/helper.js +80 -59
- package/lib/router/index.js +6 -6
- package/lib/router/manager.js +4 -4
- package/lib/states/blocklet.js +80 -4
- package/lib/states/node.js +4 -3
- package/lib/util/blocklet.js +50 -3
- package/lib/util/get-domain-for-blocklet.js +2 -2
- package/lib/util/index.js +5 -5
- package/lib/util/upgrade.js +8 -4
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.6.
|
|
6
|
+
"version": "1.6.21",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,30 +19,30 @@
|
|
|
19
19
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@abtnode/certificate-manager": "1.6.
|
|
23
|
-
"@abtnode/constant": "1.6.
|
|
24
|
-
"@abtnode/cron": "1.6.
|
|
25
|
-
"@abtnode/db": "1.6.
|
|
26
|
-
"@abtnode/logger": "1.6.
|
|
27
|
-
"@abtnode/queue": "1.6.
|
|
28
|
-
"@abtnode/rbac": "1.6.
|
|
29
|
-
"@abtnode/router-provider": "1.6.
|
|
30
|
-
"@abtnode/static-server": "1.6.
|
|
31
|
-
"@abtnode/timemachine": "1.6.
|
|
32
|
-
"@abtnode/util": "1.6.
|
|
33
|
-
"@arcblock/did": "^1.14.
|
|
34
|
-
"@arcblock/event-hub": "1.14.
|
|
22
|
+
"@abtnode/certificate-manager": "1.6.21",
|
|
23
|
+
"@abtnode/constant": "1.6.21",
|
|
24
|
+
"@abtnode/cron": "1.6.21",
|
|
25
|
+
"@abtnode/db": "1.6.21",
|
|
26
|
+
"@abtnode/logger": "1.6.21",
|
|
27
|
+
"@abtnode/queue": "1.6.21",
|
|
28
|
+
"@abtnode/rbac": "1.6.21",
|
|
29
|
+
"@abtnode/router-provider": "1.6.21",
|
|
30
|
+
"@abtnode/static-server": "1.6.21",
|
|
31
|
+
"@abtnode/timemachine": "1.6.21",
|
|
32
|
+
"@abtnode/util": "1.6.21",
|
|
33
|
+
"@arcblock/did": "^1.14.13",
|
|
34
|
+
"@arcblock/event-hub": "1.14.13",
|
|
35
35
|
"@arcblock/pm2-events": "^0.0.5",
|
|
36
|
-
"@arcblock/vc": "^1.14.
|
|
37
|
-
"@blocklet/meta": "1.6.
|
|
36
|
+
"@arcblock/vc": "^1.14.13",
|
|
37
|
+
"@blocklet/meta": "1.6.21",
|
|
38
38
|
"@fidm/x509": "^1.2.1",
|
|
39
39
|
"@nedb/core": "^1.2.2",
|
|
40
40
|
"@nedb/multi": "^1.2.2",
|
|
41
|
-
"@ocap/mcrypto": "^1.14.
|
|
42
|
-
"@ocap/util": "^1.14.
|
|
43
|
-
"@ocap/wallet": "^1.14.
|
|
41
|
+
"@ocap/mcrypto": "^1.14.13",
|
|
42
|
+
"@ocap/util": "^1.14.13",
|
|
43
|
+
"@ocap/wallet": "^1.14.13",
|
|
44
44
|
"@slack/webhook": "^5.0.3",
|
|
45
|
-
"axios": "^0.
|
|
45
|
+
"axios": "^0.25.0",
|
|
46
46
|
"axon": "^2.0.3",
|
|
47
47
|
"chalk": "^4.0.0",
|
|
48
48
|
"deep-diff": "^1.0.2",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"is-base64": "^1.1.0",
|
|
54
54
|
"is-ip": "^3.1.0",
|
|
55
55
|
"is-url": "^1.2.4",
|
|
56
|
-
"joi": "^17.
|
|
56
|
+
"joi": "^17.6.0",
|
|
57
57
|
"js-yaml": "^3.14.0",
|
|
58
58
|
"lodash": "^4.17.21",
|
|
59
59
|
"lru-cache": "^6.0.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"express": "^4.17.1",
|
|
76
76
|
"jest": "^27.4.5"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "864ae21711c119948475057a1f634fd7d16ae91a"
|
|
79
79
|
}
|