@aws-sdk/util-user-agent-browser 3.299.0 → 3.303.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,3 +1,6 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export interface DefaultUserAgentOptions {
2
5
  serviceId?: string;
3
6
  clientVersion: string;
@@ -1,6 +1,8 @@
1
1
  import { Provider, UserAgent } from "@aws-sdk/types";
2
2
  import { DefaultUserAgentOptions } from "./configurations";
3
3
  /**
4
+ * @internal
5
+ *
4
6
  * Default provider to the user agent in browsers. It's a best effort to infer
5
7
  * the device information. It uses bowser library to detect the browser and version
6
8
  */
@@ -1,6 +1,8 @@
1
1
  import { Provider, UserAgent } from "@aws-sdk/types";
2
2
  import { DefaultUserAgentOptions } from "./configurations";
3
3
  /**
4
+ * @internal
5
+ *
4
6
  * Default provider to the user agent in ReactNative. It's a best effort to infer
5
7
  * the device information. It uses bowser library to detect the browser and virsion
6
8
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.299.0",
3
+ "version": "3.303.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",
@@ -21,7 +21,7 @@
21
21
  "license": "Apache-2.0",
22
22
  "react-native": "dist-es/index.native.js",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.296.0",
24
+ "@aws-sdk/types": "3.303.0",
25
25
  "bowser": "^2.11.0",
26
26
  "tslib": "^2.5.0"
27
27
  },