@growsalesai/n8n-nodes-supermemory 0.1.1 → 0.1.2

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,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
2
+ <defs>
3
+ <linearGradient id="arrowGrad" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" stop-color="#93c5fd"/>
5
+ <stop offset="100%" stop-color="#3b82f6"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <!-- Dark background -->
9
+ <rect width="64" height="64" rx="10" fill="#1a1e2e"/>
10
+ <!-- Left chevron ">" pointing right -->
11
+ <path d="M10 18 L26 32 L10 46" stroke="url(#arrowGrad)" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
12
+ <!-- Right chevron "<" pointing left -->
13
+ <path d="M54 18 L38 32 L54 46" stroke="url(#arrowGrad)" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
14
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@growsalesai/n8n-nodes-supermemory",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "n8n community node for Supermemory - AI-powered memory and document management",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -22,7 +22,7 @@
22
22
  "main": "index.js",
23
23
  "scripts": {
24
24
  "build": "tsc && npm run build:icons",
25
- "build:icons": "copyfiles -u 0 \"nodes/**/*.svg\" dist/",
25
+ "build:icons": "copyfiles -u 0 \"nodes/**/*.svg\" \"credentials/**/*.svg\" dist/",
26
26
  "dev": "tsc --watch",
27
27
  "format": "prettier nodes credentials --write",
28
28
  "lint": "eslint nodes credentials --ext .ts",