n8n-nodes-base 1.64.0 → 1.64.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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "1.64.0",
3
+ "version": "1.64.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "dist",
8
- "LICENSE.md",
9
- "LICENSE_EE.md"
8
+ "LICENSE_EE.md",
9
+ "LICENSE.md"
10
10
  ],
11
11
  "n8n": {
12
12
  "credentials": [
@@ -892,8 +892,8 @@
892
892
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
893
893
  "xml2js": "0.6.2",
894
894
  "@n8n/config": "1.14.0",
895
- "@n8n/imap": "0.7.0",
896
- "n8n-workflow": "1.63.0"
895
+ "n8n-workflow": "1.63.0",
896
+ "@n8n/imap": "0.7.0"
897
897
  },
898
898
  "license": "SEE LICENSE IN LICENSE.md",
899
899
  "homepage": "https://n8n.io",