@blocklet/sdk 1.16.54-beta-20251028-073105-3ed10cef → 1.16.54-beta-20251028-092308-569763e6
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/blocklet.js +1 -1
- package/package.json +9 -9
package/lib/service/blocklet.js
CHANGED
|
@@ -180,7 +180,7 @@ class BlockletService {
|
|
|
180
180
|
'configBlocklet',
|
|
181
181
|
'configNavigations',
|
|
182
182
|
];
|
|
183
|
-
const teamDid = process.env.
|
|
183
|
+
const teamDid = process.env.BLOCKLET_APP_PID;
|
|
184
184
|
const componentDid = process.env.BLOCKLET_COMPONENT_DID;
|
|
185
185
|
const apiFallback = (fn) => (params = {}, ...args) => fn({ input: { ...params, teamDid }, ...args });
|
|
186
186
|
// const apiConvertDid = (fn: Function) => (did: string) => fn({ input: { user: { did }, teamDid } });
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.54-beta-20251028-
|
|
6
|
+
"version": "1.16.54-beta-20251028-092308-569763e6",
|
|
7
7
|
"description": "graphql client to read/write data on abt node",
|
|
8
8
|
"homepage": "https://www.arcblock.io/docs/blocklet-sdk-nodejs",
|
|
9
9
|
"main": "lib/index.js",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@abtnode/constant": "1.16.54-beta-20251028-
|
|
32
|
-
"@abtnode/db-cache": "1.16.54-beta-20251028-
|
|
33
|
-
"@abtnode/util": "1.16.54-beta-20251028-
|
|
31
|
+
"@abtnode/constant": "1.16.54-beta-20251028-092308-569763e6",
|
|
32
|
+
"@abtnode/db-cache": "1.16.54-beta-20251028-092308-569763e6",
|
|
33
|
+
"@abtnode/util": "1.16.54-beta-20251028-092308-569763e6",
|
|
34
34
|
"@arcblock/did": "^1.26.3",
|
|
35
35
|
"@arcblock/did-connect-js": "^1.26.3",
|
|
36
36
|
"@arcblock/did-ext": "^1.26.3",
|
|
37
37
|
"@arcblock/jwt": "^1.26.3",
|
|
38
38
|
"@arcblock/ws": "^1.26.3",
|
|
39
|
-
"@blocklet/constant": "1.16.54-beta-20251028-
|
|
40
|
-
"@blocklet/env": "1.16.54-beta-20251028-
|
|
39
|
+
"@blocklet/constant": "1.16.54-beta-20251028-092308-569763e6",
|
|
40
|
+
"@blocklet/env": "1.16.54-beta-20251028-092308-569763e6",
|
|
41
41
|
"@blocklet/error": "^0.2.5",
|
|
42
|
-
"@blocklet/meta": "1.16.54-beta-20251028-
|
|
43
|
-
"@blocklet/server-js": "1.16.54-beta-20251028-
|
|
42
|
+
"@blocklet/meta": "1.16.54-beta-20251028-092308-569763e6",
|
|
43
|
+
"@blocklet/server-js": "1.16.54-beta-20251028-092308-569763e6",
|
|
44
44
|
"@blocklet/theme": "^3.1.51",
|
|
45
45
|
"@did-connect/authenticator": "^2.2.8",
|
|
46
46
|
"@did-connect/handler": "^2.2.8",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"ts-node": "^10.9.1",
|
|
85
85
|
"typescript": "^5.6.3"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "6143a5fe06862e017da9a2dca2b0ff18c318587b"
|
|
88
88
|
}
|