@abtnode/core 1.7.18 → 1.7.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 +20 -0
- package/lib/api/team.js +40 -5
- package/lib/blocklet/extras.js +1 -5
- package/lib/blocklet/hooks.js +9 -9
- package/lib/blocklet/manager/disk.js +284 -215
- package/lib/blocklet/migration.js +1 -1
- package/lib/index.js +5 -2
- package/lib/migrations/1.7.20-blocklet-component.js +41 -0
- package/lib/router/helper.js +1 -1
- package/lib/router/index.js +1 -1
- package/lib/router/manager.js +24 -21
- package/lib/states/audit-log.js +26 -4
- package/lib/states/blocklet-extras.js +66 -159
- package/lib/states/blocklet.js +65 -62
- package/lib/states/node.js +23 -13
- package/lib/util/blocklet.js +160 -127
- package/lib/util/index.js +29 -0
- package/lib/validators/router.js +1 -2
- package/package.json +23 -22
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.21",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,31 +19,32 @@
|
|
|
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/
|
|
22
|
+
"@abtnode/certificate-manager": "1.7.21",
|
|
23
|
+
"@abtnode/constant": "1.7.21",
|
|
24
|
+
"@abtnode/cron": "1.7.21",
|
|
25
|
+
"@abtnode/db": "1.7.21",
|
|
26
|
+
"@abtnode/logger": "1.7.21",
|
|
27
|
+
"@abtnode/queue": "1.7.21",
|
|
28
|
+
"@abtnode/rbac": "1.7.21",
|
|
29
|
+
"@abtnode/router-provider": "1.7.21",
|
|
30
|
+
"@abtnode/static-server": "1.7.21",
|
|
31
|
+
"@abtnode/timemachine": "1.7.21",
|
|
32
|
+
"@abtnode/util": "1.7.21",
|
|
33
|
+
"@arcblock/did": "^1.16.15",
|
|
34
|
+
"@arcblock/did-motif": "^1.1.9",
|
|
35
|
+
"@arcblock/did-util": "^1.16.15",
|
|
36
|
+
"@arcblock/event-hub": "1.16.15",
|
|
36
37
|
"@arcblock/pm2-events": "^0.0.5",
|
|
37
|
-
"@arcblock/vc": "^1.16.
|
|
38
|
-
"@blocklet/meta": "1.7.
|
|
38
|
+
"@arcblock/vc": "^1.16.15",
|
|
39
|
+
"@blocklet/meta": "1.7.21",
|
|
39
40
|
"@fidm/x509": "^1.2.1",
|
|
40
41
|
"@nedb/core": "^1.2.2",
|
|
41
42
|
"@nedb/multi": "^1.2.2",
|
|
42
|
-
"@ocap/mcrypto": "^1.16.
|
|
43
|
-
"@ocap/util": "^1.16.
|
|
44
|
-
"@ocap/wallet": "^1.16.
|
|
43
|
+
"@ocap/mcrypto": "^1.16.15",
|
|
44
|
+
"@ocap/util": "^1.16.15",
|
|
45
|
+
"@ocap/wallet": "^1.16.15",
|
|
45
46
|
"@slack/webhook": "^5.0.3",
|
|
46
|
-
"axios": "^0.
|
|
47
|
+
"axios": "^0.27.2",
|
|
47
48
|
"axon": "^2.0.3",
|
|
48
49
|
"chalk": "^4.0.0",
|
|
49
50
|
"deep-diff": "^1.0.2",
|
|
@@ -79,5 +80,5 @@
|
|
|
79
80
|
"express": "^4.17.1",
|
|
80
81
|
"jest": "^27.4.5"
|
|
81
82
|
},
|
|
82
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "e7b99d9b3f878cc47e54ddfead2ac5284145b6ae"
|
|
83
84
|
}
|