@aws-sdk/middleware-sdk-glacier 3.731.0 → 3.775.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
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  accountIdDefaultMiddleware: () => accountIdDefaultMiddleware,
25
25
  accountIdDefaultMiddlewareOptions: () => accountIdDefaultMiddlewareOptions,
26
26
  addChecksumHeadersMiddleware: () => addChecksumHeadersMiddleware,
@@ -29,7 +29,7 @@ __export(src_exports, {
29
29
  addGlacierApiVersionMiddlewareOptions: () => addGlacierApiVersionMiddlewareOptions,
30
30
  getGlacierPlugin: () => getGlacierPlugin
31
31
  });
32
- module.exports = __toCommonJS(src_exports);
32
+ module.exports = __toCommonJS(index_exports);
33
33
 
34
34
  // src/account-id-default.ts
35
35
  function accountIdDefaultMiddleware() {
@@ -111,11 +111,11 @@ var addGlacierApiVersionMiddlewareOptions = {
111
111
 
112
112
  // src/configurations.ts
113
113
  var getGlacierPlugin = /* @__PURE__ */ __name((config) => ({
114
- applyToStack: (clientStack) => {
114
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
115
115
  clientStack.add(accountIdDefaultMiddleware(), accountIdDefaultMiddlewareOptions);
116
116
  clientStack.add(addGlacierApiVersionMiddleware(config), addGlacierApiVersionMiddlewareOptions);
117
117
  clientStack.add(addChecksumHeadersMiddleware(config), addChecksumHeadersMiddlewareOptions);
118
- }
118
+ }, "applyToStack")
119
119
  }), "getGlacierPlugin");
120
120
  // Annotate the CommonJS export names for ESM import in node:
121
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-glacier",
3
- "version": "3.731.0",
3
+ "version": "3.775.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-sdk-glacier",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.731.0",
27
- "@smithy/protocol-http": "^5.0.0",
28
- "@smithy/types": "^4.0.0",
26
+ "@aws-sdk/types": "3.775.0",
27
+ "@smithy/protocol-http": "^5.1.0",
28
+ "@smithy/types": "^4.2.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {