@n8n/chat 0.1.3 → 0.1.4

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@ Open the **Webhook** node and replace `YOUR_PRODUCTION_WEBHOOK_URL` with your pr
27
27
  Add the following code to your HTML page.
28
28
 
29
29
  ```html
30
- <link href="https://cdn.jsdelivr.net/npm/@n8n/chat/style.css" type="text/css" />
30
+ <link href="https://cdn.jsdelivr.net/npm/@n8n/chat/style.css" rel="stylesheet" />
31
31
  <script type="module">
32
32
  import { createChat } from 'https://cdn.jsdelivr.net/npm/@n8n/chat/chat.bundle.es.js';
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/chat",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "main": "./chat.umd.cjs",
5
5
  "module": "./chat.es.js",
6
6
  "types": "./types/index.d.ts",