@aws-sdk/middleware-websocket 3.972.13 → 3.972.15

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.
Files changed (2) hide show
  1. package/README.md +11 -4
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -3,10 +3,17 @@
3
3
  [![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-websocket/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-websocket)
4
4
  [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-websocket.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-websocket)
5
5
 
6
- > An internal package
6
+ ### :warning: Internal API :warning:
7
7
 
8
- This package contains necessary dependency to support WebSocket connections for AWS services. These behaviors are subject to change.
8
+ > This is an internal package.
9
+ > That means this is used as a dependency for other, public packages, but
10
+ > should not be taken directly as a dependency in your application's `package.json`.
11
+
12
+ > If you are updating the version of this package, for example to bring in a
13
+ > bug-fix, you should do so by updating your application lockfile with
14
+ > e.g. `npm up @scope/package` or equivalent command in another
15
+ > package manager, rather than taking a direct dependency.
9
16
 
10
- ## Usage
17
+ ---
11
18
 
12
- You probably shouldn't, at least directly.
19
+ This package contains necessary dependency to support WebSocket connections for AWS services. These behaviors are subject to change.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-websocket",
3
- "version": "3.972.13",
3
+ "version": "3.972.15",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -24,14 +24,14 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.6",
28
- "@aws-sdk/util-format-url": "^3.972.8",
29
- "@smithy/eventstream-codec": "^4.2.12",
30
- "@smithy/eventstream-serde-browser": "^4.2.12",
31
- "@smithy/fetch-http-handler": "^5.3.15",
32
- "@smithy/protocol-http": "^5.3.12",
33
- "@smithy/signature-v4": "^5.3.12",
34
- "@smithy/types": "^4.13.1",
27
+ "@aws-sdk/types": "^3.973.7",
28
+ "@aws-sdk/util-format-url": "^3.972.9",
29
+ "@smithy/eventstream-codec": "^4.2.13",
30
+ "@smithy/eventstream-serde-browser": "^4.2.13",
31
+ "@smithy/fetch-http-handler": "^5.3.16",
32
+ "@smithy/protocol-http": "^5.3.13",
33
+ "@smithy/signature-v4": "^5.3.13",
34
+ "@smithy/types": "^4.14.0",
35
35
  "@smithy/util-base64": "^4.3.2",
36
36
  "@smithy/util-hex-encoding": "^4.2.2",
37
37
  "@smithy/util-utf8": "^4.2.2",