@aws-sdk/middleware-bucket-endpoint 3.972.5 → 3.972.7

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.
@@ -1,4 +1,4 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
1
+ import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
2
  export declare const NODE_DISABLE_MULTIREGION_ACCESS_POINT_ENV_NAME = "AWS_S3_DISABLE_MULTIREGION_ACCESS_POINTS";
3
3
  export declare const NODE_DISABLE_MULTIREGION_ACCESS_POINT_INI_NAME = "s3_disable_multiregion_access_points";
4
4
  export declare const NODE_DISABLE_MULTIREGION_ACCESS_POINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>;
@@ -1,4 +1,4 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
1
+ import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
2
  export declare const NODE_USE_ARN_REGION_ENV_NAME = "AWS_S3_USE_ARN_REGION";
3
3
  export declare const NODE_USE_ARN_REGION_INI_NAME = "s3_use_arn_region";
4
4
  /**
@@ -1,5 +1,5 @@
1
- import { BuildMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
2
- import { BucketEndpointResolvedConfig } from "./configurations";
1
+ import type { BuildMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
2
+ import type { BucketEndpointResolvedConfig } from "./configurations";
3
3
  /**
4
4
  * @deprecated unused as of EndpointsV2.
5
5
  * @internal
@@ -1,4 +1,4 @@
1
- import { ArnHostnameParams, BucketHostnameParams } from "./bucketHostnameUtils";
1
+ import type { ArnHostnameParams, BucketHostnameParams } from "./bucketHostnameUtils";
2
2
  /**
3
3
  * @deprecated unused as of EndpointsV2.
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { ARN } from "@aws-sdk/util-arn-parser";
1
+ import type { ARN } from "@aws-sdk/util-arn-parser";
2
2
  /**
3
3
  * @deprecated unused as of EndpointsV2.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { Provider, RegionInfoProvider } from "@smithy/types";
1
+ import type { Provider, RegionInfoProvider } from "@smithy/types";
2
2
  /**
3
3
  * @deprecated unused as of EndpointsV2.
4
4
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-bucket-endpoint",
3
- "version": "3.972.5",
3
+ "version": "3.972.7",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-bucket-endpoint",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "^3.973.3",
27
- "@aws-sdk/util-arn-parser": "^3.972.2",
28
- "@smithy/node-config-provider": "^4.3.10",
29
- "@smithy/protocol-http": "^5.3.10",
26
+ "@aws-sdk/types": "^3.973.5",
27
+ "@aws-sdk/util-arn-parser": "^3.972.3",
28
+ "@smithy/node-config-provider": "^4.3.11",
29
+ "@smithy/protocol-http": "^5.3.11",
30
30
  "@smithy/types": "^4.13.0",
31
- "@smithy/util-config-provider": "^4.2.1",
31
+ "@smithy/util-config-provider": "^4.2.2",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -42,7 +42,7 @@
42
42
  "node": ">=20.0.0"
43
43
  },
44
44
  "typesVersions": {
45
- "<4.0": {
45
+ "<4.5": {
46
46
  "dist-types/*": [
47
47
  "dist-types/ts3.4/*"
48
48
  ]