@blocklet/sdk 1.16.53-beta-20251009-103017-c7694a7e → 1.16.53-beta-20251009-113612-7a16b6a0

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.
@@ -208,7 +208,7 @@ class BlockletService {
208
208
  updatePermission: (fn) => (name, { description }) => fn({ input: { permission: (0, pickBy_1.default)({ name, description }, isNotNullOrUndefined), teamDid } }),
209
209
  deletePermission: (fn) => (name) => fn({ input: { name, teamDid } }),
210
210
  hasPermission: (fn) => (role, permission) => fn({ input: { teamDid, role, permission } }),
211
- getBlocklet: (fn) => (attachRuntimeInfo = false, useCache = true) => fn({ input: { did: teamDid, attachRuntimeInfo, useCache } }, { ignoreFields: ['blocklet.settings.navigations'] }),
211
+ getBlocklet: (fn) => (attachRuntimeInfo = false, useCache = true) => fn({ input: { did: teamDid, attachRuntimeInfo, useCache } }),
212
212
  createAccessKey: (fn) => (params) => fn({
213
213
  input: {
214
214
  authType: 'simple',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.53-beta-20251009-103017-c7694a7e",
6
+ "version": "1.16.53-beta-20251009-113612-7a16b6a0",
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-103017-c7694a7e",
31
- "@abtnode/db-cache": "1.16.53-beta-20251009-103017-c7694a7e",
32
- "@abtnode/util": "1.16.53-beta-20251009-103017-c7694a7e",
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",
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-103017-c7694a7e",
38
- "@blocklet/env": "1.16.53-beta-20251009-103017-c7694a7e",
37
+ "@blocklet/constant": "1.16.53-beta-20251009-113612-7a16b6a0",
38
+ "@blocklet/env": "1.16.53-beta-20251009-113612-7a16b6a0",
39
39
  "@blocklet/error": "^0.2.5",
40
- "@blocklet/meta": "1.16.53-beta-20251009-103017-c7694a7e",
41
- "@blocklet/server-js": "1.16.53-beta-20251009-103017-c7694a7e",
40
+ "@blocklet/meta": "1.16.53-beta-20251009-113612-7a16b6a0",
41
+ "@blocklet/server-js": "1.16.53-beta-20251009-113612-7a16b6a0",
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": "092a23ac8eaef355ce922cf764fb0f104a99d3ad"
88
+ "gitHead": "cb28aceba798cdfe4073bb6df9514c09aa3587ba"
89
89
  }