n8n-nodes-base 1.105.0 → 1.105.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.105.
|
|
3
|
+
"version": "1.105.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -876,6 +876,7 @@
|
|
|
876
876
|
"basic-auth": "2.0.1",
|
|
877
877
|
"change-case": "4.1.2",
|
|
878
878
|
"cheerio": "1.0.0-rc.6",
|
|
879
|
+
"chokidar": "4.0.3",
|
|
879
880
|
"cron": "3.1.7",
|
|
880
881
|
"csv-parse": "5.5.0",
|
|
881
882
|
"currency-codes": "2.1.0",
|
|
@@ -932,11 +933,11 @@
|
|
|
932
933
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
933
934
|
"xml2js": "0.6.2",
|
|
934
935
|
"xmlhttprequest-ssl": "3.1.0",
|
|
935
|
-
"@n8n/errors": "^0.4.0",
|
|
936
936
|
"@n8n/config": "1.50.0",
|
|
937
937
|
"@n8n/di": "0.9.0",
|
|
938
|
-
"@n8n/
|
|
939
|
-
"n8n-workflow": "1.104.0"
|
|
938
|
+
"@n8n/errors": "^0.4.0",
|
|
939
|
+
"n8n-workflow": "1.104.0",
|
|
940
|
+
"@n8n/imap": "0.14.0"
|
|
940
941
|
},
|
|
941
942
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
942
943
|
"homepage": "https://n8n.io",
|