@smithy/eventstream-codec 2.1.0 → 2.1.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/dist-cjs/index.js CHANGED
@@ -455,6 +455,7 @@ var _SmithyMessageEncoderStream = class _SmithyMessageEncoderStream {
455
455
  __name(_SmithyMessageEncoderStream, "SmithyMessageEncoderStream");
456
456
  var SmithyMessageEncoderStream = _SmithyMessageEncoderStream;
457
457
  // Annotate the CommonJS export names for ESM import in node:
458
+
458
459
  0 && (module.exports = {
459
460
  EventStreamCodec,
460
461
  HeaderMarshaller,
@@ -464,3 +465,4 @@ var SmithyMessageEncoderStream = _SmithyMessageEncoderStream;
464
465
  SmithyMessageDecoderStream,
465
466
  SmithyMessageEncoderStream
466
467
  });
468
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/eventstream-codec",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline eventstream-codec",
@@ -23,12 +23,12 @@
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
25
  "@aws-crypto/crc32": "3.0.0",
26
- "@smithy/types": "^2.9.0",
27
- "@smithy/util-hex-encoding": "^2.1.0",
26
+ "@smithy/types": "^2.9.1",
27
+ "@smithy/util-hex-encoding": "^2.1.1",
28
28
  "tslib": "^2.5.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@smithy/util-utf8": "^2.1.0",
31
+ "@smithy/util-utf8": "^2.1.1",
32
32
  "@tsconfig/recommended": "1.0.1",
33
33
  "@types/node": "^14.14.31",
34
34
  "concurrently": "7.0.0",