@aws-sdk/middleware-user-agent 3.378.0 → 3.382.0

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.
@@ -1,4 +1,7 @@
1
1
  import { Provider, UserAgent } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface UserAgentInputConfig {
3
6
  /**
4
7
  * The custom user agent header that would be appended to default one
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.378.0",
3
+ "version": "3.382.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -10,7 +10,8 @@
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
12
  "test": "jest --passWithNoTests",
13
- "test:integration": "jest -c jest.config.integ.js"
13
+ "test:integration": "jest -c jest.config.integ.js",
14
+ "extract:docs": "api-extractor run --local"
14
15
  },
15
16
  "main": "./dist-cjs/index.js",
16
17
  "module": "./dist-es/index.js",
@@ -22,7 +23,7 @@
22
23
  "license": "Apache-2.0",
23
24
  "dependencies": {
24
25
  "@aws-sdk/types": "3.378.0",
25
- "@aws-sdk/util-endpoints": "3.378.0",
26
+ "@aws-sdk/util-endpoints": "3.382.0",
26
27
  "@smithy/protocol-http": "^2.0.1",
27
28
  "@smithy/types": "^2.0.2",
28
29
  "tslib": "^2.5.0"