@victorhalla/n8n-nodes-wwebjsapi 1.0.2 → 1.0.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.
@@ -1,5 +1,5 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="60" height="60">
2
- <circle cx="12" cy="12" r="12" fill="#25D366"/>
3
- <path d="M17.5 14.4c-.3-.1-1.7-.8-1.9-.9-.3-.1-.5-.1-.7.1-.2.3-.7.9-.9 1-.2.2-.3.2-.6.1-.3-.1-1.3-.5-2.4-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6.1-.1.3-.3.4-.5.1-.1.2-.3.2-.5 0-.2 0-.4-.1-.5L9 7.6c-.2-.5-.4-.5-.6-.5h-.5c-.2 0-.5.1-.7.3-.2.3-.9.9-.9 2.1 0 1.3.9 2.5 1 2.7.1.2 1.8 2.8 4.4 3.9.6.3 1.1.4 1.5.5.6.2 1.2.2 1.6.1.5-.1 1.5-.6 1.8-1.2.3-.6.3-1.1.2-1.2-.2-.1-.4-.2-.6-.3z" fill="white"/>
4
- <path d="M12 2C6.5 2 2 6.5 2 12c0 1.9.5 3.7 1.4 5.2L2 22l4.9-1.4C8.3 21.5 10.1 22 12 22c5.5 0 10-4.5 10-10S17.5 2 12 2zm0 18.3c-1.8 0-3.5-.5-5-1.4l-.3-.2-3.1.9.9-3-.2-.3C3.2 15.4 2.7 13.7 2.7 12 2.7 7.2 7.2 2.7 12 2.7s9.3 4.5 9.3 9.3-4.5 9.3-9.3 9.3z" fill="white"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60" viewBox="0 0 60 60" version="1.1">
2
+ <circle cx="30" cy="30" r="30" fill="#25D366"/>
3
+ <path fill="#ffffff" d="M30 8C17.9 8 8 17.9 8 30c0 3.8 1 7.4 2.8 10.5L8 52l11.8-3.1C23 50.8 26.4 52 30 52c12.1 0 22-9.9 22-22S42.1 8 30 8zm0 40.5c-3.3 0-6.4-.9-9.1-2.5l-.6-.4-6.4 1.7 1.7-6.2-.4-.6C13.8 37.8 13 34 13 30c0-9.4 7.6-17 17-17s17 7.6 17 17-7.6 17.5-17 17.5z"/>
4
+ <path fill="#ffffff" d="M40.8 35.6c-.5-.3-3-.1-3.5.2-.4.3-1.6 2-2 2.2-.3.2-.7.2-1.2 0-3.6-1.5-6-3.8-7.8-7-.3-.6-.1-1 .2-1.3.4-.4.8-.9 1.2-1.4.4-.5.5-.9.2-1.4l-2.3-5.5c-.3-.7-.8-.6-1.2-.6-.3 0-.7 0-1.1.1-.8.2-1.9 1.8-1.9 3.8 0 2.9 2 5.7 2.3 6.1 1.3 1.9 4.8 8 11.4 10.5 1.6.6 2.8.9 3.7 1.2 1.6.4 3 .3 4.2-.2 1.3-.6 2.5-2.3 2.8-3.4.2-.7.2-1.3.1-1.6-.3-.3-.7-.5-1.1-.7z"/>
5
5
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@victorhalla/n8n-nodes-wwebjsapi",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "n8n community node for WWebJS API (WhatsApp Web JS wrapper)",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "scripts": {
26
26
  "build": "npm run generate && npx tsc && npm run copy-assets",
27
- "copy-assets": "cp nodes/WWebjsApi/wwebjs.svg dist/nodes/WWebjsApi/wwebjs.svg",
27
+ "copy-assets": "mkdir -p dist/nodes/WWebjsApi && cp nodes/WWebjsApi/wwebjs.svg dist/nodes/WWebjsApi/wwebjs.svg",
28
28
  "generate": "node scripts/generate-from-swagger.js",
29
29
  "compile": "npx tsc",
30
30
  "dev": "npx tsc --watch",