@aws-sdk/middleware-bucket-endpoint 3.714.0 → 3.721.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.
|
@@ -113,6 +113,6 @@ export declare const validateNoDualstack: (dualstackEndpoint?: boolean) => void;
|
|
|
113
113
|
export declare const validateNoFIPS: (useFipsEndpoint?: boolean) => void;
|
|
114
114
|
/**
|
|
115
115
|
* Validate the multi-region access point alias.
|
|
116
|
-
* @
|
|
116
|
+
* @internal
|
|
117
117
|
*/
|
|
118
118
|
export declare const validateMrapAlias: (name: string) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-bucket-endpoint",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.721.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-bucket-endpoint",
|