@aws-sdk/middleware-sdk-glacier 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
@@ -117,6 +117,7 @@ var getGlacierPlugin = /* @__PURE__ */ __name((config) => ({
117
117
  }
118
118
  }), "getGlacierPlugin");
119
119
  // Annotate the CommonJS export names for ESM import in node:
120
+
120
121
  0 && (module.exports = {
121
122
  accountIdDefaultMiddleware,
122
123
  accountIdDefaultMiddlewareOptions,
@@ -126,3 +127,4 @@ var getGlacierPlugin = /* @__PURE__ */ __name((config) => ({
126
127
  addGlacierApiVersionMiddlewareOptions,
127
128
  getGlacierPlugin
128
129
  });
130
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-glacier",
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-sdk-glacier",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.495.0",
25
- "@smithy/protocol-http": "^3.1.0",
26
- "@smithy/types": "^2.9.0",
24
+ "@aws-sdk/types": "3.502.0",
25
+ "@smithy/protocol-http": "^3.1.1",
26
+ "@smithy/types": "^2.9.1",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "engines": {