@botfabrik/engine-webclient 4.66.2 → 4.66.4
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/client/index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
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-
|
|
10
|
+
<script type="module" crossorigin src="./assets/index-xHktWe2S.js"></script>
|
|
11
11
|
<link rel="stylesheet" crossorigin href="./assets/index-Bv7hr1lr.css">
|
|
12
12
|
</head>
|
|
13
13
|
|
package/dist/index.js
CHANGED
|
@@ -219,7 +219,6 @@ const sendConfigurationToClient = (socket, props, bot, clientName) => {
|
|
|
219
219
|
socket.emit('show-general-conditions');
|
|
220
220
|
}
|
|
221
221
|
// inform client whether to use start screen
|
|
222
|
-
|
|
223
|
-
socket.emit('set-use-start-screen', true);
|
|
222
|
+
socket.emit('set-use-start-screen', !!props.useStartScreen);
|
|
224
223
|
};
|
|
225
224
|
exports.CLIENT_TYPE = 'webclient';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botfabrik/engine-webclient",
|
|
3
|
-
"version": "4.66.
|
|
3
|
+
"version": "4.66.4",
|
|
4
4
|
"description": "Webclient for Botfabriks Bot Engine",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"tsx": "^4.16.2",
|
|
41
41
|
"typescript": "5.1.6"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "f19c64d56a8d5b379c5a41f4196b410b3aa30231"
|
|
44
44
|
}
|