@blocklet/sdk 1.17.7-beta-20251224-045844-3c7f459a → 1.17.7-beta-20251225-073259-cb6ecf68

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.
@@ -25,7 +25,7 @@ const user_1 = require("../util/user");
25
25
  const VERSION = version_1.version; // version of notification sdk
26
26
  const isNotNullOrUndefined = (x) => ![null, undefined].includes(x);
27
27
  const fixUserAvatar = (user) => {
28
- if (user.avatar) {
28
+ if (user?.avatar) {
29
29
  user.avatar = (0, user_1.fixAvatar)(user.avatar);
30
30
  }
31
31
  return user;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.7-beta-20251224-045844-3c7f459a",
6
+ "version": "1.17.7-beta-20251225-073259-cb6ecf68",
7
7
  "description": "graphql client to read/write data on abt node",
8
8
  "homepage": "https://www.arcblock.io/docs/blocklet-sdk-nodejs",
9
9
  "main": "lib/index.js",
@@ -26,19 +26,19 @@
26
26
  "author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@abtnode/constant": "1.17.7-beta-20251224-045844-3c7f459a",
30
- "@abtnode/db-cache": "1.17.7-beta-20251224-045844-3c7f459a",
31
- "@abtnode/util": "1.17.7-beta-20251224-045844-3c7f459a",
29
+ "@abtnode/constant": "1.17.7-beta-20251225-073259-cb6ecf68",
30
+ "@abtnode/db-cache": "1.17.7-beta-20251225-073259-cb6ecf68",
31
+ "@abtnode/util": "1.17.7-beta-20251225-073259-cb6ecf68",
32
32
  "@arcblock/did": "^1.27.15",
33
33
  "@arcblock/did-connect-js": "^1.27.15",
34
34
  "@arcblock/did-ext": "^1.27.15",
35
35
  "@arcblock/jwt": "^1.27.15",
36
36
  "@arcblock/ws": "^1.27.15",
37
- "@blocklet/constant": "1.17.7-beta-20251224-045844-3c7f459a",
38
- "@blocklet/env": "1.17.7-beta-20251224-045844-3c7f459a",
37
+ "@blocklet/constant": "1.17.7-beta-20251225-073259-cb6ecf68",
38
+ "@blocklet/env": "1.17.7-beta-20251225-073259-cb6ecf68",
39
39
  "@blocklet/error": "^0.3.5",
40
- "@blocklet/meta": "1.17.7-beta-20251224-045844-3c7f459a",
41
- "@blocklet/server-js": "1.17.7-beta-20251224-045844-3c7f459a",
40
+ "@blocklet/meta": "1.17.7-beta-20251225-073259-cb6ecf68",
41
+ "@blocklet/server-js": "1.17.7-beta-20251225-073259-cb6ecf68",
42
42
  "@blocklet/theme": "^3.2.19",
43
43
  "@did-connect/authenticator": "^2.2.8",
44
44
  "@did-connect/handler": "^2.2.8",
@@ -82,5 +82,5 @@
82
82
  "ts-node": "^10.9.1",
83
83
  "typescript": "^5.6.3"
84
84
  },
85
- "gitHead": "e30dc1736187fc9d8136f146badfd5b521af16f2"
85
+ "gitHead": "16715912460ed534e1e023d7e968714e3990051d"
86
86
  }