@bitblit/ratchet-aws 4.0.110-alpha → 4.0.112-alpha

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.
@@ -309,7 +309,9 @@ export class DynamoRatchet {
309
309
  }
310
310
  Logger.debug('Created %d batches', batches.length);
311
311
  for (let i = 0; i < batches.length; i++) {
312
- Logger.info('Processing batch %d of %d', i, batches.length);
312
+ if (batches.length > 1) {
313
+ Logger.info('Processing batch %d of %d', i + 1, batches.length);
314
+ }
313
315
  const input = batches[i];
314
316
  let tryCount = 1;
315
317
  do {
@@ -452,7 +454,7 @@ export class DynamoRatchet {
452
454
  await PromiseRatchet.wait(2000);
453
455
  }
454
456
  else if (err && err['code'] && err['code'] === 'ConditionalCheckFailedException') {
455
- Logger.info('Failed to write %j due to null field failure');
457
+ Logger.debug('Failed to write %j due to null field failure');
456
458
  rval = false;
457
459
  }
458
460
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-aws",
3
- "version": "4.0.110-alpha",
3
+ "version": "4.0.112-alpha",
4
4
  "description": "Common tools for use with AWS browser and node",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -57,52 +57,52 @@
57
57
  },
58
58
  "license": "Apache-2.0",
59
59
  "dependencies": {
60
- "@bitblit/ratchet-common": "4.0.110-alpha"
60
+ "@bitblit/ratchet-common": "4.0.112-alpha"
61
61
  },
62
62
  "optionalDependencies": {
63
63
  "@aws-sdk/abort-controller": "3.310.0",
64
- "@aws-sdk/client-athena": "3.310.0",
65
- "@aws-sdk/client-batch": "3.310.0",
66
- "@aws-sdk/client-cloudwatch": "3.310.0",
67
- "@aws-sdk/client-cloudwatch-logs": "3.310.0",
68
- "@aws-sdk/client-dynamodb": "3.310.0",
69
- "@aws-sdk/client-ec2": "3.310.0",
70
- "@aws-sdk/client-ec2-instance-connect": "3.310.0",
71
- "@aws-sdk/client-route-53": "3.310.0",
72
- "@aws-sdk/client-s3": "3.310.0",
73
- "@aws-sdk/client-ses": "3.310.0",
74
- "@aws-sdk/client-sns": "3.310.0",
75
- "@aws-sdk/client-ssm": "3.310.0",
76
- "@aws-sdk/lib-dynamodb": "3.310.0",
77
- "@aws-sdk/lib-storage": "3.310.0",
78
- "@aws-sdk/s3-request-presigner": "3.310.0",
79
- "@aws-sdk/smithy-client": "3.310.0",
64
+ "@aws-sdk/client-athena": "3.325.0",
65
+ "@aws-sdk/client-batch": "3.325.0",
66
+ "@aws-sdk/client-cloudwatch": "3.325.0",
67
+ "@aws-sdk/client-cloudwatch-logs": "3.325.0",
68
+ "@aws-sdk/client-dynamodb": "3.325.0",
69
+ "@aws-sdk/client-ec2": "3.325.0",
70
+ "@aws-sdk/client-ec2-instance-connect": "3.325.0",
71
+ "@aws-sdk/client-route-53": "3.325.0",
72
+ "@aws-sdk/client-s3": "3.325.0",
73
+ "@aws-sdk/client-ses": "3.325.0",
74
+ "@aws-sdk/client-sns": "3.325.0",
75
+ "@aws-sdk/client-ssm": "3.325.0",
76
+ "@aws-sdk/lib-dynamodb": "3.325.0",
77
+ "@aws-sdk/lib-storage": "3.325.0",
78
+ "@aws-sdk/s3-request-presigner": "3.325.0",
79
+ "@aws-sdk/smithy-client": "3.325.0",
80
80
  "@aws-sdk/types": "3.310.0",
81
- "@aws-sdk/util-waiter": "^3.310.0",
82
- "@types/aws-lambda": "8.10.114"
81
+ "@aws-sdk/util-waiter": "3.310.0",
82
+ "@types/aws-lambda": "8.10.115"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "@aws-sdk/abort-controller": "3.310.0",
86
- "@aws-sdk/client-athena": "3.310.0",
87
- "@aws-sdk/client-batch": "3.310.0",
88
- "@aws-sdk/client-cloudwatch": "3.310.0",
89
- "@aws-sdk/client-cloudwatch-logs": "3.310.0",
90
- "@aws-sdk/client-dynamodb": "3.310.0",
91
- "@aws-sdk/client-ec2": "3.310.0",
92
- "@aws-sdk/client-ec2-instance-connect": "3.310.0",
93
- "@aws-sdk/client-route-53": "3.310.0",
94
- "@aws-sdk/client-s3": "3.310.0",
95
- "@aws-sdk/client-ses": "3.310.0",
96
- "@aws-sdk/client-sns": "3.310.0",
97
- "@aws-sdk/client-ssm": "3.310.0",
98
- "@aws-sdk/lib-dynamodb": "3.310.0",
99
- "@aws-sdk/lib-storage": "3.310.0",
100
- "@aws-sdk/s3-request-presigner": "3.310.0",
101
- "@aws-sdk/smithy-client": "3.310.0",
86
+ "@aws-sdk/client-athena": "3.325.0",
87
+ "@aws-sdk/client-batch": "3.325.0",
88
+ "@aws-sdk/client-cloudwatch": "3.325.0",
89
+ "@aws-sdk/client-cloudwatch-logs": "3.325.0",
90
+ "@aws-sdk/client-dynamodb": "3.325.0",
91
+ "@aws-sdk/client-ec2": "3.325.0",
92
+ "@aws-sdk/client-ec2-instance-connect": "3.325.0",
93
+ "@aws-sdk/client-route-53": "3.325.0",
94
+ "@aws-sdk/client-s3": "3.325.0",
95
+ "@aws-sdk/client-ses": "3.325.0",
96
+ "@aws-sdk/client-sns": "3.325.0",
97
+ "@aws-sdk/client-ssm": "3.325.0",
98
+ "@aws-sdk/lib-dynamodb": "3.325.0",
99
+ "@aws-sdk/lib-storage": "3.325.0",
100
+ "@aws-sdk/s3-request-presigner": "3.325.0",
101
+ "@aws-sdk/smithy-client": "3.325.0",
102
102
  "@aws-sdk/types": "3.310.0",
103
103
  "@aws-sdk/util-waiter": "3.310.0",
104
- "@bitblit/ratchet-common": "4.0.110-alpha",
105
- "@types/aws-lambda": "8.10.114"
104
+ "@bitblit/ratchet-common": "4.0.112-alpha",
105
+ "@types/aws-lambda": "8.10.115"
106
106
  },
107
107
  "peerDependenciesMeta": {
108
108
  "@aws-sdk/client-athena": {
@@ -156,8 +156,8 @@
156
156
  },
157
157
  "resolutions": {},
158
158
  "devDependencies": {
159
- "@bitblit/ratchet-jest": "4.0.110-alpha",
160
- "@bitblit/ratchet-node-only": "4.0.110-alpha",
159
+ "@bitblit/ratchet-jest": "4.0.112-alpha",
160
+ "@bitblit/ratchet-node-only": "4.0.112-alpha",
161
161
  "aws-sdk-client-mock": "2.1.1"
162
162
  }
163
163
  }