n8n-nodes-base 1.103.0 → 1.103.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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "1.103.0",
3
+ "version": "1.103.2",
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": [
@@ -861,8 +861,8 @@
861
861
  "@types/uuid": "^10.0.0",
862
862
  "@types/xml2js": "^0.4.14",
863
863
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
864
- "@n8n/typescript-config": "1.3.0",
865
- "n8n-core": "1.104.0"
864
+ "n8n-core": "1.104.2",
865
+ "@n8n/typescript-config": "1.3.0"
866
866
  },
867
867
  "dependencies": {
868
868
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -932,10 +932,10 @@
932
932
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
933
933
  "xml2js": "0.6.2",
934
934
  "xmlhttprequest-ssl": "3.1.0",
935
- "@n8n/config": "1.48.0",
936
- "@n8n/di": "0.9.0",
935
+ "@n8n/config": "1.48.1",
937
936
  "@n8n/imap": "0.14.0",
938
- "n8n-workflow": "1.102.0"
937
+ "@n8n/di": "0.9.0",
938
+ "n8n-workflow": "1.102.1"
939
939
  },
940
940
  "license": "SEE LICENSE IN LICENSE.md",
941
941
  "homepage": "https://n8n.io",