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