@blocklet/sdk 1.16.40-beta-20250313-033531-8d70107e → 1.16.40-beta-20250315-134510-bc80c5f5

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.
@@ -195,8 +195,9 @@ class AuthService {
195
195
  return (0, util_2.findComponentByIdV2)(blocklet, did);
196
196
  };
197
197
  this.getVault = async () => {
198
+ const wallet = wallet_1.default.getPermanentWallet();
198
199
  const { blocklet } = await this.getBlocklet();
199
- return (0, security_1.verifyVault)(blocklet.vaults, blocklet.appDid);
200
+ return (0, security_1.verifyVault)(blocklet.vaults, wallet.address);
200
201
  };
201
202
  // eslint-disable-next-line no-constructor-return
202
203
  return new Proxy(this, {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.40-beta-20250313-033531-8d70107e",
6
+ "version": "1.16.40-beta-20250315-134510-bc80c5f5",
7
7
  "description": "graphql client to read/write data on abt node",
8
8
  "main": "lib/index.js",
9
9
  "typings": "lib/index.d.ts",
@@ -27,16 +27,16 @@
27
27
  "author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@abtnode/client": "1.16.40-beta-20250313-033531-8d70107e",
31
- "@abtnode/constant": "1.16.40-beta-20250313-033531-8d70107e",
32
- "@abtnode/util": "1.16.40-beta-20250313-033531-8d70107e",
30
+ "@abtnode/client": "1.16.40-beta-20250315-134510-bc80c5f5",
31
+ "@abtnode/constant": "1.16.40-beta-20250315-134510-bc80c5f5",
32
+ "@abtnode/util": "1.16.40-beta-20250315-134510-bc80c5f5",
33
33
  "@arcblock/did": "1.19.15",
34
34
  "@arcblock/did-auth": "1.19.15",
35
35
  "@arcblock/jwt": "1.19.15",
36
36
  "@arcblock/ws": "1.19.15",
37
- "@blocklet/constant": "1.16.40-beta-20250313-033531-8d70107e",
38
- "@blocklet/env": "1.16.40-beta-20250313-033531-8d70107e",
39
- "@blocklet/meta": "1.16.40-beta-20250313-033531-8d70107e",
37
+ "@blocklet/constant": "1.16.40-beta-20250315-134510-bc80c5f5",
38
+ "@blocklet/env": "1.16.40-beta-20250315-134510-bc80c5f5",
39
+ "@blocklet/meta": "1.16.40-beta-20250315-134510-bc80c5f5",
40
40
  "@did-connect/authenticator": "^2.2.7",
41
41
  "@did-connect/handler": "^2.2.7",
42
42
  "@nedb/core": "^2.1.5",
@@ -82,5 +82,5 @@
82
82
  "ts-node": "^10.9.1",
83
83
  "typescript": "^5.6.3"
84
84
  },
85
- "gitHead": "34bdd932f825070562a2124557d7198f4a3a9b91"
85
+ "gitHead": "c0f7d7e29a3e0e8c97361a04caacd136713ac184"
86
86
  }