@dgalichet/n8n-nodes-aws-sdk-v3 0.5.0 → 0.5.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.
@@ -151,7 +151,7 @@ class AwsCode {
151
151
  name: 'notice',
152
152
  type: 'notice',
153
153
  default: '',
154
- description: '<strong>AWS Clients:</strong> $s3, $bedrock, $kms, $ssm, $secretsManager | <strong>n8n Variables:</strong> $vars | <strong>Node.js:</strong> require(\'crypto\'), require(\'node:crypto\'), require(\'lodash\'), require(\'luxon\'), require(\'uuid\') | <strong>Input Data:</strong> $items, $item, $itemIndex | <strong>S3:</strong> ListBucketsCommand, GetObjectCommand, PutObjectCommand, DeleteObjectCommand, ListObjectsV2Command, ... | <strong>Bedrock:</strong> InvokeModelCommand, ConverseCommand, ConverseStreamCommand, ... | <strong>KMS:</strong> EncryptCommand, DecryptCommand, GenerateDataKeyCommand, DescribeKeyCommand, ListKeysCommand, ... | <strong>SSM:</strong> GetParameterCommand, PutParameterCommand, GetParametersByPathCommand, ... | <strong>Secrets Manager:</strong> GetSecretValueCommand, PutSecretValueCommand, CreateSecretCommand, ... | <em>Version: 0.4.0</em>',
154
+ description: '<strong>AWS Clients:</strong> $s3, $bedrock, $kms, $ssm, $secretsManager | <strong>n8n Variables:</strong> $vars | <strong>Node.js:</strong> require(\'crypto\'), require(\'node:crypto\'), require(\'lodash\'), require(\'luxon\'), require(\'uuid\') | <strong>Input Data:</strong> $items, $item, $itemIndex | <strong>S3:</strong> ListBucketsCommand, GetObjectCommand, PutObjectCommand, DeleteObjectCommand, ListObjectsV2Command, ... | <strong>Bedrock:</strong> InvokeModelCommand, ConverseCommand, ConverseStreamCommand, ... | <strong>KMS:</strong> EncryptCommand, DecryptCommand, GenerateDataKeyCommand, DescribeKeyCommand, ListKeysCommand, ... | <strong>SSM:</strong> GetParameterCommand, PutParameterCommand, GetParametersByPathCommand, ... | <strong>Secrets Manager:</strong> GetSecretValueCommand, PutSecretValueCommand, CreateSecretCommand, ... | <em>Version: 0.5.1</em>',
155
155
  },
156
156
  {
157
157
  displayName: 'Mode',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgalichet/n8n-nodes-aws-sdk-v3",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "n8n community node for executing custom JavaScript code with AWS SDK v3 clients (S3, Bedrock, KMS, SSM, Secrets Manager)",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/dgalichet/n8n-nodes-aws-sdk-v3",
@@ -45,12 +45,13 @@
45
45
  ]
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/client-bedrock-runtime": "^3.700.0",
49
- "@aws-sdk/client-kms": "^3.971.0",
50
- "@aws-sdk/client-s3": "^3.700.0",
51
- "@aws-sdk/client-secrets-manager": "^3.700.0",
52
- "@aws-sdk/client-ssm": "^3.700.0",
53
- "@aws-sdk/client-sts": "^3.700.0",
48
+ "@aws-sdk/client-bedrock-runtime": "3.971.0",
49
+ "@aws-sdk/client-kms": "3.971.0",
50
+ "@aws-sdk/client-s3": "3.971.0",
51
+ "@aws-sdk/client-secrets-manager": "3.984.0",
52
+ "@aws-sdk/client-ssm": "3.971.0",
53
+ "@aws-sdk/client-sts": "3.984.0",
54
+ "@smithy/core": "3.24.4",
54
55
  "lodash": "^4.17.23",
55
56
  "luxon": "^3.7.2",
56
57
  "uuid": "^13.0.0"