@abtnode/core 1.16.18-beta-f4777312 → 1.16.18

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.
@@ -1,5 +1,4 @@
1
1
  const debounce = require('lodash/debounce');
2
- const logger = require('@abtnode/logger')('@abtnode/core:event/auto-backup-handler');
3
2
  const { getBackupJobId } = require('../util/spaces');
4
3
 
5
4
  /**
@@ -12,9 +11,6 @@ async function autoBackupHandler(eventName, payload, blockletManager) {
12
11
  const { did } = payload.meta;
13
12
  const autoBackup = await blockletManager.getAutoBackup({ did });
14
13
 
15
- logger.info('autoBackupHandler.$autoBackup', autoBackup);
16
- logger.info('autoBackupHandler.$Boolean(payload.context)', Boolean(payload.context));
17
-
18
14
  if (autoBackup.enabled && payload.context) {
19
15
  const jobId = getBackupJobId(did);
20
16
  await blockletManager.backupQueue.delete(jobId);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.18-beta-f4777312",
6
+ "version": "1.16.18",
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.18-beta-f4777312",
23
- "@abtnode/auth": "1.16.18-beta-f4777312",
24
- "@abtnode/certificate-manager": "1.16.18-beta-f4777312",
25
- "@abtnode/constant": "1.16.18-beta-f4777312",
26
- "@abtnode/cron": "1.16.18-beta-f4777312",
27
- "@abtnode/logger": "1.16.18-beta-f4777312",
28
- "@abtnode/models": "1.16.18-beta-f4777312",
29
- "@abtnode/queue": "1.16.18-beta-f4777312",
30
- "@abtnode/rbac": "1.16.18-beta-f4777312",
31
- "@abtnode/router-provider": "1.16.18-beta-f4777312",
32
- "@abtnode/static-server": "1.16.18-beta-f4777312",
33
- "@abtnode/timemachine": "1.16.18-beta-f4777312",
34
- "@abtnode/util": "1.16.18-beta-f4777312",
22
+ "@abtnode/analytics": "1.16.18",
23
+ "@abtnode/auth": "1.16.18",
24
+ "@abtnode/certificate-manager": "1.16.18",
25
+ "@abtnode/constant": "1.16.18",
26
+ "@abtnode/cron": "1.16.18",
27
+ "@abtnode/logger": "1.16.18",
28
+ "@abtnode/models": "1.16.18",
29
+ "@abtnode/queue": "1.16.18",
30
+ "@abtnode/rbac": "1.16.18",
31
+ "@abtnode/router-provider": "1.16.18",
32
+ "@abtnode/static-server": "1.16.18",
33
+ "@abtnode/timemachine": "1.16.18",
34
+ "@abtnode/util": "1.16.18",
35
35
  "@arcblock/did": "1.18.95",
36
36
  "@arcblock/did-auth": "1.18.95",
37
37
  "@arcblock/did-ext": "^1.18.95",
@@ -42,11 +42,11 @@
42
42
  "@arcblock/pm2-events": "^0.0.5",
43
43
  "@arcblock/validator": "^1.18.95",
44
44
  "@arcblock/vc": "1.18.95",
45
- "@blocklet/constant": "1.16.18-beta-f4777312",
46
- "@blocklet/env": "1.16.18-beta-f4777312",
47
- "@blocklet/meta": "1.16.18-beta-f4777312",
48
- "@blocklet/resolver": "1.16.18-beta-f4777312",
49
- "@blocklet/sdk": "1.16.18-beta-f4777312",
45
+ "@blocklet/constant": "1.16.18",
46
+ "@blocklet/env": "1.16.18",
47
+ "@blocklet/meta": "1.16.18",
48
+ "@blocklet/resolver": "1.16.18",
49
+ "@blocklet/sdk": "1.16.18",
50
50
  "@did-space/client": "^0.3.25",
51
51
  "@fidm/x509": "^1.2.1",
52
52
  "@ocap/mcrypto": "1.18.95",
@@ -101,5 +101,5 @@
101
101
  "jest": "^27.5.1",
102
102
  "unzipper": "^0.10.11"
103
103
  },
104
- "gitHead": "c9a7fe350706fbeaa6268609b3decd407896e234"
104
+ "gitHead": "22a7d559b0129b06a160c6a62cf9383e7f09f25f"
105
105
  }