@blocklet/sdk 1.16.53-beta-20251009-113612-7a16b6a0 → 1.16.53-beta-20251010-233105-b0ddacda

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.
@@ -223,7 +223,7 @@ class BlockletService {
223
223
  getAccessKeys: (fn) => (params) => fn({ input: { ...params, teamDid, componentDid } }),
224
224
  getAccessKey: (fn) => (params) => fn({ input: { ...params, teamDid } }),
225
225
  configBlocklet: (fn) => (params) => fn({ input: { ...params, did: [teamDid] } }),
226
- configNavigations: (fn) => (params) => fn({ input: { ...params, did: [teamDid] } }),
226
+ configNavigations: (fn) => (params) => fn({ input: { ...params, did: teamDid } }),
227
227
  };
228
228
  apiList.forEach((api) => {
229
229
  const fn = client[api];
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.53-beta-20251009-113612-7a16b6a0",
6
+ "version": "1.16.53-beta-20251010-233105-b0ddacda",
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,18 +27,18 @@
27
27
  "author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@abtnode/constant": "1.16.53-beta-20251009-113612-7a16b6a0",
31
- "@abtnode/db-cache": "1.16.53-beta-20251009-113612-7a16b6a0",
32
- "@abtnode/util": "1.16.53-beta-20251009-113612-7a16b6a0",
30
+ "@abtnode/constant": "1.16.53-beta-20251010-233105-b0ddacda",
31
+ "@abtnode/db-cache": "1.16.53-beta-20251010-233105-b0ddacda",
32
+ "@abtnode/util": "1.16.53-beta-20251010-233105-b0ddacda",
33
33
  "@arcblock/did": "1.25.6",
34
34
  "@arcblock/did-connect-js": "1.25.6",
35
35
  "@arcblock/jwt": "1.25.6",
36
36
  "@arcblock/ws": "1.25.6",
37
- "@blocklet/constant": "1.16.53-beta-20251009-113612-7a16b6a0",
38
- "@blocklet/env": "1.16.53-beta-20251009-113612-7a16b6a0",
37
+ "@blocklet/constant": "1.16.53-beta-20251010-233105-b0ddacda",
38
+ "@blocklet/env": "1.16.53-beta-20251010-233105-b0ddacda",
39
39
  "@blocklet/error": "^0.2.5",
40
- "@blocklet/meta": "1.16.53-beta-20251009-113612-7a16b6a0",
41
- "@blocklet/server-js": "1.16.53-beta-20251009-113612-7a16b6a0",
40
+ "@blocklet/meta": "1.16.53-beta-20251010-233105-b0ddacda",
41
+ "@blocklet/server-js": "1.16.53-beta-20251010-233105-b0ddacda",
42
42
  "@blocklet/theme": "^3.1.45",
43
43
  "@did-connect/authenticator": "^2.2.8",
44
44
  "@did-connect/handler": "^2.2.8",
@@ -85,5 +85,5 @@
85
85
  "ts-node": "^10.9.1",
86
86
  "typescript": "^5.6.3"
87
87
  },
88
- "gitHead": "cb28aceba798cdfe4073bb6df9514c09aa3587ba"
88
+ "gitHead": "82159b4c2d656b970d3c2fdc3dc4778acd646ccc"
89
89
  }