@aws-sdk/credential-provider-cognito-identity 3.495.0 → 3.498.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
@@ -248,7 +248,9 @@ function throwOnMissingId() {
248
248
  }
249
249
  __name(throwOnMissingId, "throwOnMissingId");
250
250
  // Annotate the CommonJS export names for ESM import in node:
251
+
251
252
  0 && (module.exports = {
252
253
  fromCognitoIdentity,
253
254
  fromCognitoIdentityPool
254
255
  });
256
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-cognito-identity",
3
- "version": "3.495.0",
3
+ "version": "3.498.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 credential-provider-cognito-identity",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/client-cognito-identity": "3.495.0",
25
- "@aws-sdk/types": "3.495.0",
26
- "@smithy/property-provider": "^2.1.0",
27
- "@smithy/types": "^2.9.0",
24
+ "@aws-sdk/client-cognito-identity": "3.498.0",
25
+ "@aws-sdk/types": "3.496.0",
26
+ "@smithy/property-provider": "^2.1.1",
27
+ "@smithy/types": "^2.9.1",
28
28
  "tslib": "^2.5.0"
29
29
  },
30
30
  "engines": {