n8n-nodes-base 2.1.2 → 2.1.3

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": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "dist",
8
- "LICENSE_EE.md",
9
- "LICENSE.md"
8
+ "LICENSE.md",
9
+ "LICENSE_EE.md"
10
10
  ],
11
11
  "n8n": {
12
12
  "credentials": [
@@ -863,7 +863,7 @@
863
863
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
864
864
  "@n8n/typescript-config": "1.3.0",
865
865
  "@n8n/eslint-plugin-community-nodes": "0.7.0",
866
- "n8n-core": "2.1.2"
866
+ "n8n-core": "2.1.3"
867
867
  },
868
868
  "dependencies": {
869
869
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -939,7 +939,7 @@
939
939
  "@n8n/di": "0.10.0",
940
940
  "@n8n/errors": "0.5.0",
941
941
  "@n8n/imap": "0.16.0",
942
- "n8n-workflow": "2.1.0"
942
+ "n8n-workflow": "2.1.1"
943
943
  },
944
944
  "license": "SEE LICENSE IN LICENSE.md",
945
945
  "homepage": "https://n8n.io",