@abtnode/core 1.7.3 → 1.7.4
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable no-underscore-dangle */
|
|
4
4
|
|
|
5
5
|
module.exports = async ({ states, printInfo }) => {
|
|
6
|
-
printInfo('Try to update blocklet to 1.7.1...');
|
|
6
|
+
printInfo('Try to update blocklet server to 1.7.1...');
|
|
7
7
|
|
|
8
8
|
const blockletExtras = await states.blockletExtras.find({});
|
|
9
9
|
for (const extra of blockletExtras) {
|
|
@@ -13,6 +13,6 @@ module.exports = async ({ states, printInfo }) => {
|
|
|
13
13
|
|
|
14
14
|
await states.blockletExtras.setSettings(extra.did, { initialized: true });
|
|
15
15
|
|
|
16
|
-
printInfo(`Set initialized: ${extra}`);
|
|
16
|
+
printInfo(`Set initialized: ${extra.did}`);
|
|
17
17
|
}
|
|
18
18
|
};
|
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.4",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,22 +19,22 @@
|
|
|
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.
|
|
22
|
+
"@abtnode/certificate-manager": "1.7.4",
|
|
23
|
+
"@abtnode/constant": "1.7.4",
|
|
24
|
+
"@abtnode/cron": "1.7.4",
|
|
25
|
+
"@abtnode/db": "1.7.4",
|
|
26
|
+
"@abtnode/logger": "1.7.4",
|
|
27
|
+
"@abtnode/queue": "1.7.4",
|
|
28
|
+
"@abtnode/rbac": "1.7.4",
|
|
29
|
+
"@abtnode/router-provider": "1.7.4",
|
|
30
|
+
"@abtnode/static-server": "1.7.4",
|
|
31
|
+
"@abtnode/timemachine": "1.7.4",
|
|
32
|
+
"@abtnode/util": "1.7.4",
|
|
33
33
|
"@arcblock/did": "^1.15.3",
|
|
34
34
|
"@arcblock/event-hub": "1.15.3",
|
|
35
35
|
"@arcblock/pm2-events": "^0.0.5",
|
|
36
36
|
"@arcblock/vc": "^1.15.3",
|
|
37
|
-
"@blocklet/meta": "1.7.
|
|
37
|
+
"@blocklet/meta": "1.7.4",
|
|
38
38
|
"@fidm/x509": "^1.2.1",
|
|
39
39
|
"@nedb/core": "^1.2.2",
|
|
40
40
|
"@nedb/multi": "^1.2.2",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"express": "^4.17.1",
|
|
78
78
|
"jest": "^27.4.5"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "02b25a877e5b56b389ab318a851bea01212e10df"
|
|
81
81
|
}
|