@aws-sdk/middleware-endpoint-discovery 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.
package/dist-cjs/index.js CHANGED
@@ -219,9 +219,9 @@ var resolveEndpointDiscoveryConfig = /* @__PURE__ */ __name((input, { endpointDi
219
219
  0 && (module.exports = {
220
220
  NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS,
221
221
  endpointDiscoveryMiddlewareOptions,
222
- getEndpointDiscoveryOptionalPlugin,
223
222
  getEndpointDiscoveryPlugin,
224
223
  getEndpointDiscoveryRequiredPlugin,
224
+ getEndpointDiscoveryOptionalPlugin,
225
225
  resolveEndpointDiscoveryConfig
226
226
  });
227
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-endpoint-discovery",
3
- "version": "3.496.0",
3
+ "version": "3.511.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-endpoint-discovery",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@aws-sdk/endpoint-cache": "3.495.0",
32
- "@aws-sdk/types": "3.496.0",
32
+ "@aws-sdk/types": "3.511.0",
33
33
  "@smithy/node-config-provider": "^2.2.1",
34
34
  "@smithy/protocol-http": "^3.1.1",
35
35
  "@smithy/types": "^2.9.1",