n8n-nodes-base 1.113.0 → 1.113.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/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts.map +1 -1
- package/dist/nodes/Code/PythonTaskRunnerSandbox.js +11 -3
- package/dist/nodes/Code/PythonTaskRunnerSandbox.js.map +1 -1
- package/dist/nodes/Github/Github.node.d.ts.map +1 -1
- package/dist/nodes/Github/Github.node.js +9 -13
- package/dist/nodes/Github/Github.node.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +3 -3
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.113.
|
|
3
|
+
"version": "1.113.2",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"LICENSE.md",
|
|
9
|
+
"LICENSE_EE.md"
|
|
10
10
|
],
|
|
11
11
|
"n8n": {
|
|
12
12
|
"credentials": [
|
|
@@ -935,8 +935,8 @@
|
|
|
935
935
|
"xml2js": "0.6.2",
|
|
936
936
|
"xmlhttprequest-ssl": "3.1.0",
|
|
937
937
|
"@n8n/config": "1.57.0",
|
|
938
|
-
"@n8n/errors": "^0.5.0",
|
|
939
938
|
"@n8n/di": "0.9.0",
|
|
939
|
+
"@n8n/errors": "^0.5.0",
|
|
940
940
|
"@n8n/imap": "0.15.0",
|
|
941
941
|
"n8n-workflow": "1.112.0"
|
|
942
942
|
},
|