@abtnode/blocklet-services 1.16.51-beta-20250905-023351-70af144b → 1.16.51-beta-20250905-051437-fe05adb2

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.
@@ -50,7 +50,17 @@ const sendToEventBus = async ({ sender, channel, event, node, wsServer }) => {
50
50
  const actualChannel = getEventBusChannel(appInfo.permanentWallet.address);
51
51
  broadcast(wsServer, actualChannel, 'event', event);
52
52
 
53
- eventHub.broadcast(EVENT_BUS_EVENT, { appDid, event });
53
+ eventHub.broadcast(EVENT_BUS_EVENT, {
54
+ appDid,
55
+ event,
56
+ appInfo: {
57
+ appUrl: appInfo?.appUrl,
58
+ name: appInfo?.name,
59
+ did: appInfo?.wallet?.address,
60
+ pk: appInfo?.wallet?.publicKey,
61
+ },
62
+ appInfo1: appInfo,
63
+ });
54
64
  };
55
65
 
56
66
  const onAuthenticate = async ({ channel, node }) => {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.51-beta-20250905-023351-70af144b",
6
+ "version": "1.16.51-beta-20250905-051437-fe05adb2",
7
7
  "description": "Provide unified services for every blocklet",
8
8
  "main": "api/index.js",
9
9
  "files": [
@@ -34,17 +34,17 @@
34
34
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@abtnode/analytics": "1.16.51-beta-20250905-023351-70af144b",
38
- "@abtnode/auth": "1.16.51-beta-20250905-023351-70af144b",
39
- "@abtnode/connect-storage": "1.16.51-beta-20250905-023351-70af144b",
40
- "@abtnode/constant": "1.16.51-beta-20250905-023351-70af144b",
41
- "@abtnode/core": "1.16.51-beta-20250905-023351-70af144b",
42
- "@abtnode/cron": "1.16.51-beta-20250905-023351-70af144b",
43
- "@abtnode/db-cache": "1.16.51-beta-20250905-023351-70af144b",
44
- "@abtnode/logger": "1.16.51-beta-20250905-023351-70af144b",
45
- "@abtnode/models": "1.16.51-beta-20250905-023351-70af144b",
46
- "@abtnode/router-templates": "1.16.51-beta-20250905-023351-70af144b",
47
- "@abtnode/util": "1.16.51-beta-20250905-023351-70af144b",
37
+ "@abtnode/analytics": "1.16.51-beta-20250905-051437-fe05adb2",
38
+ "@abtnode/auth": "1.16.51-beta-20250905-051437-fe05adb2",
39
+ "@abtnode/connect-storage": "1.16.51-beta-20250905-051437-fe05adb2",
40
+ "@abtnode/constant": "1.16.51-beta-20250905-051437-fe05adb2",
41
+ "@abtnode/core": "1.16.51-beta-20250905-051437-fe05adb2",
42
+ "@abtnode/cron": "1.16.51-beta-20250905-051437-fe05adb2",
43
+ "@abtnode/db-cache": "1.16.51-beta-20250905-051437-fe05adb2",
44
+ "@abtnode/logger": "1.16.51-beta-20250905-051437-fe05adb2",
45
+ "@abtnode/models": "1.16.51-beta-20250905-051437-fe05adb2",
46
+ "@abtnode/router-templates": "1.16.51-beta-20250905-051437-fe05adb2",
47
+ "@abtnode/util": "1.16.51-beta-20250905-051437-fe05adb2",
48
48
  "@arcblock/did": "1.24.0",
49
49
  "@arcblock/did-connect-js": "1.24.0",
50
50
  "@arcblock/did-ext": "1.24.0",
@@ -54,19 +54,19 @@
54
54
  "@arcblock/jwt": "1.24.0",
55
55
  "@arcblock/validator": "1.24.0",
56
56
  "@arcblock/ws": "1.24.0",
57
- "@blocklet/constant": "1.16.51-beta-20250905-023351-70af144b",
57
+ "@blocklet/constant": "1.16.51-beta-20250905-051437-fe05adb2",
58
58
  "@blocklet/dbhub": "^0.2.9",
59
- "@blocklet/env": "1.16.51-beta-20250905-023351-70af144b",
59
+ "@blocklet/env": "1.16.51-beta-20250905-051437-fe05adb2",
60
60
  "@blocklet/error": "^0.2.5",
61
61
  "@blocklet/form-builder": "^0.1.12",
62
62
  "@blocklet/form-collector": "^0.1.8",
63
- "@blocklet/images": "1.16.51-beta-20250905-023351-70af144b",
64
- "@blocklet/js-sdk": "1.16.51-beta-20250905-023351-70af144b",
63
+ "@blocklet/images": "1.16.51-beta-20250905-051437-fe05adb2",
64
+ "@blocklet/js-sdk": "1.16.51-beta-20250905-051437-fe05adb2",
65
65
  "@blocklet/mcp": "^1.10.2",
66
- "@blocklet/meta": "1.16.51-beta-20250905-023351-70af144b",
67
- "@blocklet/rate-limit": "1.16.51-beta-20250905-023351-70af144b",
68
- "@blocklet/sdk": "1.16.51-beta-20250905-023351-70af144b",
69
- "@blocklet/server-js": "1.16.51-beta-20250905-023351-70af144b",
66
+ "@blocklet/meta": "1.16.51-beta-20250905-051437-fe05adb2",
67
+ "@blocklet/rate-limit": "1.16.51-beta-20250905-051437-fe05adb2",
68
+ "@blocklet/sdk": "1.16.51-beta-20250905-051437-fe05adb2",
69
+ "@blocklet/server-js": "1.16.51-beta-20250905-051437-fe05adb2",
70
70
  "@blocklet/theme": "^3.1.34",
71
71
  "@blocklet/theme-builder": "0.4.6",
72
72
  "@blocklet/uploader-server": "^0.2.8",
@@ -125,7 +125,7 @@
125
125
  "whatwg-url": "14.0.0"
126
126
  },
127
127
  "devDependencies": {
128
- "@abtnode/ux": "1.16.51-beta-20250905-023351-70af144b",
128
+ "@abtnode/ux": "1.16.51-beta-20250905-051437-fe05adb2",
129
129
  "@arcblock/bridge": "^3.1.34",
130
130
  "@arcblock/did-connect-react": "^3.1.34",
131
131
  "@arcblock/icons": "^3.1.34",
@@ -135,7 +135,7 @@
135
135
  "@blocklet/did-space-react": "^1.1.22",
136
136
  "@blocklet/launcher-layout": "^3.1.34",
137
137
  "@blocklet/payment-react": "^1.20.3",
138
- "@blocklet/tracker": "1.16.51-beta-20250905-023351-70af144b",
138
+ "@blocklet/tracker": "1.16.51-beta-20250905-051437-fe05adb2",
139
139
  "@blocklet/ui-react": "^3.1.34",
140
140
  "@blocklet/uploader": "^0.2.9",
141
141
  "@emotion/react": "^11.14.0",
@@ -215,5 +215,5 @@
215
215
  "url": "https://github.com/ArcBlock/blocklet-server/issues",
216
216
  "email": "shijun@arcblock.io"
217
217
  },
218
- "gitHead": "d19892df7ce4f08a4a7a3ce96dff3bc6b01925ad"
218
+ "gitHead": "cadff492e3858895a3e0565b0b1778f166fb34f7"
219
219
  }