@blocklet/sdk 1.16.47-beta-20250729-045152-0bde0f98 → 1.16.47-beta-20250730-070104-87a128a5
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.
- package/lib/service/auth.js +1 -1
- package/package.json +10 -10
package/lib/service/auth.js
CHANGED
|
@@ -187,7 +187,7 @@ class AuthService {
|
|
|
187
187
|
updatePermission: (fn) => (name, { description }) => fn({ input: { permission: (0, pickBy_1.default)({ name, description }, isNotNullOrUndefined), teamDid } }),
|
|
188
188
|
deletePermission: (fn) => (name) => fn({ input: { name, teamDid } }),
|
|
189
189
|
hasPermission: (fn) => (role, permission) => fn({ input: { teamDid, role, permission } }),
|
|
190
|
-
getBlocklet: (fn) => (attachRuntimeInfo = false) => fn({ input: { did: teamDid, attachRuntimeInfo } }, { ignoreFields: ['blocklet.settings.navigations'] }),
|
|
190
|
+
getBlocklet: (fn) => (attachRuntimeInfo = false, useCache = true) => fn({ input: { did: teamDid, attachRuntimeInfo, useCache } }, { ignoreFields: ['blocklet.settings.navigations'] }),
|
|
191
191
|
createAccessKey: (fn) => (params) => fn({
|
|
192
192
|
input: {
|
|
193
193
|
teamDid,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.47-beta-
|
|
6
|
+
"version": "1.16.47-beta-20250730-070104-87a128a5",
|
|
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,19 +27,19 @@
|
|
|
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.47-beta-
|
|
31
|
-
"@abtnode/constant": "1.16.47-beta-
|
|
32
|
-
"@abtnode/db-cache": "1.16.47-beta-
|
|
33
|
-
"@abtnode/util": "1.16.47-beta-
|
|
30
|
+
"@abtnode/client": "1.16.47-beta-20250730-070104-87a128a5",
|
|
31
|
+
"@abtnode/constant": "1.16.47-beta-20250730-070104-87a128a5",
|
|
32
|
+
"@abtnode/db-cache": "1.16.47-beta-20250730-070104-87a128a5",
|
|
33
|
+
"@abtnode/util": "1.16.47-beta-20250730-070104-87a128a5",
|
|
34
34
|
"@arcblock/did": "1.21.0",
|
|
35
35
|
"@arcblock/did-auth": "1.21.0",
|
|
36
36
|
"@arcblock/jwt": "1.21.0",
|
|
37
37
|
"@arcblock/ws": "1.21.0",
|
|
38
|
-
"@blocklet/constant": "1.16.47-beta-
|
|
39
|
-
"@blocklet/env": "1.16.47-beta-
|
|
38
|
+
"@blocklet/constant": "1.16.47-beta-20250730-070104-87a128a5",
|
|
39
|
+
"@blocklet/env": "1.16.47-beta-20250730-070104-87a128a5",
|
|
40
40
|
"@blocklet/error": "^0.2.5",
|
|
41
|
-
"@blocklet/meta": "1.16.47-beta-
|
|
42
|
-
"@blocklet/theme": "^3.0.
|
|
41
|
+
"@blocklet/meta": "1.16.47-beta-20250730-070104-87a128a5",
|
|
42
|
+
"@blocklet/theme": "^3.0.35",
|
|
43
43
|
"@did-connect/authenticator": "^2.2.8",
|
|
44
44
|
"@did-connect/handler": "^2.2.8",
|
|
45
45
|
"@nedb/core": "^2.1.5",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"ts-node": "^10.9.1",
|
|
86
86
|
"typescript": "^5.6.3"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "a202f415488de553a2534d1a3d2a489dda27936c"
|
|
89
89
|
}
|