@aws-sdk/middleware-endpoint-discovery 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.
package/dist-cjs/index.js CHANGED
@@ -215,11 +215,13 @@ var resolveEndpointDiscoveryConfig = /* @__PURE__ */ __name((input, { endpointDi
215
215
  isClientEndpointDiscoveryEnabled: input.endpointDiscoveryEnabled !== void 0
216
216
  }), "resolveEndpointDiscoveryConfig");
217
217
  // Annotate the CommonJS export names for ESM import in node:
218
+
218
219
  0 && (module.exports = {
219
220
  NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS,
220
221
  endpointDiscoveryMiddlewareOptions,
221
- getEndpointDiscoveryOptionalPlugin,
222
222
  getEndpointDiscoveryPlugin,
223
223
  getEndpointDiscoveryRequiredPlugin,
224
+ getEndpointDiscoveryOptionalPlugin,
224
225
  resolveEndpointDiscoveryConfig
225
226
  });
227
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-endpoint-discovery",
3
- "version": "3.495.0",
3
+ "version": "3.502.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,10 +29,10 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@aws-sdk/endpoint-cache": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@smithy/node-config-provider": "^2.2.0",
34
- "@smithy/protocol-http": "^3.1.0",
35
- "@smithy/types": "^2.9.0",
32
+ "@aws-sdk/types": "3.502.0",
33
+ "@smithy/node-config-provider": "^2.2.1",
34
+ "@smithy/protocol-http": "^3.1.1",
35
+ "@smithy/types": "^2.9.1",
36
36
  "tslib": "^2.5.0"
37
37
  },
38
38
  "engines": {