n8n-nodes-base 1.94.0 → 1.94.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/MicrosoftSharePointOAuth2Api.credentials.js +9 -0
- package/dist/credentials/MicrosoftSharePointOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/icons/microsoftSharePoint.svg +59 -0
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +2 -2
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.94.
|
|
3
|
+
"version": "1.94.1",
|
|
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": [
|
|
@@ -928,9 +928,9 @@
|
|
|
928
928
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
929
929
|
"xml2js": "0.6.2",
|
|
930
930
|
"xmlhttprequest-ssl": "3.1.0",
|
|
931
|
+
"@n8n/config": "1.40.0",
|
|
931
932
|
"@n8n/di": "0.5.0",
|
|
932
933
|
"@n8n/imap": "0.9.0",
|
|
933
|
-
"@n8n/config": "1.40.0",
|
|
934
934
|
"n8n-workflow": "1.93.0"
|
|
935
935
|
},
|
|
936
936
|
"license": "SEE LICENSE IN LICENSE.md",
|