@abtnode/core 1.8.65 → 1.8.66-beta-ff281dd5
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.
|
@@ -3410,6 +3410,7 @@ class BlockletManager extends BaseBlockletManager {
|
|
|
3410
3410
|
}
|
|
3411
3411
|
const number = await states.node.increaseCustomBlockletNumber();
|
|
3412
3412
|
const name = `custom-${number}`;
|
|
3413
|
+
// MEMO: 空壳 APP可以保留原有的 did 生成逻辑
|
|
3413
3414
|
const did = toBlockletDid(name);
|
|
3414
3415
|
const blocklet = await states.blocklet.getBlocklet(did);
|
|
3415
3416
|
if (blocklet) {
|
|
@@ -152,7 +152,7 @@ class SpacesBackup {
|
|
|
152
152
|
source: join(this.blockletBackupDir, '/'),
|
|
153
153
|
target: join('.did-objects', this.blocklet.appDid),
|
|
154
154
|
debug: true,
|
|
155
|
-
concurrency:
|
|
155
|
+
concurrency: 32,
|
|
156
156
|
retryCount: 100,
|
|
157
157
|
filter: (object) => {
|
|
158
158
|
return object.name !== '.DS_Store';
|
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.66-beta-ff281dd5",
|
|
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.66-beta-ff281dd5",
|
|
23
|
+
"@abtnode/certificate-manager": "1.8.66-beta-ff281dd5",
|
|
24
|
+
"@abtnode/constant": "1.8.66-beta-ff281dd5",
|
|
25
|
+
"@abtnode/cron": "1.8.66-beta-ff281dd5",
|
|
26
|
+
"@abtnode/db": "1.8.66-beta-ff281dd5",
|
|
27
|
+
"@abtnode/logger": "1.8.66-beta-ff281dd5",
|
|
28
|
+
"@abtnode/queue": "1.8.66-beta-ff281dd5",
|
|
29
|
+
"@abtnode/rbac": "1.8.66-beta-ff281dd5",
|
|
30
|
+
"@abtnode/router-provider": "1.8.66-beta-ff281dd5",
|
|
31
|
+
"@abtnode/static-server": "1.8.66-beta-ff281dd5",
|
|
32
|
+
"@abtnode/timemachine": "1.8.66-beta-ff281dd5",
|
|
33
|
+
"@abtnode/util": "1.8.66-beta-ff281dd5",
|
|
34
34
|
"@arcblock/did": "1.18.42",
|
|
35
35
|
"@arcblock/did-motif": "^1.1.10",
|
|
36
36
|
"@arcblock/did-util": "1.18.42",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@arcblock/jwt": "^1.18.42",
|
|
39
39
|
"@arcblock/pm2-events": "^0.0.5",
|
|
40
40
|
"@arcblock/vc": "1.18.42",
|
|
41
|
-
"@blocklet/constant": "1.8.
|
|
42
|
-
"@blocklet/meta": "1.8.
|
|
43
|
-
"@blocklet/sdk": "1.8.
|
|
44
|
-
"@did-space/client": "^0.1.
|
|
41
|
+
"@blocklet/constant": "1.8.66-beta-ff281dd5",
|
|
42
|
+
"@blocklet/meta": "1.8.66-beta-ff281dd5",
|
|
43
|
+
"@blocklet/sdk": "1.8.66-beta-ff281dd5",
|
|
44
|
+
"@did-space/client": "^0.1.73",
|
|
45
45
|
"@fidm/x509": "^1.2.1",
|
|
46
46
|
"@ocap/mcrypto": "1.18.42",
|
|
47
47
|
"@ocap/util": "1.18.42",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"express": "^4.18.2",
|
|
91
91
|
"jest": "^27.5.1"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "92edfc81679a4749b30a7f8195d487afa148e26b"
|
|
94
94
|
}
|