@aws-sdk/util-endpoints 3.994.0 → 3.996.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +3 -12
  2. package/package.json +1 -1
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
- Object.defineProperty(exports, "EndpointError", {
398
- enumerable: true,
399
- get: function () { return utilEndpoints.EndpointError; }
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.994.0",
3
+ "version": "3.996.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",