You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2656,14 +2684,14 @@ Created on 07-08-2024 at 16:11:49
2656
2684
"licenseFile": "node_modules/wrappy/LICENSE",
2657
2685
"copyright": "Copyright (c) Isaac Z. Schlueter and Contributors"
2658
2686
},
2659
-
"ws@8.11.0": {
2687
+
"ws@8.17.1": {
2660
2688
"licenses": "MIT",
2661
2689
"repository": "https://github.com/websockets/ws",
2662
2690
"publisher": "Einar Otto Stangvik",
2663
2691
"email": "einaros@gmail.com",
2664
2692
"url": "http://2x.io",
2665
2693
"licenseFile": "node_modules/ws/LICENSE",
2666
-
"copyright": "Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>"
2694
+
"copyright": "Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>. Copyright (c) 2013 Arnout Kazemier and contributors. Copyright (c) 2016 Luigi Pinca and contributors"
Copy file name to clipboardexpand all lines: README.md
-4
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,6 @@ You need an installed version of `Node.js` to build your Webchat. Clone this rep
17
17
For development purposes, you can utilize `npm run dev`. This command spawns an HTTP server on port 8080, showcasing the current form of the webchat directly from the source code. It automatically reloads upon updating source files, simplifying the development process.
18
18
It automatically reloads when you make changes, streamlining the development process.
19
19
20
-
## Compatibility Builds
21
-
22
-
The `npm run bundle` command generates bundle files for the Webchat itself and basic Webchat plugins. Additionally, it produces a second version of each bundle ending in `.legacy.js`. These builds maintain the same feature set as the regular ones but are converted into an older JavaScript standard, enhancing compatibility for older browsers that lack support for modern JavaScript features, such as Internet Explorer 11. When you run the command `npm run bundle`, it creates bundle files for the Webchat along with some basic Webchat plugins. This command also produces a second version of each bundle, which has `.legacy.js` at the end of its name. These builds have the same features as the regular ones but are converted into an older JavaScript standard. This enhances compatibility for older browsers that don't support modern JavaScript features, such as Internet Explorer 11.
23
-
24
20
## Migration Guide
25
21
26
22
If you are already using Webchat 2 and want to migrate to Webchat v3, please follow the [migration guide](https://docs.cognigy.com/webchat/migration/) here.
0 commit comments