@aws-sdk/client-cognito-identity 3.1081.0 → 3.1083.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/package.json +10 -10
package/dist-cjs/index.js CHANGED
@@ -94,7 +94,7 @@ const commonParams = {
94
94
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
95
95
  };
96
96
 
97
- var version = "3.1080.0";
97
+ var version = "3.1082.0";
98
98
  var packageInfo = {
99
99
  version: version};
100
100
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-identity",
3
3
  "description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
4
- "version": "3.1081.0",
4
+ "version": "3.1083.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -25,18 +25,18 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.974.29",
29
- "@aws-sdk/credential-provider-node": "^3.972.64",
30
- "@aws-sdk/types": "^3.973.15",
31
- "@smithy/core": "^3.29.0",
32
- "@smithy/fetch-http-handler": "^5.6.2",
33
- "@smithy/node-http-handler": "^4.9.2",
34
- "@smithy/types": "^4.15.1",
28
+ "@aws-sdk/core": "^3.975.1",
29
+ "@aws-sdk/credential-provider-node": "^3.972.66",
30
+ "@aws-sdk/types": "^3.974.0",
31
+ "@smithy/core": "^3.29.2",
32
+ "@smithy/fetch-http-handler": "^5.6.4",
33
+ "@smithy/node-http-handler": "^4.9.4",
34
+ "@smithy/types": "^4.16.0",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@aws-sdk/client-iam": "3.1081.0",
39
- "@smithy/snapshot-testing": "^2.2.5",
38
+ "@aws-sdk/client-iam": "3.1083.0",
39
+ "@smithy/snapshot-testing": "^2.2.7",
40
40
  "@tsconfig/node20": "20.1.8",
41
41
  "@types/chai": "^4.2.11",
42
42
  "@types/node": "^20.14.8",