@cognigy/webchat 3.35.0 → 3.37.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.
- package/OSS_LICENSES.txt +59 -5
- package/dist/webchat.esm.js +18468 -179
- package/dist/webchat.js +64 -56
- package/package.json +4 -3
package/OSS_LICENSES.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Created on
|
|
1
|
+
Created on 12-01-2026 at 11:54:19
|
|
2
2
|
|
|
3
3
|
{
|
|
4
4
|
"@babel/code-frame@7.27.1": {
|
|
@@ -157,19 +157,19 @@ Created on 15-12-2025 at 16:57:36
|
|
|
157
157
|
"licenseFile": "node_modules/@cognigy/chat-components/node_modules/@braintree/sanitize-url/LICENSE",
|
|
158
158
|
"copyright": "Copyright (c) 2017 Braintree"
|
|
159
159
|
},
|
|
160
|
-
"@cognigy/chat-components@0.
|
|
160
|
+
"@cognigy/chat-components@0.66.0": {
|
|
161
161
|
"licenses": "MIT*",
|
|
162
162
|
"licenseFile": "node_modules/@cognigy/chat-components/LICENSE",
|
|
163
163
|
"copyright": "Copyright (c) 2024 Cognigy GmbH"
|
|
164
164
|
},
|
|
165
|
-
"@cognigy/socket-client@5.0.0-beta.
|
|
165
|
+
"@cognigy/socket-client@5.0.0-beta.25": {
|
|
166
166
|
"licenses": "MIT*",
|
|
167
167
|
"publisher": "Robin Schuster",
|
|
168
168
|
"email": "r.schuster@cognigy.com",
|
|
169
169
|
"licenseFile": "node_modules/@cognigy/socket-client/LICENSE",
|
|
170
170
|
"copyright": "Copyright (c) 2019 Cognigy GmbH"
|
|
171
171
|
},
|
|
172
|
-
"@cognigy/webchat@3.
|
|
172
|
+
"@cognigy/webchat@3.37.0": {
|
|
173
173
|
"licenses": "MIT*",
|
|
174
174
|
"publisher": "Cognigy GmbH",
|
|
175
175
|
"email": "info@cognigy.com",
|
|
@@ -869,6 +869,13 @@ Created on 15-12-2025 at 16:57:36
|
|
|
869
869
|
"licenseFile": "node_modules/detect-browser/LICENSE",
|
|
870
870
|
"copyright": "Copyright (c) 2019 Damon Oehlman <damon.oehlman@gmail.com>"
|
|
871
871
|
},
|
|
872
|
+
"detect-node-es@1.1.0": {
|
|
873
|
+
"licenses": "MIT",
|
|
874
|
+
"repository": "https://github.com/thekashey/detect-node",
|
|
875
|
+
"publisher": "Ilya Kantor",
|
|
876
|
+
"licenseFile": "node_modules/detect-node-es/LICENSE",
|
|
877
|
+
"copyright": "Copyright (c) 2017 Ilya Kantor"
|
|
878
|
+
},
|
|
872
879
|
"devlop@1.1.0": {
|
|
873
880
|
"licenses": "MIT",
|
|
874
881
|
"repository": "https://github.com/wooorm/devlop",
|
|
@@ -1103,6 +1110,14 @@ Created on 15-12-2025 at 16:57:36
|
|
|
1103
1110
|
"licenseFile": "node_modules/get-intrinsic/LICENSE",
|
|
1104
1111
|
"copyright": "Copyright (c) 2020 Jordan Harband"
|
|
1105
1112
|
},
|
|
1113
|
+
"get-nonce@1.0.1": {
|
|
1114
|
+
"licenses": "MIT",
|
|
1115
|
+
"repository": "https://github.com/theKashey/get-nonce",
|
|
1116
|
+
"publisher": "Anton Korzunov",
|
|
1117
|
+
"email": "thekashey@gmail.com",
|
|
1118
|
+
"licenseFile": "node_modules/get-nonce/LICENSE",
|
|
1119
|
+
"copyright": "Copyright (c) 2020 Anton Korzunov"
|
|
1120
|
+
},
|
|
1106
1121
|
"get-proto@1.0.1": {
|
|
1107
1122
|
"licenses": "MIT",
|
|
1108
1123
|
"repository": "https://github.com/ljharb/get-proto",
|
|
@@ -2142,7 +2157,7 @@ Created on 15-12-2025 at 16:57:36
|
|
|
2142
2157
|
"licenseFile": "node_modules/url/node_modules/punycode/LICENSE-MIT.txt",
|
|
2143
2158
|
"copyright": "Copyright Mathias Bynens <https://mathiasbynens.be/>"
|
|
2144
2159
|
},
|
|
2145
|
-
"qs@6.14.
|
|
2160
|
+
"qs@6.14.1": {
|
|
2146
2161
|
"licenses": "BSD-3-Clause",
|
|
2147
2162
|
"repository": "https://github.com/ljharb/qs",
|
|
2148
2163
|
"licenseFile": "node_modules/qs/LICENSE.md",
|
|
@@ -2232,6 +2247,21 @@ Created on 15-12-2025 at 16:57:36
|
|
|
2232
2247
|
"licenseFile": "node_modules/react-redux/LICENSE.md",
|
|
2233
2248
|
"copyright": "Copyright (c) 2015-present Dan Abramov"
|
|
2234
2249
|
},
|
|
2250
|
+
"react-remove-scroll-bar@2.3.8": {
|
|
2251
|
+
"licenses": "MIT",
|
|
2252
|
+
"repository": "https://github.com/theKashey/react-remove-scroll-bar",
|
|
2253
|
+
"publisher": "Anton Korzunov",
|
|
2254
|
+
"email": "thekashey@gmail.com",
|
|
2255
|
+
"licenseFile": "node_modules/react-remove-scroll-bar/README.md"
|
|
2256
|
+
},
|
|
2257
|
+
"react-remove-scroll@2.7.1": {
|
|
2258
|
+
"licenses": "MIT",
|
|
2259
|
+
"repository": "https://github.com/theKashey/react-remove-scroll",
|
|
2260
|
+
"publisher": "Anton Korzunov",
|
|
2261
|
+
"email": "thekashey@gmail.com",
|
|
2262
|
+
"licenseFile": "node_modules/react-remove-scroll/LICENSE",
|
|
2263
|
+
"copyright": "Copyright (c) 2017 Anton Korzunov"
|
|
2264
|
+
},
|
|
2235
2265
|
"react-responsive@9.0.2": {
|
|
2236
2266
|
"licenses": "MIT",
|
|
2237
2267
|
"repository": "https://github.com/contra/react-responsive",
|
|
@@ -2250,6 +2280,14 @@ Created on 15-12-2025 at 16:57:36
|
|
|
2250
2280
|
"licenseFile": "node_modules/react-scroll-to-bottom/LICENSE",
|
|
2251
2281
|
"copyright": "Copyright (c) 2020 William Wong"
|
|
2252
2282
|
},
|
|
2283
|
+
"react-style-singleton@2.2.3": {
|
|
2284
|
+
"licenses": "MIT",
|
|
2285
|
+
"repository": "https://github.com/theKashey/react-style-singleton",
|
|
2286
|
+
"publisher": "Anton Korzunov",
|
|
2287
|
+
"url": "thekashey@gmail.com",
|
|
2288
|
+
"licenseFile": "node_modules/react-style-singleton/LICENSE",
|
|
2289
|
+
"copyright": "Copyright (c) 2017 Anton Korzunov"
|
|
2290
|
+
},
|
|
2253
2291
|
"react-textarea-autosize@8.5.9": {
|
|
2254
2292
|
"licenses": "MIT",
|
|
2255
2293
|
"repository": "https://github.com/Andarist/react-textarea-autosize",
|
|
@@ -2757,6 +2795,14 @@ Created on 15-12-2025 at 16:57:36
|
|
|
2757
2795
|
"licenseFile": "node_modules/url/LICENSE",
|
|
2758
2796
|
"copyright": "Copyright 2014 Joyent, Inc. and other Node contributors."
|
|
2759
2797
|
},
|
|
2798
|
+
"use-callback-ref@1.3.3": {
|
|
2799
|
+
"licenses": "MIT",
|
|
2800
|
+
"repository": "https://github.com/theKashey/use-callback-ref",
|
|
2801
|
+
"publisher": "theKashey",
|
|
2802
|
+
"email": "thekashey@gmail.com",
|
|
2803
|
+
"licenseFile": "node_modules/use-callback-ref/LICENSE",
|
|
2804
|
+
"copyright": "Copyright (c) 2017 Anton Korzunov"
|
|
2805
|
+
},
|
|
2760
2806
|
"use-composed-ref@1.4.0": {
|
|
2761
2807
|
"licenses": "MIT",
|
|
2762
2808
|
"repository": "https://github.com/Andarist/use-composed-ref",
|
|
@@ -2774,6 +2820,14 @@ Created on 15-12-2025 at 16:57:36
|
|
|
2774
2820
|
"licenseFile": "node_modules/use-latest/LICENSE",
|
|
2775
2821
|
"copyright": "Copyright (c) Andarist"
|
|
2776
2822
|
},
|
|
2823
|
+
"use-sidecar@1.1.3": {
|
|
2824
|
+
"licenses": "MIT",
|
|
2825
|
+
"repository": "https://github.com/theKashey/use-sidecar",
|
|
2826
|
+
"publisher": "theKashey",
|
|
2827
|
+
"email": "thekashey@gmail.com",
|
|
2828
|
+
"licenseFile": "node_modules/use-sidecar/LICENSE",
|
|
2829
|
+
"copyright": "Copyright (c) 2017 Anton Korzunov"
|
|
2830
|
+
},
|
|
2777
2831
|
"util-extend@1.0.3": {
|
|
2778
2832
|
"licenses": "MIT",
|
|
2779
2833
|
"repository": "https://github.com/isaacs/util-extend",
|