n8n-nodes-base 1.85.0 → 1.85.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.85.0",
3
+ "version": "1.85.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": [
@@ -914,10 +914,10 @@
914
914
  "uuid": "10.0.0",
915
915
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
916
916
  "xml2js": "0.6.2",
917
- "@n8n/config": "1.33.0",
918
917
  "@n8n/di": "0.4.0",
918
+ "@n8n/imap": "0.9.0",
919
919
  "n8n-workflow": "1.84.0",
920
- "@n8n/imap": "0.9.0"
920
+ "@n8n/config": "1.33.0"
921
921
  },
922
922
  "license": "SEE LICENSE IN LICENSE.md",
923
923
  "homepage": "https://n8n.io",