@botfabrik/engine-webclient 4.92.2 → 4.92.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -151,7 +151,7 @@ userIdToken, querystrings, }) => {
151
151
  // TODO: remove temporary code in future versions
152
152
  // this code is relevant for old clients
153
153
  if (!sessionId && oldSessionId) {
154
- logger.warn(`Received an old session ID from client: ${oldSessionId}. It will be replaced with a new one.`);
154
+ logger.info(`Received an old session ID from client: ${oldSessionId}. It will be replaced with a new one.`);
155
155
  sessionId = oldSessionId;
156
156
  }
157
157
  if (!userId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botfabrik/engine-webclient",
3
- "version": "4.92.2",
3
+ "version": "4.92.3",
4
4
  "description": "Webclient for Botfabriks Bot Engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -41,5 +41,5 @@
41
41
  "tsx": "^4.20.1",
42
42
  "typescript": "5.8.3"
43
43
  },
44
- "gitHead": "e19480c21e1e61dfaf412937b01caae38b372d2f"
44
+ "gitHead": "da47364005d41745be15dfd4c38861004f6aed3c"
45
45
  }