@abtnode/auth 1.16.32-beta-17be26d7 → 1.16.32-beta-f35ca4b8

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.
Files changed (2) hide show
  1. package/lib/auth.js +1 -2
  2. package/package.json +8 -8
package/lib/auth.js CHANGED
@@ -1258,8 +1258,7 @@ const handleIssueKycResponse = async ({
1258
1258
  await node.updateUser({
1259
1259
  teamDid,
1260
1260
  user: {
1261
- did: userDid,
1262
- pk: userPk,
1261
+ did: user.did,
1263
1262
  email: newEmail,
1264
1263
  phone: newPhone,
1265
1264
  passports,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.32-beta-17be26d7",
6
+ "version": "1.16.32-beta-f35ca4b8",
7
7
  "description": "Simple lib to manage auth in ABT Node",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -20,17 +20,17 @@
20
20
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@abtnode/constant": "1.16.32-beta-17be26d7",
24
- "@abtnode/logger": "1.16.32-beta-17be26d7",
25
- "@abtnode/util": "1.16.32-beta-17be26d7",
23
+ "@abtnode/constant": "1.16.32-beta-f35ca4b8",
24
+ "@abtnode/logger": "1.16.32-beta-f35ca4b8",
25
+ "@abtnode/util": "1.16.32-beta-f35ca4b8",
26
26
  "@arcblock/did": "1.18.135",
27
27
  "@arcblock/jwt": "^1.18.135",
28
28
  "@arcblock/nft-display": "^2.10.33",
29
29
  "@arcblock/validator": "^1.18.135",
30
30
  "@arcblock/vc": "1.18.135",
31
- "@blocklet/constant": "1.16.32-beta-17be26d7",
32
- "@blocklet/meta": "1.16.32-beta-17be26d7",
33
- "@blocklet/sdk": "1.16.32-beta-17be26d7",
31
+ "@blocklet/constant": "1.16.32-beta-f35ca4b8",
32
+ "@blocklet/meta": "1.16.32-beta-f35ca4b8",
33
+ "@blocklet/sdk": "1.16.32-beta-f35ca4b8",
34
34
  "@ocap/client": "^1.18.135",
35
35
  "@ocap/mcrypto": "1.18.135",
36
36
  "@ocap/util": "1.18.135",
@@ -50,5 +50,5 @@
50
50
  "devDependencies": {
51
51
  "jest": "^29.7.0"
52
52
  },
53
- "gitHead": "9fa42d5a545aea6d57d2e1c51849fe227c8acb5e"
53
+ "gitHead": "061103ce2e5a200eb4c318b41ccb7ea92b6c4ca3"
54
54
  }