@n8n/chat 0.22.0 → 0.24.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/README.md +1 -6
- package/dist/chat.bundle.es.js +4494 -4461
- package/dist/chat.bundle.umd.js +16 -16
- package/dist/chat.es.js +3326 -3293
- package/dist/chat.umd.js +9 -9
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -260,10 +260,5 @@ body,
|
|
|
260
260
|
```
|
|
261
261
|
|
|
262
262
|
## License
|
|
263
|
-
n8n Chat is [fair-code](https://faircode.io) distributed under the
|
|
264
|
-
[**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md).
|
|
265
263
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
Additional information about the license model can be found in the
|
|
269
|
-
[docs](https://docs.n8n.io/reference/license/).
|
|
264
|
+
You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license)
|