n8n-nodes-zalo-loma-funnel 1.0.0 → 1.0.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.
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
2
+ <circle cx="24" cy="24" r="24" fill="#0068FF"/>
3
+ <path fill="#fff" d="M12 16h24v2H12zM12 22h24v2H12zM12 28h18v2H12z"/>
4
+ <circle cx="36" cy="29" r="4" fill="#fff"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
2
+ <circle cx="24" cy="24" r="24" fill="#0068FF"/>
3
+ <path fill="#fff" d="M12 16h24v2H12zM12 22h24v2H12zM12 28h18v2H12z"/>
4
+ <circle cx="36" cy="29" r="4" fill="#fff"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
2
+ <circle cx="24" cy="24" r="24" fill="#0068FF"/>
3
+ <path fill="#fff" d="M12 16h24v2H12zM12 22h24v2H12zM12 28h18v2H12z"/>
4
+ <circle cx="36" cy="29" r="4" fill="#fff"/>
5
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-zalo-loma-funnel",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "n8n community nodes for Zalo messaging via zca-js",
5
5
  "keywords": [
6
6
  "n8n",
@@ -21,7 +21,8 @@
21
21
  "main": "dist/index.js",
22
22
  "types": "dist/index.d.ts",
23
23
  "scripts": {
24
- "build": "tsc",
24
+ "copy:assets": "node scripts/copy-assets.js",
25
+ "build": "tsc && npm run copy:assets",
25
26
  "dev": "tsc --watch",
26
27
  "lint": "eslint src --ext .ts",
27
28
  "lint:fix": "eslint src --ext .ts --fix",