@aws-sdk/middleware-sdk-glacier 3.775.0 → 3.821.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
@@ -120,12 +120,12 @@ var getGlacierPlugin = /* @__PURE__ */ __name((config) => ({
120
120
  // Annotate the CommonJS export names for ESM import in node:
121
121
 
122
122
  0 && (module.exports = {
123
- accountIdDefaultMiddleware,
124
123
  accountIdDefaultMiddlewareOptions,
125
- addChecksumHeadersMiddleware,
124
+ accountIdDefaultMiddleware,
126
125
  addChecksumHeadersMiddlewareOptions,
127
- addGlacierApiVersionMiddleware,
126
+ addChecksumHeadersMiddleware,
128
127
  addGlacierApiVersionMiddlewareOptions,
128
+ addGlacierApiVersionMiddleware,
129
129
  getGlacierPlugin
130
130
  });
131
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-glacier",
3
- "version": "3.775.0",
3
+ "version": "3.821.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.775.0",
27
- "@smithy/protocol-http": "^5.1.0",
28
- "@smithy/types": "^4.2.0",
26
+ "@aws-sdk/types": "3.821.0",
27
+ "@smithy/protocol-http": "^5.1.2",
28
+ "@smithy/types": "^4.3.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -52,6 +52,6 @@
52
52
  "concurrently": "7.0.0",
53
53
  "downlevel-dts": "0.10.1",
54
54
  "rimraf": "3.0.2",
55
- "typescript": "~5.2.2"
55
+ "typescript": "~5.8.3"
56
56
  }
57
57
  }