n8n-nodes-base 2.2.0 → 2.2.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,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -860,9 +860,9 @@
860
860
  "@types/uuid": "^10.0.0",
861
861
  "@types/xml2js": "^0.4.14",
862
862
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
863
- "@n8n/eslint-plugin-community-nodes": "0.7.0",
864
- "n8n-core": "2.2.0",
865
- "@n8n/typescript-config": "1.3.0"
863
+ "@n8n/typescript-config": "1.3.0",
864
+ "n8n-core": "2.2.1",
865
+ "@n8n/eslint-plugin-community-nodes": "0.7.0"
866
866
  },
867
867
  "dependencies": {
868
868
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -935,11 +935,11 @@
935
935
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
936
936
  "xml2js": "0.6.2",
937
937
  "xmlhttprequest-ssl": "3.1.0",
938
- "@n8n/errors": "0.5.0",
939
- "@n8n/config": "2.1.0",
940
938
  "@n8n/di": "0.10.0",
939
+ "@n8n/config": "2.1.0",
941
940
  "@n8n/imap": "0.16.0",
942
- "n8n-workflow": "2.2.0"
941
+ "n8n-workflow": "2.2.1",
942
+ "@n8n/errors": "0.5.0"
943
943
  },
944
944
  "license": "SEE LICENSE IN LICENSE.md",
945
945
  "homepage": "https://n8n.io",