n8n-nodes-base 1.90.0 → 1.90.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": "1.90.
|
|
3
|
+
"version": "1.90.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
"@types/xml2js": "^0.4.14",
|
|
854
854
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
855
855
|
"@n8n/typescript-config": "1.2.0",
|
|
856
|
-
"n8n-core": "1.90.
|
|
856
|
+
"n8n-core": "1.90.1"
|
|
857
857
|
},
|
|
858
858
|
"dependencies": {
|
|
859
859
|
"@aws-sdk/client-sso-oidc": "3.666.0",
|
|
@@ -922,8 +922,8 @@
|
|
|
922
922
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
923
923
|
"xml2js": "0.6.2",
|
|
924
924
|
"xmlhttprequest-ssl": "3.1.0",
|
|
925
|
-
"@n8n/config": "1.38.0",
|
|
926
925
|
"@n8n/di": "0.5.0",
|
|
926
|
+
"@n8n/config": "1.38.0",
|
|
927
927
|
"n8n-workflow": "1.89.0",
|
|
928
928
|
"@n8n/imap": "0.9.0"
|
|
929
929
|
},
|