@botfabrik/engine-webclient 4.27.0 → 4.27.1

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.
@@ -98,7 +98,7 @@ const index = (server, scriptUrl) => `<!DOCTYPE html>
98
98
  </ol>
99
99
  <a
100
100
  id="bookmarklet"
101
- href="javascript:(function (){var script=document.createElement('script');script.id='chatbot';script.src='${scriptUrl}?caller=bookmarklet';script.setAttribute('data-caller', 'bookmarklet');document.head.appendChild(script);}());"
101
+ href="javascript:(function (){var script=document.createElement('script');script.id='chatbot';script.src='${scriptUrl}?caller=bookmarklet';document.head.appendChild(script);}());"
102
102
  >Chatbot Bookmarklet</a
103
103
  >
104
104
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botfabrik/engine-webclient",
3
- "version": "4.27.0",
3
+ "version": "4.27.1",
4
4
  "description": "Webclient for Botfabriks Bot Engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,5 +38,5 @@
38
38
  "socket.io": "4.2.0",
39
39
  "uuid": "^8.3.2"
40
40
  },
41
- "gitHead": "56671125fd2d5592ebc99cc9d2a2f23a95aac253"
41
+ "gitHead": "a55675fa58e70f44054c4a266afa2a655ebeb91c"
42
42
  }