@n8n/chat 0.22.0 → 0.23.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.
Files changed (2) hide show
  1. package/README.md +1 -6
  2. package/package.json +3 -3
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
- Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io)
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/chat",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "main": "./dist/chat.umd.js",
5
5
  "module": "./dist/chat.es.js",
6
6
  "types": "./dist/index.d.ts",
@@ -22,8 +22,8 @@
22
22
  "files": [
23
23
  "README.md",
24
24
  "dist",
25
- "LICENSE.md",
26
- "LICENSE_EE.md"
25
+ "LICENSE_EE.md",
26
+ "LICENSE.md"
27
27
  ],
28
28
  "dependencies": {
29
29
  "@vueuse/core": "^10.11.0",