n8n-nodes-base 1.90.1 → 1.90.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/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.90.
|
|
3
|
+
"version": "1.90.2",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"LICENSE_EE.md",
|
|
9
|
+
"LICENSE.md"
|
|
10
10
|
],
|
|
11
11
|
"n8n": {
|
|
12
12
|
"credentials": [
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
"@types/xml2js": "^0.4.14",
|
|
854
854
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
855
855
|
"@n8n/typescript-config": "1.2.0",
|
|
856
|
-
"n8n-core": "1.90.
|
|
856
|
+
"n8n-core": "1.90.2"
|
|
857
857
|
},
|
|
858
858
|
"dependencies": {
|
|
859
859
|
"@aws-sdk/client-sso-oidc": "3.666.0",
|