n8n-nodes-base 1.93.0 → 1.93.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.93.
|
|
3
|
+
"version": "1.93.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -859,8 +859,8 @@
|
|
|
859
859
|
"@types/uuid": "^10.0.0",
|
|
860
860
|
"@types/xml2js": "^0.4.14",
|
|
861
861
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
862
|
-
"
|
|
863
|
-
"n8n-
|
|
862
|
+
"n8n-core": "1.93.0",
|
|
863
|
+
"@n8n/typescript-config": "1.2.0"
|
|
864
864
|
},
|
|
865
865
|
"dependencies": {
|
|
866
866
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|