n8n-nodes-base 1.81.0 → 1.81.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,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "1.81.0",
3
+ "version": "1.81.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -846,8 +846,8 @@
846
846
  "@types/uuid": "^10.0.0",
847
847
  "@types/xml2js": "^0.4.14",
848
848
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
849
- "n8n-core": "1.81.0",
850
- "@n8n/typescript-config": "1.2.0"
849
+ "@n8n/typescript-config": "1.2.0",
850
+ "n8n-core": "1.81.1"
851
851
  },
852
852
  "dependencies": {
853
853
  "@aws-sdk/client-sso-oidc": "3.666.0",
@@ -914,9 +914,9 @@
914
914
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
915
915
  "xml2js": "0.6.2",
916
916
  "@n8n/config": "1.31.0",
917
+ "n8n-workflow": "1.80.1",
917
918
  "@n8n/di": "0.4.0",
918
- "@n8n/imap": "0.9.0",
919
- "n8n-workflow": "1.80.0"
919
+ "@n8n/imap": "0.9.0"
920
920
  },
921
921
  "license": "SEE LICENSE IN LICENSE.md",
922
922
  "homepage": "https://n8n.io",