@botfabrik/engine-webclient 4.96.10 → 4.96.11
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/dist/index.js +0 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -137,7 +137,6 @@ const onTerminateSession = (socket, bot) => async ({ sessionId, // passed if the
|
|
|
137
137
|
const onStartChat = (socket, props, bot, clientName, environment, logger) => async ({ sessionId: sessionIdFromClient, userId: defaultUserId, querystrings, loginToken, }) => {
|
|
138
138
|
try {
|
|
139
139
|
const authenticatedUser = (0, auth_1.verifyLoginToken)(loginToken, props.auth, logger);
|
|
140
|
-
console.log('Authenticated user:', authenticatedUser);
|
|
141
140
|
const locale = (0, extractLocale_1.default)(querystrings, socket.request.headers['accept-language']);
|
|
142
141
|
const sessionsCollection = bot.store.db.collection('sessions');
|
|
143
142
|
const { sessionId, sessionInfo: defaultSessionInfo, isNew, } = await (0, requestSessionData_1.default)(sessionIdFromClient, querystrings, sessionsCollection, clientName, props);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botfabrik/engine-webclient",
|
|
3
|
-
"version": "4.96.
|
|
3
|
+
"version": "4.96.11",
|
|
4
4
|
"description": "Webclient for Botfabriks Bot Engine",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tsx": "^4.20.3",
|
|
44
44
|
"typescript": "5.9.2"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "2d7dbdeb71d0a9e5567494da7927960b3309b5ac"
|
|
47
47
|
}
|