n8n-nodes-base 1.81.1 → 1.82.0
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/nodes/Airtable/v2/actions/common.descriptions.js +3 -0
- package/dist/nodes/Airtable/v2/actions/common.descriptions.js.map +1 -1
- package/dist/nodes/Elastic/Elasticsearch/GenericFunctions.js +2 -2
- package/dist/nodes/Elastic/Elasticsearch/GenericFunctions.js.map +1 -1
- package/dist/nodes/Form/utils.js.map +1 -1
- package/dist/nodes/Github/Github.node.js +19 -4
- package/dist/nodes/Github/Github.node.js.map +1 -1
- package/dist/nodes/Github/__tests__/GithubTestWorkflow.json +86 -0
- package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js.map +1 -1
- package/dist/nodes/S3/GenericFunctions.js +2 -2
- package/dist/nodes/S3/GenericFunctions.js.map +1 -1
- package/dist/types/nodes.json +4 -4
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.82.0",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -847,7 +847,7 @@
|
|
|
847
847
|
"@types/xml2js": "^0.4.14",
|
|
848
848
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
849
849
|
"@n8n/typescript-config": "1.2.0",
|
|
850
|
-
"n8n-core": "1.
|
|
850
|
+
"n8n-core": "1.82.0"
|
|
851
851
|
},
|
|
852
852
|
"dependencies": {
|
|
853
853
|
"@aws-sdk/client-sso-oidc": "3.666.0",
|
|
@@ -913,10 +913,10 @@
|
|
|
913
913
|
"uuid": "10.0.0",
|
|
914
914
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
915
915
|
"xml2js": "0.6.2",
|
|
916
|
-
"@n8n/config": "1.
|
|
916
|
+
"@n8n/config": "1.32.0",
|
|
917
|
+
"@n8n/di": "0.4.0",
|
|
917
918
|
"@n8n/imap": "0.9.0",
|
|
918
|
-
"n8n-workflow": "1.
|
|
919
|
-
"@n8n/di": "0.4.0"
|
|
919
|
+
"n8n-workflow": "1.81.0"
|
|
920
920
|
},
|
|
921
921
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
922
922
|
"homepage": "https://n8n.io",
|