n8n-nodes-base 1.98.1 → 1.99.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/credentials/GoogleSheetsOAuth2Api.credentials.js +1 -0
- package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/JiraSoftwareCloudApi.credentials.js +1 -1
- package/dist/credentials/JiraSoftwareCloudApi.credentials.js.map +1 -1
- package/dist/credentials/JiraSoftwareServerApi.credentials.js +1 -1
- package/dist/credentials/JiraSoftwareServerApi.credentials.js.map +1 -1
- package/dist/credentials/JiraSoftwareServerPatApi.credentials.js +1 -1
- package/dist/credentials/JiraSoftwareServerPatApi.credentials.js.map +1 -1
- package/dist/nodes/Code/ExecutionError.js +11 -4
- package/dist/nodes/Code/ExecutionError.js.map +1 -1
- package/dist/nodes/Evaluation/utils/evaluationTriggerUtils.js +3 -2
- package/dist/nodes/Evaluation/utils/evaluationTriggerUtils.js.map +1 -1
- package/dist/nodes/ExecutionData/ExecutionData.node.js +35 -10
- package/dist/nodes/ExecutionData/ExecutionData.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/utils/readOperation.js +7 -1
- package/dist/nodes/Google/Sheet/v2/actions/utils/readOperation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +14 -6
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/methods/resourceMapping.js +1 -1
- package/dist/nodes/Google/Sheet/v2/methods/resourceMapping.js.map +1 -1
- package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.js +1 -2
- package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.js.map +1 -1
- package/dist/nodes/Microsoft/Sql/GenericFunctions.js.map +1 -1
- package/dist/nodes/Onfleet/Onfleet.node.js.map +1 -1
- package/dist/nodes/Postgres/v1/genericFunctions.js.map +1 -1
- package/dist/types/credentials.json +4 -4
- package/dist/types/nodes.json +4 -4
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.99.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -860,8 +860,8 @@
|
|
|
860
860
|
"@types/uuid": "^10.0.0",
|
|
861
861
|
"@types/xml2js": "^0.4.14",
|
|
862
862
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
863
|
-
"n8n-
|
|
864
|
-
"
|
|
863
|
+
"@n8n/typescript-config": "1.2.0",
|
|
864
|
+
"n8n-core": "1.100.0"
|
|
865
865
|
},
|
|
866
866
|
"dependencies": {
|
|
867
867
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -930,10 +930,10 @@
|
|
|
930
930
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
931
931
|
"xml2js": "0.6.2",
|
|
932
932
|
"xmlhttprequest-ssl": "3.1.0",
|
|
933
|
-
"@n8n/config": "1.
|
|
934
|
-
"n8n
|
|
935
|
-
"@n8n/imap": "0.
|
|
936
|
-
"
|
|
933
|
+
"@n8n/config": "1.44.0",
|
|
934
|
+
"@n8n/di": "0.7.0",
|
|
935
|
+
"@n8n/imap": "0.11.0",
|
|
936
|
+
"n8n-workflow": "1.98.0"
|
|
937
937
|
},
|
|
938
938
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
939
939
|
"homepage": "https://n8n.io",
|