@abtnode/core 1.16.31-beta-a0cc72cf → 1.16.31-beta-8548ddf1

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.
@@ -382,7 +382,7 @@ ${JSON.stringify(syncData, null, 2)}
382
382
  /**
383
383
  * @description 获取日志的种类
384
384
  * @param {string} action
385
- * @return {Promise<'blocklet' | 'team' | 'security' | 'integrations' | 'server' | 'certificates' | 'gateway' | ''>}
385
+ * @return {'blocklet' | 'team' | 'security' | 'integrations' | 'server' | 'certificates' | 'gateway' | ''}
386
386
  */
387
387
  const getLogCategory = (action) => {
388
388
  switch (action) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.31-beta-a0cc72cf",
6
+ "version": "1.16.31-beta-8548ddf1",
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.31-beta-a0cc72cf",
23
- "@abtnode/auth": "1.16.31-beta-a0cc72cf",
24
- "@abtnode/certificate-manager": "1.16.31-beta-a0cc72cf",
25
- "@abtnode/constant": "1.16.31-beta-a0cc72cf",
26
- "@abtnode/cron": "1.16.31-beta-a0cc72cf",
27
- "@abtnode/logger": "1.16.31-beta-a0cc72cf",
28
- "@abtnode/models": "1.16.31-beta-a0cc72cf",
29
- "@abtnode/queue": "1.16.31-beta-a0cc72cf",
30
- "@abtnode/rbac": "1.16.31-beta-a0cc72cf",
31
- "@abtnode/router-provider": "1.16.31-beta-a0cc72cf",
32
- "@abtnode/static-server": "1.16.31-beta-a0cc72cf",
33
- "@abtnode/timemachine": "1.16.31-beta-a0cc72cf",
34
- "@abtnode/util": "1.16.31-beta-a0cc72cf",
22
+ "@abtnode/analytics": "1.16.31-beta-8548ddf1",
23
+ "@abtnode/auth": "1.16.31-beta-8548ddf1",
24
+ "@abtnode/certificate-manager": "1.16.31-beta-8548ddf1",
25
+ "@abtnode/constant": "1.16.31-beta-8548ddf1",
26
+ "@abtnode/cron": "1.16.31-beta-8548ddf1",
27
+ "@abtnode/logger": "1.16.31-beta-8548ddf1",
28
+ "@abtnode/models": "1.16.31-beta-8548ddf1",
29
+ "@abtnode/queue": "1.16.31-beta-8548ddf1",
30
+ "@abtnode/rbac": "1.16.31-beta-8548ddf1",
31
+ "@abtnode/router-provider": "1.16.31-beta-8548ddf1",
32
+ "@abtnode/static-server": "1.16.31-beta-8548ddf1",
33
+ "@abtnode/timemachine": "1.16.31-beta-8548ddf1",
34
+ "@abtnode/util": "1.16.31-beta-8548ddf1",
35
35
  "@arcblock/did": "1.18.135",
36
36
  "@arcblock/did-auth": "1.18.135",
37
37
  "@arcblock/did-ext": "^1.18.135",
@@ -42,12 +42,12 @@
42
42
  "@arcblock/pm2-events": "^0.0.5",
43
43
  "@arcblock/validator": "^1.18.135",
44
44
  "@arcblock/vc": "1.18.135",
45
- "@blocklet/constant": "1.16.31-beta-a0cc72cf",
46
- "@blocklet/env": "1.16.31-beta-a0cc72cf",
47
- "@blocklet/meta": "1.16.31-beta-a0cc72cf",
48
- "@blocklet/resolver": "1.16.31-beta-a0cc72cf",
49
- "@blocklet/sdk": "1.16.31-beta-a0cc72cf",
50
- "@blocklet/store": "1.16.31-beta-a0cc72cf",
45
+ "@blocklet/constant": "1.16.31-beta-8548ddf1",
46
+ "@blocklet/env": "1.16.31-beta-8548ddf1",
47
+ "@blocklet/meta": "1.16.31-beta-8548ddf1",
48
+ "@blocklet/resolver": "1.16.31-beta-8548ddf1",
49
+ "@blocklet/sdk": "1.16.31-beta-8548ddf1",
50
+ "@blocklet/store": "1.16.31-beta-8548ddf1",
51
51
  "@did-space/client": "^0.5.31",
52
52
  "@fidm/x509": "^1.2.1",
53
53
  "@ocap/mcrypto": "1.18.135",
@@ -103,5 +103,5 @@
103
103
  "jest": "^29.7.0",
104
104
  "unzipper": "^0.10.11"
105
105
  },
106
- "gitHead": "d1eec814979a4086fc5efd7c719687b76c972ec6"
106
+ "gitHead": "ab1686a90caa5a4478f7ce6011a73e7e36861c51"
107
107
  }