@elizaos/plugin-n8n 2.0.0-alpha.6 → 2.0.0-alpha.8

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-n8n",
3
- "version": "2.0.0-alpha.6",
3
+ "version": "2.0.0-alpha.8",
4
4
  "description": "N8n workflow integration plugin with AI-powered plugin creation for ElizaOS",
5
5
  "type": "module",
6
6
  "main": "dist/node/index.js",
@@ -52,8 +52,8 @@
52
52
  "test:unit": "vitest run __tests__/unit/",
53
53
  "test:integration": "vitest run __tests__/integration/",
54
54
  "test:watch": "vitest",
55
- "lint": "bunx @biomejs/biome check --write --unsafe .",
56
- "lint:check": "bunx @biomejs/biome check .",
55
+ "lint": "find data/plugins -name biome.json -delete 2>/dev/null || true; bunx @biomejs/biome check --write --unsafe .",
56
+ "lint:check": "find data/plugins -name biome.json -delete 2>/dev/null || true; bunx @biomejs/biome check .",
57
57
  "build": "bun run build.ts",
58
58
  "build:ts": "bun run build.ts"
59
59
  },
@@ -109,7 +109,7 @@
109
109
  }
110
110
  }
111
111
  },
112
- "milaidy": {
112
+ "milady": {
113
113
  "platforms": [
114
114
  "node"
115
115
  ],