@cdklabs/cdk-ecs-codedeploy 0.0.122 → 0.0.124

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 (64) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/abort-controller/package.json +3 -3
  7. package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -36
  8. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  9. package/node_modules/@aws-sdk/client-sso-oidc/package.json +32 -32
  10. package/node_modules/@aws-sdk/client-sts/package.json +35 -35
  11. package/node_modules/@aws-sdk/config-resolver/package.json +6 -6
  12. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  13. package/node_modules/@aws-sdk/credential-provider-imds/package.json +6 -6
  14. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  15. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  16. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  17. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  18. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  19. package/node_modules/@aws-sdk/fetch-http-handler/package.json +7 -7
  20. package/node_modules/@aws-sdk/hash-node/package.json +5 -5
  21. package/node_modules/@aws-sdk/invalid-dependency/package.json +3 -3
  22. package/node_modules/@aws-sdk/is-array-buffer/package.json +2 -2
  23. package/node_modules/@aws-sdk/middleware-content-length/package.json +4 -4
  24. package/node_modules/@aws-sdk/middleware-endpoint/package.json +6 -6
  25. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  26. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  27. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  28. package/node_modules/@aws-sdk/middleware-retry/package.json +8 -8
  29. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -4
  30. package/node_modules/@aws-sdk/middleware-serde/package.json +3 -3
  31. package/node_modules/@aws-sdk/middleware-signing/package.json +7 -7
  32. package/node_modules/@aws-sdk/middleware-stack/package.json +3 -3
  33. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  34. package/node_modules/@aws-sdk/node-config-provider/package.json +5 -5
  35. package/node_modules/@aws-sdk/node-http-handler/package.json +6 -6
  36. package/node_modules/@aws-sdk/property-provider/package.json +3 -3
  37. package/node_modules/@aws-sdk/protocol-http/package.json +3 -3
  38. package/node_modules/@aws-sdk/querystring-builder/package.json +4 -4
  39. package/node_modules/@aws-sdk/querystring-parser/package.json +3 -3
  40. package/node_modules/@aws-sdk/service-error-classification/package.json +3 -3
  41. package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +3 -3
  42. package/node_modules/@aws-sdk/signature-v4/package.json +9 -9
  43. package/node_modules/@aws-sdk/smithy-client/package.json +4 -4
  44. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  45. package/node_modules/@aws-sdk/types/package.json +2 -2
  46. package/node_modules/@aws-sdk/url-parser/package.json +4 -4
  47. package/node_modules/@aws-sdk/util-base64/package.json +3 -3
  48. package/node_modules/@aws-sdk/util-body-length-browser/package.json +2 -2
  49. package/node_modules/@aws-sdk/util-body-length-node/package.json +2 -2
  50. package/node_modules/@aws-sdk/util-buffer-from/package.json +3 -3
  51. package/node_modules/@aws-sdk/util-config-provider/package.json +2 -2
  52. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +5 -5
  53. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +8 -8
  54. package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  55. package/node_modules/@aws-sdk/util-hex-encoding/package.json +2 -2
  56. package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
  57. package/node_modules/@aws-sdk/util-middleware/package.json +3 -3
  58. package/node_modules/@aws-sdk/util-retry/package.json +4 -4
  59. package/node_modules/@aws-sdk/util-uri-escape/package.json +2 -2
  60. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  61. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  62. package/node_modules/@aws-sdk/util-utf8/package.json +3 -3
  63. package/node_modules/@aws-sdk/util-waiter/package.json +4 -4
  64. package/package.json +5 -5
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/node-config-provider",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "description": "Load config default values from ini config files and environmental variable",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -22,9 +22,9 @@
22
22
  "module": "./dist-es/index.js",
23
23
  "types": "./dist-types/index.d.ts",
24
24
  "dependencies": {
25
- "@aws-sdk/property-provider": "3.306.0",
26
- "@aws-sdk/shared-ini-file-loader": "3.306.0",
27
- "@aws-sdk/types": "3.306.0",
25
+ "@aws-sdk/property-provider": "3.310.0",
26
+ "@aws-sdk/shared-ini-file-loader": "3.310.0",
27
+ "@aws-sdk/types": "3.310.0",
28
28
  "tslib": "^2.5.0"
29
29
  },
30
30
  "devDependencies": {
@@ -47,7 +47,7 @@
47
47
  }
48
48
  },
49
49
  "files": [
50
- "dist-*"
50
+ "dist-*/**"
51
51
  ],
52
52
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/node-config-provider",
53
53
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/node-http-handler",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -22,10 +22,10 @@
22
22
  "module": "./dist-es/index.js",
23
23
  "types": "./dist-types/index.d.ts",
24
24
  "dependencies": {
25
- "@aws-sdk/abort-controller": "3.306.0",
26
- "@aws-sdk/protocol-http": "3.306.0",
27
- "@aws-sdk/querystring-builder": "3.306.0",
28
- "@aws-sdk/types": "3.306.0",
25
+ "@aws-sdk/abort-controller": "3.310.0",
26
+ "@aws-sdk/protocol-http": "3.310.0",
27
+ "@aws-sdk/querystring-builder": "3.310.0",
28
+ "@aws-sdk/types": "3.310.0",
29
29
  "tslib": "^2.5.0"
30
30
  },
31
31
  "devDependencies": {
@@ -48,7 +48,7 @@
48
48
  }
49
49
  },
50
50
  "files": [
51
- "dist-*"
51
+ "dist-*/**"
52
52
  ],
53
53
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/node-http-handler",
54
54
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/property-provider",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.306.0",
23
+ "@aws-sdk/types": "3.310.0",
24
24
  "tslib": "^2.5.0"
25
25
  },
26
26
  "engines": {
@@ -34,7 +34,7 @@
34
34
  }
35
35
  },
36
36
  "files": [
37
- "dist-*"
37
+ "dist-*/**"
38
38
  ],
39
39
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/property-provider",
40
40
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/protocol-http",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.306.0",
24
+ "@aws-sdk/types": "3.310.0",
25
25
  "tslib": "^2.5.0"
26
26
  },
27
27
  "engines": {
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "files": [
38
- "dist-*"
38
+ "dist-*/**"
39
39
  ],
40
40
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/protocol-http",
41
41
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/querystring-builder",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.306.0",
24
- "@aws-sdk/util-uri-escape": "3.303.0",
23
+ "@aws-sdk/types": "3.310.0",
24
+ "@aws-sdk/util-uri-escape": "3.310.0",
25
25
  "tslib": "^2.5.0"
26
26
  },
27
27
  "engines": {
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "files": [
38
- "dist-*"
38
+ "dist-*/**"
39
39
  ],
40
40
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/querystring-builder",
41
41
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/querystring-parser",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.306.0",
23
+ "@aws-sdk/types": "3.310.0",
24
24
  "tslib": "^2.5.0"
25
25
  },
26
26
  "engines": {
@@ -34,7 +34,7 @@
34
34
  }
35
35
  },
36
36
  "files": [
37
- "dist-*"
37
+ "dist-*/**"
38
38
  ],
39
39
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/querystring-parser",
40
40
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/service-error-classification",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "devDependencies": {
23
- "@aws-sdk/types": "3.306.0",
23
+ "@aws-sdk/types": "3.310.0",
24
24
  "@tsconfig/recommended": "1.0.1",
25
25
  "concurrently": "7.0.0",
26
26
  "downlevel-dts": "0.10.1",
@@ -39,7 +39,7 @@
39
39
  }
40
40
  },
41
41
  "files": [
42
- "dist-*"
42
+ "dist-*/**"
43
43
  ],
44
44
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/service-error-classification",
45
45
  "repository": {
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@aws-sdk/shared-ini-file-loader",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "dependencies": {
5
- "@aws-sdk/types": "3.306.0",
5
+ "@aws-sdk/types": "3.310.0",
6
6
  "tslib": "^2.5.0"
7
7
  },
8
8
  "devDependencies": {
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "files": [
46
- "dist-*"
46
+ "dist-*/**"
47
47
  ],
48
48
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/shared-ini-file-loader",
49
49
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -21,17 +21,17 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/is-array-buffer": "3.303.0",
25
- "@aws-sdk/types": "3.306.0",
26
- "@aws-sdk/util-hex-encoding": "3.295.0",
27
- "@aws-sdk/util-middleware": "3.306.0",
28
- "@aws-sdk/util-uri-escape": "3.303.0",
29
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/is-array-buffer": "3.310.0",
25
+ "@aws-sdk/types": "3.310.0",
26
+ "@aws-sdk/util-hex-encoding": "3.310.0",
27
+ "@aws-sdk/util-middleware": "3.310.0",
28
+ "@aws-sdk/util-uri-escape": "3.310.0",
29
+ "@aws-sdk/util-utf8": "3.310.0",
30
30
  "tslib": "^2.5.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@aws-crypto/sha256-js": "3.0.0",
34
- "@aws-sdk/protocol-http": "3.306.0",
34
+ "@aws-sdk/protocol-http": "3.310.0",
35
35
  "@tsconfig/recommended": "1.0.1",
36
36
  "concurrently": "7.0.0",
37
37
  "downlevel-dts": "0.10.1",
@@ -50,7 +50,7 @@
50
50
  }
51
51
  },
52
52
  "files": [
53
- "dist-*"
53
+ "dist-*/**"
54
54
  ],
55
55
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/signature-v4",
56
56
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/smithy-client",
3
- "version": "3.309.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/middleware-stack": "3.306.0",
24
- "@aws-sdk/types": "3.306.0",
23
+ "@aws-sdk/middleware-stack": "3.310.0",
24
+ "@aws-sdk/types": "3.310.0",
25
25
  "tslib": "^2.5.0"
26
26
  },
27
27
  "engines": {
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "files": [
38
- "dist-*"
38
+ "dist-*/**"
39
39
  ],
40
40
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/smithy-client",
41
41
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.309.0",
3
+ "version": "3.310.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso-oidc": "3.309.0",
29
- "@aws-sdk/property-provider": "3.306.0",
30
- "@aws-sdk/shared-ini-file-loader": "3.306.0",
31
- "@aws-sdk/types": "3.306.0",
28
+ "@aws-sdk/client-sso-oidc": "3.310.0",
29
+ "@aws-sdk/property-provider": "3.310.0",
30
+ "@aws-sdk/shared-ini-file-loader": "3.310.0",
31
+ "@aws-sdk/types": "3.310.0",
32
32
  "tslib": "^2.5.0"
33
33
  },
34
34
  "devDependencies": {
@@ -52,7 +52,7 @@
52
52
  }
53
53
  },
54
54
  "files": [
55
- "dist-*"
55
+ "dist-*/**"
56
56
  ],
57
57
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/token-providers",
58
58
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "files": [
34
- "dist-*"
34
+ "dist-*/**"
35
35
  ],
36
36
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/types",
37
37
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/url-parser",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/querystring-parser": "3.306.0",
24
- "@aws-sdk/types": "3.306.0",
23
+ "@aws-sdk/querystring-parser": "3.310.0",
24
+ "@aws-sdk/types": "3.310.0",
25
25
  "tslib": "^2.5.0"
26
26
  },
27
27
  "typesVersions": {
@@ -32,7 +32,7 @@
32
32
  }
33
33
  },
34
34
  "files": [
35
- "dist-*"
35
+ "dist-*/**"
36
36
  ],
37
37
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/url-parser",
38
38
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-base64",
3
- "version": "3.303.0",
3
+ "version": "3.310.0",
4
4
  "description": "A Base64 <-> UInt8Array converter",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/util-buffer-from": "3.303.0",
23
+ "@aws-sdk/util-buffer-from": "3.310.0",
24
24
  "tslib": "^2.5.0"
25
25
  },
26
26
  "devDependencies": {
@@ -44,7 +44,7 @@
44
44
  }
45
45
  },
46
46
  "files": [
47
- "dist-*"
47
+ "dist-*/**"
48
48
  ],
49
49
  "browser": {
50
50
  "./dist-es/fromBase64": "./dist-es/fromBase64.browser",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-body-length-browser",
3
3
  "description": "Determines the length of a request body in browsers",
4
- "version": "3.303.0",
4
+ "version": "3.310.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "files": [
34
- "dist-*"
34
+ "dist-*/**"
35
35
  ],
36
36
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-body-length-browser",
37
37
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-body-length-node",
3
3
  "description": "Determines the length of a request body in node.js",
4
- "version": "3.303.0",
4
+ "version": "3.310.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "files": [
46
- "dist-*"
46
+ "dist-*/**"
47
47
  ],
48
48
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-body-length-node",
49
49
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-buffer-from",
3
- "version": "3.303.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "license": "Apache-2.0",
19
19
  "dependencies": {
20
- "@aws-sdk/is-array-buffer": "3.303.0",
20
+ "@aws-sdk/is-array-buffer": "3.310.0",
21
21
  "tslib": "^2.5.0"
22
22
  },
23
23
  "devDependencies": {
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "files": [
46
- "dist-*"
46
+ "dist-*/**"
47
47
  ],
48
48
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-buffer-from",
49
49
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-config-provider",
3
- "version": "3.295.0",
3
+ "version": "3.310.0",
4
4
  "description": "Utilities package for configuration providers",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -44,7 +44,7 @@
44
44
  }
45
45
  },
46
46
  "files": [
47
- "dist-*"
47
+ "dist-*/**"
48
48
  ],
49
49
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-config-provider",
50
50
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-defaults-mode-browser",
3
- "version": "3.309.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@aws-sdk/property-provider": "3.306.0",
23
- "@aws-sdk/types": "3.306.0",
22
+ "@aws-sdk/property-provider": "3.310.0",
23
+ "@aws-sdk/types": "3.310.0",
24
24
  "bowser": "^2.11.0",
25
25
  "tslib": "^2.5.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@aws-sdk/smithy-client": "3.309.0",
28
+ "@aws-sdk/smithy-client": "3.310.0",
29
29
  "@tsconfig/recommended": "1.0.1",
30
30
  "@types/node": "^14.14.31",
31
31
  "concurrently": "7.0.0",
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "files": [
48
- "dist-*"
48
+ "dist-*/**"
49
49
  ],
50
50
  "react-native": {
51
51
  "./dist-es/resolveDefaultsModeConfig": "./dist-es/resolveDefaultsModeConfig.native"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-defaults-mode-node",
3
- "version": "3.309.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,15 +19,15 @@
19
19
  },
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@aws-sdk/config-resolver": "3.306.0",
23
- "@aws-sdk/credential-provider-imds": "3.306.0",
24
- "@aws-sdk/node-config-provider": "3.306.0",
25
- "@aws-sdk/property-provider": "3.306.0",
26
- "@aws-sdk/types": "3.306.0",
22
+ "@aws-sdk/config-resolver": "3.310.0",
23
+ "@aws-sdk/credential-provider-imds": "3.310.0",
24
+ "@aws-sdk/node-config-provider": "3.310.0",
25
+ "@aws-sdk/property-provider": "3.310.0",
26
+ "@aws-sdk/types": "3.310.0",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@aws-sdk/smithy-client": "3.309.0",
30
+ "@aws-sdk/smithy-client": "3.310.0",
31
31
  "@tsconfig/recommended": "1.0.1",
32
32
  "@types/node": "^14.14.31",
33
33
  "concurrently": "7.0.0",
@@ -47,7 +47,7 @@
47
47
  }
48
48
  },
49
49
  "files": [
50
- "dist-*"
50
+ "dist-*/**"
51
51
  ],
52
52
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-defaults-mode-node",
53
53
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.306.0",
24
+ "@aws-sdk/types": "3.310.0",
25
25
  "tslib": "^2.5.0"
26
26
  },
27
27
  "engines": {
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "files": [
38
- "dist-*"
38
+ "dist-*/**"
39
39
  ],
40
40
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-endpoints",
41
41
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-hex-encoding",
3
- "version": "3.295.0",
3
+ "version": "3.310.0",
4
4
  "description": "Converts binary buffers to and from lowercase hexadecimal encoding",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -34,7 +34,7 @@
34
34
  }
35
35
  },
36
36
  "files": [
37
- "dist-*"
37
+ "dist-*/**"
38
38
  ],
39
39
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-hex-encoding",
40
40
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-locate-window",
3
- "version": "3.295.0",
3
+ "version": "3.310.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "files": [
45
- "dist-*"
45
+ "dist-*/**"
46
46
  ],
47
47
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-locate-window",
48
48
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-middleware",
3
- "version": "3.306.0",
3
+ "version": "3.310.0",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@aws-sdk/types": "3.306.0",
30
+ "@aws-sdk/types": "3.310.0",
31
31
  "@tsconfig/recommended": "1.0.1",
32
32
  "@types/node": "^14.14.31",
33
33
  "concurrently": "7.0.0",
@@ -48,7 +48,7 @@
48
48
  }
49
49
  },
50
50
  "files": [
51
- "dist-*"
51
+ "dist-*/**"
52
52
  ],
53
53
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-middleware",
54
54
  "repository": {