@aws-sdk/middleware-token 3.972.8 → 3.972.10

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 +7 -7
package/README.md CHANGED
@@ -3,10 +3,17 @@
3
3
  [![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-token/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-token)
4
4
  [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-token.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-token)
5
5
 
6
- Middleware and Plugin for setting token authentication.
6
+ ### :warning: Internal API :warning:
7
+
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`.
7
11
 
8
- > An internal package
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
+ Middleware and Plugin for setting token authentication.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-token",
3
- "version": "3.972.8",
3
+ "version": "3.972.10",
4
4
  "description": "Middleware and Plugin for setting token authentication",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -30,12 +30,12 @@
30
30
  },
31
31
  "license": "Apache-2.0",
32
32
  "dependencies": {
33
- "@aws-sdk/token-providers": "3.1009.0",
34
- "@aws-sdk/types": "^3.973.6",
35
- "@smithy/property-provider": "^4.2.12",
36
- "@smithy/protocol-http": "^5.3.12",
37
- "@smithy/types": "^4.13.1",
38
- "@smithy/util-middleware": "^4.2.12",
33
+ "@aws-sdk/token-providers": "3.1026.0",
34
+ "@aws-sdk/types": "^3.973.7",
35
+ "@smithy/property-provider": "^4.2.13",
36
+ "@smithy/protocol-http": "^5.3.13",
37
+ "@smithy/types": "^4.14.0",
38
+ "@smithy/util-middleware": "^4.2.13",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {