n8n-nodes-signal-cli-rest-api 0.2.0 → 0.2.1

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 +4 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # n8n Signal Node
2
2
 
3
3
  <div align="center">
4
- <img src="https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png" alt="n8n" width="80" height="80" />
5
- <img src="https://signal.org/assets/images/header/signal-logo.png" alt="Signal" width="80" height="80" />
4
+ <img src="https://n8n.io/guidelines/logo-white.svg" alt="n8n" width="160" height="160" />
5
+ <br>
6
+ <img src="https://signal.org/assets/images/header/logo.png" alt="Signal" width="160" height="160" />
6
7
  </div>
7
8
 
8
9
  <div align="center">
@@ -267,4 +268,4 @@ This project is licensed under the **MIT License** - see the [LICENSE](LICENSE)
267
268
  <p>
268
269
  <a href="#-table-of-contents">Back to top</a>
269
270
  </p>
270
- </div>
271
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-signal-cli-rest-api",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Signal Node for n8n",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,8 +16,8 @@
16
16
  "n8n": {
17
17
  "n8nNodesApiVersion": 1,
18
18
  "nodes": [
19
- "./dist/nodes/Signal/Signal.node.js",
20
- "./dist/nodes/Signal/SignalTrigger.node.js"
19
+ "dist/nodes/Signal/Signal.node.js",
20
+ "dist/nodes/Signal/SignalTrigger.node.js"
21
21
  ],
22
22
  "credentials": ["./dist/credentials/SignalApi.credentials.js"]
23
23
  },