@botfabrik/engine-webclient 4.51.0 → 4.53.0

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.
@@ -7,14 +7,13 @@
7
7
  <meta name="theme-color" content="#000000" />
8
8
  <meta name="google" content="notranslate" />
9
9
  <title>Bubble Chat Client</title>
10
- <script type="module" crossorigin src="./assets/index-c9a64295.js"></script>
11
- <link rel="stylesheet" href="./assets/index-f146b45d.css">
10
+ <script type="module" crossorigin src="./assets/index-PpFLu95i.js"></script>
11
+ <link rel="stylesheet" crossorigin href="./assets/index-IGvxu7D9.css">
12
12
  </head>
13
13
 
14
14
  <body>
15
15
  <div id="root"></div>
16
16
  <!-- allows you to override default style by providing this css file -->
17
17
  <link rel="stylesheet" type="text/css" href="./custom.css" />
18
-
19
18
  </body>
20
19
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botfabrik/engine-webclient",
3
- "version": "4.51.0",
3
+ "version": "4.53.0",
4
4
  "description": "Webclient for Botfabriks Bot Engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,27 +19,26 @@
19
19
  "update": "npx npm-check-updates -i"
20
20
  },
21
21
  "dependencies": {
22
- "@botfabrik/engine-core": "^4.51.0",
23
- "@botfabrik/engine-domain": "^4.44.7",
24
- "@botfabrik/engine-transcript-export": "^4.51.0",
25
- "@botfabrik/engine-utils": "^4.44.7",
26
- "@google-cloud/speech": "^6.0.2",
22
+ "@botfabrik/engine-core": "^4.53.0",
23
+ "@botfabrik/engine-domain": "^4.53.0",
24
+ "@botfabrik/engine-transcript-export": "^4.53.0",
25
+ "@botfabrik/engine-utils": "^4.53.0",
26
+ "@google-cloud/speech": "^6.1.0",
27
27
  "accept-language-parser": "^1.5.0",
28
28
  "express": "^4.18.2",
29
- "mongodb": "^5.7.0",
30
- "socket.io": "4.7.2",
31
- "ua-parser-js": "^1.0.36",
29
+ "socket.io": "^4.7.2",
30
+ "ua-parser-js": "^1.0.37",
32
31
  "uuid": "^9.0.1"
33
32
  },
34
33
  "devDependencies": {
35
- "@types/accept-language-parser": "^1.5.3",
36
- "@types/express": "^4.17.17",
37
- "@types/serve-static": "^1.15.2",
38
- "@types/ua-parser-js": "^0.7.37",
39
- "@types/uuid": "^9.0.4",
34
+ "@types/accept-language-parser": "^1.5.6",
35
+ "@types/express": "^4.17.21",
36
+ "@types/serve-static": "^1.15.5",
37
+ "@types/ua-parser-js": "^0.7.39",
38
+ "@types/uuid": "^9.0.7",
40
39
  "copyfiles": "^2.4.1",
41
- "rimraf": "^5.0.1",
42
- "typescript": "^5.1.6"
40
+ "rimraf": "^5.0.5",
41
+ "typescript": "5.1.6"
43
42
  },
44
- "gitHead": "2ebd2bbe230a8fcad754ab34b75cf89397115a8e"
43
+ "gitHead": "62c1c40d65ffc976e7701dc355e6ebc386708d73"
45
44
  }