@botfabrik/engine-webclient 4.64.1 → 4.64.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 +0 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -49,9 +49,6 @@ var Devices;
49
49
  exports.default = (clientName, environment, props) => async (bot) => {
50
50
  const logger = bot.logger.child({ clientType: exports.CLIENT_TYPE, clientName });
51
51
  bot.webserver.express.enable('trust proxy');
52
- bot.webserver.express.get('/', (_req, res) => {
53
- res.redirect(`/${clientName}/embed`);
54
- });
55
52
  // serve transcript pdf
56
53
  bot.webserver.express.use('/transcript-pdf/:sessionId', async (req, res) => {
57
54
  const sessionId = req.params['sessionId'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botfabrik/engine-webclient",
3
- "version": "4.64.1",
3
+ "version": "4.64.3",
4
4
  "description": "Webclient for Botfabriks Bot Engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  "update": "npx npm-check-updates -i"
20
20
  },
21
21
  "dependencies": {
22
- "@botfabrik/engine-core": "^4.64.1",
22
+ "@botfabrik/engine-core": "^4.64.2",
23
23
  "@botfabrik/engine-domain": "^4.64.0",
24
- "@botfabrik/engine-transcript-export": "^4.64.1",
24
+ "@botfabrik/engine-transcript-export": "^4.64.2",
25
25
  "@botfabrik/engine-utils": "^4.64.0",
26
26
  "@google-cloud/speech": "^6.6.0",
27
27
  "accept-language-parser": "^1.5.0",
@@ -38,5 +38,5 @@
38
38
  "rimraf": "^5.0.7",
39
39
  "typescript": "5.1.6"
40
40
  },
41
- "gitHead": "d51a254f635b09a204ed80213e32c3fd546daba0"
41
+ "gitHead": "aab2c146411532ea4c1c682b7cb90d15d6cd799e"
42
42
  }