@blocklet/sdk 1.16.43-beta-20250419-231352-c78ac93d → 1.16.43-beta-20250420-132156-d732158a

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.
@@ -152,7 +152,7 @@ class AuthService {
152
152
  updatePermission: (fn) => (name, { description }) => fn({ input: { permission: (0, pickBy_1.default)({ name, description }, isNotNullOrUndefined), teamDid } }),
153
153
  deletePermission: (fn) => (name) => fn({ input: { name, teamDid } }),
154
154
  hasPermission: (fn) => (role, permission) => fn({ input: { teamDid, role, permission } }),
155
- getBlocklet: (fn) => (attachRuntimeInfo = false) => fn({ input: { did: teamDid, attachRuntimeInfo } }, { ignoreFields: ['blocklet.settings.navigations', 'blocklet.settings.theme'] }),
155
+ getBlocklet: (fn) => (attachRuntimeInfo = false) => fn({ input: { did: teamDid, attachRuntimeInfo } }, { ignoreFields: ['blocklet.settings.navigations'] }),
156
156
  createAccessKey: (fn) => (params) => fn({ input: { teamDid, authType: 'simple', createdVia: 'sdk', passport: 'guest', ...params } }),
157
157
  verifyAccessKey: (fn) => (params) => fn({ input: { teamDid, ...params } }),
158
158
  getAccessKeys: (fn) => (params) => fn({ input: { teamDid, ...params } }),
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.43-beta-20250419-231352-c78ac93d",
6
+ "version": "1.16.43-beta-20250420-132156-d732158a",
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,17 +27,17 @@
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.43-beta-20250419-231352-c78ac93d",
31
- "@abtnode/constant": "1.16.43-beta-20250419-231352-c78ac93d",
32
- "@abtnode/util": "1.16.43-beta-20250419-231352-c78ac93d",
30
+ "@abtnode/client": "1.16.43-beta-20250420-132156-d732158a",
31
+ "@abtnode/constant": "1.16.43-beta-20250420-132156-d732158a",
32
+ "@abtnode/util": "1.16.43-beta-20250420-132156-d732158a",
33
33
  "@arcblock/did": "1.20.1",
34
34
  "@arcblock/did-auth": "1.20.1",
35
35
  "@arcblock/jwt": "1.20.1",
36
36
  "@arcblock/ws": "1.20.1",
37
- "@blocklet/constant": "1.16.43-beta-20250419-231352-c78ac93d",
38
- "@blocklet/env": "1.16.43-beta-20250419-231352-c78ac93d",
37
+ "@blocklet/constant": "1.16.43-beta-20250420-132156-d732158a",
38
+ "@blocklet/env": "1.16.43-beta-20250420-132156-d732158a",
39
39
  "@blocklet/error": "^0.2.4",
40
- "@blocklet/meta": "1.16.43-beta-20250419-231352-c78ac93d",
40
+ "@blocklet/meta": "1.16.43-beta-20250420-132156-d732158a",
41
41
  "@did-connect/authenticator": "^2.2.7",
42
42
  "@did-connect/handler": "^2.2.7",
43
43
  "@nedb/core": "^2.1.5",
@@ -83,5 +83,5 @@
83
83
  "ts-node": "^10.9.1",
84
84
  "typescript": "^5.6.3"
85
85
  },
86
- "gitHead": "207acad34e8ccf318cd7539c1ac717cee7951b53"
86
+ "gitHead": "f66c266e63a7da8438133b3a4fa9a398b0bd58ed"
87
87
  }