@aws-sdk/util-endpoints 3.495.0 → 3.496.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
@@ -391,6 +391,7 @@ 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
396
  ConditionObject,
396
397
  DeprecatedObject,
@@ -420,3 +421,4 @@ import_util_endpoints.customEndpointFunctions.aws = awsEndpointFunctions;
420
421
  setPartitionInfo,
421
422
  useDefaultPartitionInfo
422
423
  });
424
+
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.496.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.496.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": {