@aws-sdk/util-endpoints 3.496.0 → 3.511.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 +4 -24
  2. package/package.json +2 -2
package/dist-cjs/index.js CHANGED
@@ -393,32 +393,12 @@ import_util_endpoints.customEndpointFunctions.aws = awsEndpointFunctions;
393
393
  // Annotate the CommonJS export names for ESM import in node:
394
394
 
395
395
  0 && (module.exports = {
396
- ConditionObject,
397
- DeprecatedObject,
398
- EndpointError,
399
- EndpointObject,
400
- EndpointObjectHeaders,
401
- EndpointObjectProperties,
402
- EndpointParams,
403
- EndpointResolverOptions,
404
- EndpointRuleObject,
405
- ErrorRuleObject,
406
- EvaluateOptions,
407
- Expression,
408
- FunctionArgv,
409
- FunctionObject,
410
- FunctionReturn,
411
- ParameterObject,
412
- ReferenceObject,
413
- ReferenceRecord,
414
- RuleSetObject,
415
- RuleSetRules,
416
- TreeRuleObject,
396
+ partition,
397
+ setPartitionInfo,
398
+ useDefaultPartitionInfo,
417
399
  getUserAgentPrefix,
418
400
  isIpAddress,
419
- partition,
420
401
  resolveEndpoint,
421
- setPartitionInfo,
422
- useDefaultPartitionInfo
402
+ EndpointError
423
403
  });
424
404
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.496.0",
3
+ "version": "3.511.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.496.0",
25
+ "@aws-sdk/types": "3.511.0",
26
26
  "@smithy/types": "^2.9.1",
27
27
  "@smithy/util-endpoints": "^1.1.1",
28
28
  "tslib": "^2.5.0"