@aws-sdk/util-endpoints 3.995.0 → 3.996.1
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
|
@@ -394,18 +394,9 @@ const resolveDefaultAwsRegionalEndpointsConfig = (input) => {
|
|
|
394
394
|
};
|
|
395
395
|
const toEndpointV1 = (endpoint) => urlParser.parseUrl(endpoint.url);
|
|
396
396
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
});
|
|
401
|
-
Object.defineProperty(exports, "isIpAddress", {
|
|
402
|
-
enumerable: true,
|
|
403
|
-
get: function () { return utilEndpoints.isIpAddress; }
|
|
404
|
-
});
|
|
405
|
-
Object.defineProperty(exports, "resolveEndpoint", {
|
|
406
|
-
enumerable: true,
|
|
407
|
-
get: function () { return utilEndpoints.resolveEndpoint; }
|
|
408
|
-
});
|
|
397
|
+
exports.EndpointError = utilEndpoints.EndpointError;
|
|
398
|
+
exports.isIpAddress = utilEndpoints.isIpAddress;
|
|
399
|
+
exports.resolveEndpoint = utilEndpoints.resolveEndpoint;
|
|
409
400
|
exports.awsEndpointFunctions = awsEndpointFunctions;
|
|
410
401
|
exports.getUserAgentPrefix = getUserAgentPrefix;
|
|
411
402
|
exports.partition = partition;
|
package/dist-types/aws.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EndpointFunctions } from "@smithy/util-endpoints";
|
|
1
|
+
import type { EndpointFunctions } from "@smithy/util-endpoints";
|
|
2
2
|
export declare const awsEndpointFunctions: EndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.996.1",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/types": "^3.973.
|
|
29
|
-
"@smithy/types": "^4.12.
|
|
30
|
-
"@smithy/url-parser": "^4.2.
|
|
31
|
-
"@smithy/util-endpoints": "^3.2.
|
|
28
|
+
"@aws-sdk/types": "^3.973.2",
|
|
29
|
+
"@smithy/types": "^4.12.1",
|
|
30
|
+
"@smithy/url-parser": "^4.2.9",
|
|
31
|
+
"@smithy/util-endpoints": "^3.2.9",
|
|
32
32
|
"tslib": "^2.6.2"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|