@aws-sdk/util-user-agent-node 3.357.0 → 3.369.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.
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultUserAgent = exports.UA_APP_ID_INI_NAME = exports.UA_APP_ID_ENV_NAME = void 0;
|
|
4
|
-
const node_config_provider_1 = require("@
|
|
4
|
+
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
5
5
|
const os_1 = require("os");
|
|
6
6
|
const process_1 = require("process");
|
|
7
7
|
const is_crt_available_1 = require("./is-crt-available");
|
package/dist-es/index.js
CHANGED
package/dist-types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Provider, UserAgent } from "@
|
|
1
|
+
import { Provider, UserAgent } from "@smithy/types";
|
|
2
2
|
export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
|
|
3
3
|
export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
|
|
4
4
|
interface DefaultUserAgentOptions {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { UserAgentPair } from "@
|
|
1
|
+
import { UserAgentPair } from "@smithy/types";
|
|
2
2
|
export declare const isCrtAvailable: () => UserAgentPair | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.369.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",
|
|
@@ -20,8 +20,9 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@aws-sdk/
|
|
24
|
-
"@
|
|
23
|
+
"@aws-sdk/types": "3.369.0",
|
|
24
|
+
"@smithy/node-config-provider": "^1.0.1",
|
|
25
|
+
"@smithy/types": "^1.1.0",
|
|
25
26
|
"tslib": "^2.5.0"
|
|
26
27
|
},
|
|
27
28
|
"devDependencies": {
|