@abtnode/core 1.16.14-beta-1936d3d0 → 1.16.14-beta-dc99d0a2

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.
@@ -1405,6 +1405,9 @@ class DiskBlockletManager extends BaseBlockletManager {
1405
1405
 
1406
1406
  if (validateConfig.cacheTtl) {
1407
1407
  sessionConfig.cacheTtl = validateConfig.cacheTtl;
1408
+ } else {
1409
+ // NOTE: 将 cacheTtl 默认值设置为 3600s
1410
+ sessionConfig.cacheTtl = 60 * 60; // seconds
1408
1411
  }
1409
1412
  if (validateConfig.ttl) {
1410
1413
  sessionConfig.ttl = validateConfig.ttl;
@@ -3520,8 +3523,8 @@ class FederatedBlockletManager extends DiskBlockletManager {
3520
3523
  'agreement',
3521
3524
  'verifiableCredential',
3522
3525
  'asset',
3523
- // 'keyPair',
3524
- // 'encryptionKey',
3526
+ 'keyPair',
3527
+ // 'encryptionKey', // 备份还原应用时使用
3525
3528
  ],
3526
3529
  },
3527
3530
  ],
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.14-beta-1936d3d0",
6
+ "version": "1.16.14-beta-dc99d0a2",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -19,19 +19,19 @@
19
19
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@abtnode/analytics": "1.16.14-beta-1936d3d0",
23
- "@abtnode/auth": "1.16.14-beta-1936d3d0",
24
- "@abtnode/certificate-manager": "1.16.14-beta-1936d3d0",
25
- "@abtnode/constant": "1.16.14-beta-1936d3d0",
26
- "@abtnode/cron": "1.16.14-beta-1936d3d0",
27
- "@abtnode/logger": "1.16.14-beta-1936d3d0",
28
- "@abtnode/models": "1.16.14-beta-1936d3d0",
29
- "@abtnode/queue": "1.16.14-beta-1936d3d0",
30
- "@abtnode/rbac": "1.16.14-beta-1936d3d0",
31
- "@abtnode/router-provider": "1.16.14-beta-1936d3d0",
32
- "@abtnode/static-server": "1.16.14-beta-1936d3d0",
33
- "@abtnode/timemachine": "1.16.14-beta-1936d3d0",
34
- "@abtnode/util": "1.16.14-beta-1936d3d0",
22
+ "@abtnode/analytics": "1.16.14-beta-dc99d0a2",
23
+ "@abtnode/auth": "1.16.14-beta-dc99d0a2",
24
+ "@abtnode/certificate-manager": "1.16.14-beta-dc99d0a2",
25
+ "@abtnode/constant": "1.16.14-beta-dc99d0a2",
26
+ "@abtnode/cron": "1.16.14-beta-dc99d0a2",
27
+ "@abtnode/logger": "1.16.14-beta-dc99d0a2",
28
+ "@abtnode/models": "1.16.14-beta-dc99d0a2",
29
+ "@abtnode/queue": "1.16.14-beta-dc99d0a2",
30
+ "@abtnode/rbac": "1.16.14-beta-dc99d0a2",
31
+ "@abtnode/router-provider": "1.16.14-beta-dc99d0a2",
32
+ "@abtnode/static-server": "1.16.14-beta-dc99d0a2",
33
+ "@abtnode/timemachine": "1.16.14-beta-dc99d0a2",
34
+ "@abtnode/util": "1.16.14-beta-dc99d0a2",
35
35
  "@arcblock/did": "1.18.87",
36
36
  "@arcblock/did-auth": "1.18.87",
37
37
  "@arcblock/did-ext": "^1.18.87",
@@ -42,10 +42,10 @@
42
42
  "@arcblock/pm2-events": "^0.0.5",
43
43
  "@arcblock/validator": "^1.18.87",
44
44
  "@arcblock/vc": "1.18.87",
45
- "@blocklet/constant": "1.16.14-beta-1936d3d0",
46
- "@blocklet/meta": "1.16.14-beta-1936d3d0",
47
- "@blocklet/resolver": "1.16.14-beta-1936d3d0",
48
- "@blocklet/sdk": "1.16.14-beta-1936d3d0",
45
+ "@blocklet/constant": "1.16.14-beta-dc99d0a2",
46
+ "@blocklet/meta": "1.16.14-beta-dc99d0a2",
47
+ "@blocklet/resolver": "1.16.14-beta-dc99d0a2",
48
+ "@blocklet/sdk": "1.16.14-beta-dc99d0a2",
49
49
  "@did-space/client": "^0.2.129",
50
50
  "@fidm/x509": "^1.2.1",
51
51
  "@ocap/mcrypto": "1.18.87",
@@ -99,5 +99,5 @@
99
99
  "jest": "^27.5.1",
100
100
  "unzipper": "^0.10.11"
101
101
  },
102
- "gitHead": "32bcf5b55889ebd7302887eedd306d331e9cd3b8"
102
+ "gitHead": "a00766d660ede97e2036f3a785f4f5cfb2e6d870"
103
103
  }