n8n-nodes-base 1.48.0 → 1.48.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/dist/build.tsbuildinfo +1 -1
- package/dist/types/nodes.json +2 -2
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.48.
|
|
3
|
+
"version": "1.48.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
"@types/uuid": "^8.3.2",
|
|
826
826
|
"@types/xml2js": "^0.4.14",
|
|
827
827
|
"eslint-plugin-n8n-nodes-base": "^1.16.0",
|
|
828
|
-
"n8n-core": "1.48.
|
|
828
|
+
"n8n-core": "1.48.1"
|
|
829
829
|
},
|
|
830
830
|
"dependencies": {
|
|
831
831
|
"@kafkajs/confluent-schema-registry": "1.0.6",
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
892
892
|
"xml2js": "0.6.2",
|
|
893
893
|
"@n8n/imap": "0.5.0",
|
|
894
|
-
"n8n-workflow": "1.47.
|
|
894
|
+
"n8n-workflow": "1.47.1"
|
|
895
895
|
},
|
|
896
896
|
"scripts": {
|
|
897
897
|
"clean": "rimraf dist .turbo",
|