@bitblit/ratchet-epsilon-common 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.
@@ -111,7 +111,7 @@ export class ResponseUtil {
111
111
  if (bigEnough && !exemptContent) {
112
112
  const asBuffer = proxyResult.isBase64Encoded ? Buffer.from(proxyResult.body, 'base64') : Buffer.from(proxyResult.body);
113
113
  const zipped = await this.gzip(asBuffer);
114
- Logger.info('Comp from %s to %d bytes', asBuffer.length, zipped.length);
114
+ Logger.debug('Comp from %s to %d bytes', asBuffer.length, zipped.length);
115
115
  const zipped64 = zipped.toString('base64');
116
116
  rval.body = zipped64;
117
117
  rval.isBase64Encoded = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-epsilon-common",
3
- "version": "4.0.110-alpha",
3
+ "version": "4.0.112-alpha",
4
4
  "description": "Tiny adapter to simplify building API gateway Lambda APIS",
5
5
  "sideEffects": false,
6
6
  "bin": {
@@ -62,13 +62,13 @@
62
62
  },
63
63
  "license": "Apache-2.0",
64
64
  "dependencies": {
65
- "@aws-sdk/client-s3": "3.315.0",
66
- "@aws-sdk/client-sns": "3.315.0",
67
- "@aws-sdk/client-sqs": "3.315.0",
68
- "@bitblit/ratchet-aws": "4.0.110-alpha",
69
- "@bitblit/ratchet-common": "4.0.110-alpha",
70
- "@bitblit/ratchet-misc": "4.0.110-alpha",
71
- "@bitblit/ratchet-node-only": "4.0.110-alpha",
65
+ "@aws-sdk/client-s3": "3.325.0",
66
+ "@aws-sdk/client-sns": "3.325.0",
67
+ "@aws-sdk/client-sqs": "3.325.0",
68
+ "@bitblit/ratchet-aws": "4.0.112-alpha",
69
+ "@bitblit/ratchet-common": "4.0.112-alpha",
70
+ "@bitblit/ratchet-misc": "4.0.112-alpha",
71
+ "@bitblit/ratchet-node-only": "4.0.112-alpha",
72
72
  "clear": "0.1.0",
73
73
  "commander": "10.0.1",
74
74
  "cross-fetch": "3.1.5",
@@ -78,7 +78,7 @@
78
78
  "luxon": "3.3.0",
79
79
  "reflect-metadata": "0.1.13",
80
80
  "route-parser": "0.0.5",
81
- "rxjs": "7.8.0",
81
+ "rxjs": "7.8.1",
82
82
  "strip-js": "1.2.0",
83
83
  "swagger-model-validator": "3.0.21"
84
84
  },
@@ -110,8 +110,8 @@
110
110
  "peerDependencies": {
111
111
  "@aws-sdk/client-sns": "3.303.0",
112
112
  "@aws-sdk/client-sqs": "3.303.0",
113
- "@bitblit/ratchet-aws": "4.0.110-alpha",
114
- "@bitblit/ratchet-common": "4.0.110-alpha",
113
+ "@bitblit/ratchet-aws": "4.0.112-alpha",
114
+ "@bitblit/ratchet-common": "4.0.112-alpha",
115
115
  "@types/aws-lambda": "8.10.111",
116
116
  "graphql": "16.6.0"
117
117
  },
@@ -121,8 +121,8 @@
121
121
  }
122
122
  },
123
123
  "devDependencies": {
124
- "@bitblit/ratchet-jest": "4.0.110-alpha",
125
- "@types/aws-lambda": "8.10.114",
124
+ "@bitblit/ratchet-jest": "4.0.112-alpha",
125
+ "@types/aws-lambda": "8.10.115",
126
126
  "apollo-server-lambda": "3.12.0",
127
127
  "aws-sdk-client-mock": "2.1.1",
128
128
  "graphql": "16.6.0"