n8n-nodes-excel-ai 1.0.0 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-excel-ai",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Excel CRUD operations for n8n with AI Agent support - Perform read, write, update, delete operations on Excel files",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -55,7 +55,7 @@
55
55
  "@typescript-eslint/parser": "^5.0.0",
56
56
  "eslint": "^8.57.0",
57
57
  "eslint-plugin-n8n-nodes-base": "^1.11.0",
58
- "gulp": "^4.0.2",
58
+ "gulp": "^5.0.0",
59
59
  "jest": "^29.5.0",
60
60
  "n8n-workflow": "*",
61
61
  "prettier": "^2.7.1",
@@ -63,9 +63,13 @@
63
63
  "typescript": "5.1.6"
64
64
  },
65
65
  "dependencies": {
66
- "exceljs": "^4.3.0"
66
+ "exceljs": "^4.3.0",
67
+ "form-data": "^4.0.4"
67
68
  },
68
69
  "peerDependencies": {
69
70
  "n8n-workflow": "*"
71
+ },
72
+ "overrides": {
73
+ "form-data": "^4.0.4"
70
74
  }
71
75
  }