n8n-nodes-base 1.121.10 → 1.121.11
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/nodes/Code/JavaScriptSandbox.d.ts +1 -1
- package/dist/nodes/Code/JavaScriptSandbox.d.ts.map +1 -1
- package/dist/nodes/Code/JavaScriptSandbox.js +1 -1
- package/dist/nodes/Code/JavaScriptSandbox.js.map +1 -1
- package/dist/nodes/Function/Function.node.js +1 -1
- package/dist/nodes/Function/Function.node.js.map +1 -1
- package/dist/nodes/FunctionItem/FunctionItem.node.js +1 -1
- package/dist/nodes/FunctionItem/FunctionItem.node.js.map +1 -1
- package/dist/nodes/Git/GenericFunctions.d.ts +7 -0
- package/dist/nodes/Git/GenericFunctions.d.ts.map +1 -0
- package/dist/nodes/Git/GenericFunctions.js +42 -0
- package/dist/nodes/Git/GenericFunctions.js.map +1 -0
- package/dist/nodes/Git/Git.node.d.ts.map +1 -1
- package/dist/nodes/Git/Git.node.js +2 -7
- package/dist/nodes/Git/Git.node.js.map +1 -1
- package/dist/nodes/ItemLists/V3/helpers/utils.js +1 -1
- package/dist/nodes/ItemLists/V3/helpers/utils.js.map +1 -1
- package/dist/nodes/Transform/Sort/utils.js +1 -1
- package/dist/nodes/Transform/Sort/utils.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +2 -2
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.121.
|
|
3
|
+
"version": "1.121.11",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -869,15 +869,15 @@
|
|
|
869
869
|
"@types/uuid": "^10.0.0",
|
|
870
870
|
"@types/xml2js": "^0.4.14",
|
|
871
871
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
872
|
-
"@n8n/eslint-plugin-community-nodes": "0.7.0",
|
|
873
872
|
"@n8n/typescript-config": "1.3.0",
|
|
874
|
-
"n8n-core": "1.122.
|
|
873
|
+
"n8n-core": "1.122.11",
|
|
874
|
+
"@n8n/eslint-plugin-community-nodes": "0.7.0"
|
|
875
875
|
},
|
|
876
876
|
"dependencies": {
|
|
877
877
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
878
878
|
"@kafkajs/confluent-schema-registry": "3.8.0",
|
|
879
879
|
"@mozilla/readability": "0.6.0",
|
|
880
|
-
"
|
|
880
|
+
"vm2": "^3.10.2",
|
|
881
881
|
"alasql": "4.4.0",
|
|
882
882
|
"amqplib": "0.10.6",
|
|
883
883
|
"aws4": "1.11.0",
|
|
@@ -944,10 +944,10 @@
|
|
|
944
944
|
"xml2js": "0.6.2",
|
|
945
945
|
"xmlhttprequest-ssl": "3.1.0",
|
|
946
946
|
"@n8n/config": "1.65.2",
|
|
947
|
-
"@n8n/di": "0.10.0",
|
|
948
947
|
"@n8n/errors": "0.5.0",
|
|
949
948
|
"@n8n/imap": "0.16.0",
|
|
950
|
-
"n8n-workflow": "1.120.
|
|
949
|
+
"n8n-workflow": "1.120.7",
|
|
950
|
+
"@n8n/di": "0.10.0"
|
|
951
951
|
},
|
|
952
952
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
953
953
|
"homepage": "https://n8n.io",
|