@aws-sdk/middleware-ssec 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
@@ -92,9 +92,9 @@ __name(isValidBase64EncodedSSECustomerKey, "isValidBase64EncodedSSECustomerKey")
92
92
  // Annotate the CommonJS export names for ESM import in node:
93
93
 
94
94
  0 && (module.exports = {
95
- ssecMiddleware,
96
95
  ssecMiddlewareOptions,
97
96
  getSsecPlugin,
97
+ ssecMiddleware,
98
98
  isValidBase64EncodedSSECustomerKey
99
99
  });
100
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-ssec",
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-ssec",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.775.0",
27
- "@smithy/types": "^4.2.0",
26
+ "@aws-sdk/types": "3.821.0",
27
+ "@smithy/types": "^4.3.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -51,6 +51,6 @@
51
51
  "concurrently": "7.0.0",
52
52
  "downlevel-dts": "0.10.1",
53
53
  "rimraf": "3.0.2",
54
- "typescript": "~5.2.2"
54
+ "typescript": "~5.8.3"
55
55
  }
56
56
  }