@blocklet/sdk 1.16.16-beta-2e5e3db7 → 1.16.16-beta-cfa95fa6
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.
|
@@ -158,6 +158,8 @@ const initClient = () => {
|
|
|
158
158
|
componentChannel.on(event, ({ status, response } = {}) => {
|
|
159
159
|
if (status === 'ok') {
|
|
160
160
|
const { data, sender, time } = response;
|
|
161
|
+
// eslint-disable-next-line no-console
|
|
162
|
+
console.log(`Received event from component channel: ${event}. time: ${time}`);
|
|
161
163
|
if (event === constant_1.BlockletInternalEvents.componentsUpdated) {
|
|
162
164
|
return;
|
|
163
165
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.16-beta-
|
|
6
|
+
"version": "1.16.16-beta-cfa95fa6",
|
|
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",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@abtnode/client": "1.16.16-beta-
|
|
30
|
-
"@abtnode/constant": "1.16.16-beta-
|
|
29
|
+
"@abtnode/client": "1.16.16-beta-cfa95fa6",
|
|
30
|
+
"@abtnode/constant": "1.16.16-beta-cfa95fa6",
|
|
31
31
|
"@arcblock/did": "1.18.90",
|
|
32
32
|
"@arcblock/did-auth": "1.18.90",
|
|
33
33
|
"@arcblock/jwt": "1.18.90",
|
|
34
34
|
"@arcblock/ws": "1.18.90",
|
|
35
|
-
"@blocklet/constant": "1.16.16-beta-
|
|
36
|
-
"@blocklet/env": "1.16.16-beta-
|
|
37
|
-
"@blocklet/meta": "1.16.16-beta-
|
|
35
|
+
"@blocklet/constant": "1.16.16-beta-cfa95fa6",
|
|
36
|
+
"@blocklet/env": "1.16.16-beta-cfa95fa6",
|
|
37
|
+
"@blocklet/meta": "1.16.16-beta-cfa95fa6",
|
|
38
38
|
"@did-connect/authenticator": "^2.2.0",
|
|
39
39
|
"@did-connect/handler": "^2.2.0",
|
|
40
40
|
"@nedb/core": "^2.1.5",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"ts-node": "^10.9.1",
|
|
75
75
|
"typescript": "^5.0.4"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "7c554d38470156df47f8bc5bc6da1e359b007552"
|
|
78
78
|
}
|