@cdklabs/cdk-ecs-codedeploy 0.0.345 → 0.0.347

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 (132) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +376 -376
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +386 -376
  9. package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -36
  10. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  11. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  12. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  13. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  14. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  15. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  16. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  17. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
  18. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  19. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  20. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  21. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  22. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  23. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  24. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  25. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  26. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  27. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  28. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  29. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  31. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  32. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
  34. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  35. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  36. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  37. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  38. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
  40. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  41. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  42. package/node_modules/@aws-sdk/core/package.json +14 -14
  43. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  44. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
  45. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  46. package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  47. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
  48. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
  49. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
  50. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
  51. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
  52. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
  53. package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
  54. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  55. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  56. package/node_modules/@aws-sdk/types/package.json +2 -2
  57. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  58. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  59. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
  60. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
  61. package/node_modules/@smithy/abort-controller/package.json +4 -3
  62. package/node_modules/@smithy/config-resolver/package.json +7 -6
  63. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
  64. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  65. package/node_modules/@smithy/core/package.json +10 -9
  66. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  67. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  68. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
  69. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  70. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  71. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  72. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  73. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  74. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  75. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  76. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  77. package/node_modules/@smithy/hash-node/package.json +4 -3
  78. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  79. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  80. package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
  81. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  82. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  83. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  84. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  85. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
  86. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  87. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  88. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  89. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  90. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  91. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  92. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  93. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  94. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
  95. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  96. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  97. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  98. package/node_modules/@smithy/property-provider/package.json +4 -3
  99. package/node_modules/@smithy/protocol-http/package.json +4 -3
  100. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  101. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  102. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  103. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  104. package/node_modules/@smithy/signature-v4/package.json +6 -5
  105. package/node_modules/@smithy/smithy-client/package.json +9 -8
  106. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  107. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  108. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  109. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  110. package/node_modules/@smithy/types/package.json +1 -1
  111. package/node_modules/@smithy/url-parser/package.json +5 -4
  112. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  113. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  114. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  115. package/node_modules/@smithy/util-middleware/package.json +4 -3
  116. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  117. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  118. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  119. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  120. package/node_modules/@smithy/util-retry/package.json +5 -4
  121. package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
  122. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  123. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  124. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  125. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  126. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  127. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  128. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  129. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  130. package/node_modules/@smithy/util-stream/package.json +10 -6
  131. package/node_modules/@smithy/util-waiter/package.json +5 -4
  132. package/package.json +6 -6
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.686.0",
3
+ "version": "3.693.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -12,8 +12,8 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "keywords": [
19
19
  "aws",
@@ -25,17 +25,17 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.686.0",
29
- "@aws-sdk/credential-provider-env": "3.686.0",
30
- "@aws-sdk/credential-provider-http": "3.686.0",
31
- "@aws-sdk/credential-provider-process": "3.686.0",
32
- "@aws-sdk/credential-provider-sso": "3.686.0",
33
- "@aws-sdk/credential-provider-web-identity": "3.686.0",
34
- "@aws-sdk/types": "3.686.0",
35
- "@smithy/credential-provider-imds": "^3.2.4",
36
- "@smithy/property-provider": "^3.1.7",
37
- "@smithy/shared-ini-file-loader": "^3.1.8",
38
- "@smithy/types": "^3.6.0",
28
+ "@aws-sdk/core": "3.693.0",
29
+ "@aws-sdk/credential-provider-env": "3.693.0",
30
+ "@aws-sdk/credential-provider-http": "3.693.0",
31
+ "@aws-sdk/credential-provider-process": "3.693.0",
32
+ "@aws-sdk/credential-provider-sso": "3.693.0",
33
+ "@aws-sdk/credential-provider-web-identity": "3.693.0",
34
+ "@aws-sdk/types": "3.692.0",
35
+ "@smithy/credential-provider-imds": "^3.2.6",
36
+ "@smithy/property-provider": "^3.1.9",
37
+ "@smithy/shared-ini-file-loader": "^3.1.10",
38
+ "@smithy/types": "^3.7.0",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {
@@ -47,7 +47,7 @@
47
47
  "typescript": "~4.9.5"
48
48
  },
49
49
  "peerDependencies": {
50
- "@aws-sdk/client-sts": "^3.686.0"
50
+ "@aws-sdk/client-sts": "^3.693.0"
51
51
  },
52
52
  "types": "./dist-types/index.d.ts",
53
53
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.686.0",
3
+ "version": "3.693.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -15,9 +15,9 @@
15
15
  "build:types": "tsc -p tsconfig.types.json",
16
16
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
17
17
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
18
- "test": "vitest run",
18
+ "test": "yarn g:vitest run",
19
19
  "test:integration": "jest -c jest.config.integ.js",
20
- "test:watch": "vitest watch"
20
+ "test:watch": "yarn g:vitest watch"
21
21
  },
22
22
  "keywords": [
23
23
  "aws",
@@ -29,17 +29,17 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/credential-provider-env": "3.686.0",
33
- "@aws-sdk/credential-provider-http": "3.686.0",
34
- "@aws-sdk/credential-provider-ini": "3.686.0",
35
- "@aws-sdk/credential-provider-process": "3.686.0",
36
- "@aws-sdk/credential-provider-sso": "3.686.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.686.0",
38
- "@aws-sdk/types": "3.686.0",
39
- "@smithy/credential-provider-imds": "^3.2.4",
40
- "@smithy/property-provider": "^3.1.7",
41
- "@smithy/shared-ini-file-loader": "^3.1.8",
42
- "@smithy/types": "^3.6.0",
32
+ "@aws-sdk/credential-provider-env": "3.693.0",
33
+ "@aws-sdk/credential-provider-http": "3.693.0",
34
+ "@aws-sdk/credential-provider-ini": "3.693.0",
35
+ "@aws-sdk/credential-provider-process": "3.693.0",
36
+ "@aws-sdk/credential-provider-sso": "3.693.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.693.0",
38
+ "@aws-sdk/types": "3.692.0",
39
+ "@smithy/credential-provider-imds": "^3.2.6",
40
+ "@smithy/property-provider": "^3.1.9",
41
+ "@smithy/shared-ini-file-loader": "^3.1.10",
42
+ "@smithy/types": "^3.7.0",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.686.0",
3
+ "version": "3.693.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -12,8 +12,8 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "keywords": [
19
19
  "aws",
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.686.0",
29
- "@aws-sdk/types": "3.686.0",
30
- "@smithy/property-provider": "^3.1.7",
31
- "@smithy/shared-ini-file-loader": "^3.1.8",
32
- "@smithy/types": "^3.6.0",
28
+ "@aws-sdk/core": "3.693.0",
29
+ "@aws-sdk/types": "3.692.0",
30
+ "@smithy/property-provider": "^3.1.9",
31
+ "@smithy/shared-ini-file-loader": "^3.1.10",
32
+ "@smithy/types": "^3.7.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.686.0",
3
+ "version": "3.693.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -12,8 +12,8 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "keywords": [
19
19
  "aws",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso": "3.686.0",
29
- "@aws-sdk/core": "3.686.0",
30
- "@aws-sdk/token-providers": "3.686.0",
31
- "@aws-sdk/types": "3.686.0",
32
- "@smithy/property-provider": "^3.1.7",
33
- "@smithy/shared-ini-file-loader": "^3.1.8",
34
- "@smithy/types": "^3.6.0",
28
+ "@aws-sdk/client-sso": "3.693.0",
29
+ "@aws-sdk/core": "3.693.0",
30
+ "@aws-sdk/token-providers": "3.693.0",
31
+ "@aws-sdk/types": "3.692.0",
32
+ "@smithy/property-provider": "^3.1.9",
33
+ "@smithy/shared-ini-file-loader": "^3.1.10",
34
+ "@smithy/types": "^3.7.0",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.686.0",
3
+ "version": "3.693.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -12,12 +12,12 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "browser": {
19
- "./dist-es/fromTokenFile": false,
20
- "./dist-cjs/fromTokenFile": false
19
+ "./dist-cjs/fromTokenFile": false,
20
+ "./dist-es/fromTokenFile": false
21
21
  },
22
22
  "react-native": {
23
23
  "./dist-es/fromTokenFile": false,
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "3.686.0",
37
- "@aws-sdk/types": "3.686.0",
38
- "@smithy/property-provider": "^3.1.7",
39
- "@smithy/types": "^3.6.0",
36
+ "@aws-sdk/core": "3.693.0",
37
+ "@aws-sdk/types": "3.692.0",
38
+ "@smithy/property-provider": "^3.1.9",
39
+ "@smithy/types": "^3.7.0",
40
40
  "tslib": "^2.6.2"
41
41
  },
42
42
  "devDependencies": {
@@ -48,7 +48,7 @@
48
48
  "typescript": "~4.9.5"
49
49
  },
50
50
  "peerDependencies": {
51
- "@aws-sdk/client-sts": "^3.686.0"
51
+ "@aws-sdk/client-sts": "^3.693.0"
52
52
  },
53
53
  "types": "./dist-types/index.d.ts",
54
54
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.686.0",
3
+ "version": "3.693.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-host-header",
@@ -9,10 +9,10 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
14
- "test:watch": "vitest watch",
15
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
+ "test:watch": "yarn g:vitest watch",
15
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
18
18
  "module": "./dist-es/index.js",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.686.0",
27
- "@smithy/protocol-http": "^4.1.5",
28
- "@smithy/types": "^3.6.0",
26
+ "@aws-sdk/types": "3.692.0",
27
+ "@smithy/protocol-http": "^4.1.6",
28
+ "@smithy/types": "^3.7.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.686.0",
3
+ "version": "3.693.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-logger",
@@ -9,10 +9,10 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
14
- "test:watch": "vitest watch",
15
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
+ "test:watch": "yarn g:vitest watch",
15
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
16
16
  },
17
17
  "author": {
18
18
  "name": "AWS SDK for JavaScript Team",
@@ -24,8 +24,8 @@
24
24
  "module": "./dist-es/index.js",
25
25
  "types": "./dist-types/index.d.ts",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.686.0",
28
- "@smithy/types": "^3.6.0",
27
+ "@aws-sdk/types": "3.692.0",
28
+ "@smithy/types": "^3.7.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.686.0",
3
+ "version": "3.693.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-recursion-detection",
@@ -9,10 +9,10 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
14
- "test:watch": "vitest watch",
15
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
+ "test:watch": "yarn g:vitest watch",
15
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
18
18
  "module": "./dist-es/index.js",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.686.0",
27
- "@smithy/protocol-http": "^4.1.5",
28
- "@smithy/types": "^3.6.0",
26
+ "@aws-sdk/types": "3.692.0",
27
+ "@smithy/protocol-http": "^4.1.6",
28
+ "@smithy/types": "^3.7.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.686.0",
3
+ "version": "3.693.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-user-agent",
@@ -9,11 +9,11 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
14
  "extract:docs": "api-extractor run --local",
15
- "test:watch": "vitest watch",
16
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
15
+ "test:watch": "yarn g:vitest watch",
16
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
17
17
  },
18
18
  "main": "./dist-cjs/index.js",
19
19
  "module": "./dist-es/index.js",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/core": "3.686.0",
28
- "@aws-sdk/types": "3.686.0",
29
- "@aws-sdk/util-endpoints": "3.686.0",
30
- "@smithy/core": "^2.5.1",
31
- "@smithy/protocol-http": "^4.1.5",
32
- "@smithy/types": "^3.6.0",
27
+ "@aws-sdk/core": "3.693.0",
28
+ "@aws-sdk/types": "3.692.0",
29
+ "@aws-sdk/util-endpoints": "3.693.0",
30
+ "@smithy/core": "^2.5.2",
31
+ "@smithy/protocol-http": "^4.1.6",
32
+ "@smithy/types": "^3.7.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.686.0",
3
+ "version": "3.693.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 region-config-resolver",
@@ -10,8 +10,8 @@
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
12
  "extract:docs": "api-extractor run --local",
13
- "test": "vitest run",
14
- "test:watch": "vitest watch"
13
+ "test": "yarn g:vitest run",
14
+ "test:watch": "yarn g:vitest watch"
15
15
  },
16
16
  "main": "./dist-cjs/index.js",
17
17
  "module": "./dist-es/index.js",
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.686.0",
26
- "@smithy/node-config-provider": "^3.1.9",
27
- "@smithy/types": "^3.6.0",
25
+ "@aws-sdk/types": "3.692.0",
26
+ "@smithy/node-config-provider": "^3.1.10",
27
+ "@smithy/types": "^3.7.0",
28
28
  "@smithy/util-config-provider": "^3.0.0",
29
- "@smithy/util-middleware": "^3.0.8",
29
+ "@smithy/util-middleware": "^3.0.9",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.686.0",
3
+ "version": "3.693.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -14,8 +14,8 @@
14
14
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15
15
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
16
16
  "extract:docs": "api-extractor run --local",
17
- "test": "vitest run",
18
- "test:watch": "vitest watch"
17
+ "test": "yarn g:vitest run",
18
+ "test:watch": "yarn g:vitest watch"
19
19
  },
20
20
  "keywords": [
21
21
  "aws",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/types": "3.686.0",
31
- "@smithy/property-provider": "^3.1.7",
32
- "@smithy/shared-ini-file-loader": "^3.1.8",
33
- "@smithy/types": "^3.6.0",
30
+ "@aws-sdk/types": "3.692.0",
31
+ "@smithy/property-provider": "^3.1.9",
32
+ "@smithy/shared-ini-file-loader": "^3.1.10",
33
+ "@smithy/types": "^3.7.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -42,7 +42,7 @@
42
42
  "typescript": "~4.9.5"
43
43
  },
44
44
  "peerDependencies": {
45
- "@aws-sdk/client-sso-oidc": "^3.686.0"
45
+ "@aws-sdk/client-sso-oidc": "^3.693.0"
46
46
  },
47
47
  "types": "./dist-types/index.d.ts",
48
48
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.686.0",
3
+ "version": "3.692.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  "directory": "packages/types"
42
42
  },
43
43
  "dependencies": {
44
- "@smithy/types": "^3.6.0",
44
+ "@smithy/types": "^3.7.0",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.686.0",
3
+ "version": "3.693.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -13,10 +13,10 @@
13
13
  "build:types": "tsc -p tsconfig.types.json",
14
14
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15
15
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
16
- "test": "vitest run",
17
- "test:integration": "vitest run -c vitest.config.integ.ts",
18
- "test:watch": "vitest watch",
19
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
16
+ "test": "yarn g:vitest run",
17
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
18
+ "test:watch": "yarn g:vitest watch",
19
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
20
20
  },
21
21
  "author": {
22
22
  "name": "AWS SDK for JavaScript Team",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.686.0",
28
- "@smithy/types": "^3.6.0",
29
- "@smithy/util-endpoints": "^2.1.4",
27
+ "@aws-sdk/types": "3.692.0",
28
+ "@smithy/types": "^3.7.0",
29
+ "@smithy/util-endpoints": "^2.1.5",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-locate-window",
3
- "version": "3.679.0",
3
+ "version": "3.693.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 util-locate-window",
@@ -9,8 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:watch": "vitest watch"
12
+ "test": "yarn g:vitest run",
13
+ "test:watch": "yarn g:vitest watch"
14
14
  },
15
15
  "author": {
16
16
  "name": "AWS SDK for JavaScript Team",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.686.0",
3
+ "version": "3.693.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 util-user-agent-browser",
@@ -9,8 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:watch": "vitest watch"
12
+ "test": "yarn g:vitest run",
13
+ "test:watch": "yarn g:vitest watch"
14
14
  },
15
15
  "main": "./dist-cjs/index.js",
16
16
  "module": "./dist-es/index.js",
@@ -23,8 +23,8 @@
23
23
  "license": "Apache-2.0",
24
24
  "react-native": "dist-es/index.native.js",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.686.0",
27
- "@smithy/types": "^3.6.0",
26
+ "@aws-sdk/types": "3.692.0",
27
+ "@smithy/types": "^3.7.0",
28
28
  "bowser": "^2.11.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.686.0",
3
+ "version": "3.693.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 util-user-agent-node",
@@ -9,8 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:watch": "vitest watch"
12
+ "test": "yarn g:vitest run",
13
+ "test:watch": "yarn g:vitest watch"
14
14
  },
15
15
  "main": "./dist-cjs/index.js",
16
16
  "module": "./dist-es/index.js",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-user-agent": "3.686.0",
25
- "@aws-sdk/types": "3.686.0",
26
- "@smithy/node-config-provider": "^3.1.9",
27
- "@smithy/types": "^3.6.0",
24
+ "@aws-sdk/middleware-user-agent": "3.693.0",
25
+ "@aws-sdk/types": "3.692.0",
26
+ "@smithy/node-config-provider": "^3.1.10",
27
+ "@smithy/types": "^3.7.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/abort-controller",
3
- "version": "3.1.6",
3
+ "version": "3.1.8",
4
4
  "description": "A simple abort controller library",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -16,7 +16,8 @@
16
16
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
17
17
  "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
18
18
  "extract:docs": "api-extractor run --local",
19
- "test": "yarn g:jest"
19
+ "test": "yarn g:vitest run",
20
+ "test:watch": "yarn g:vitest watch"
20
21
  },
21
22
  "author": {
22
23
  "name": "AWS SDK for JavaScript Team",
@@ -24,7 +25,7 @@
24
25
  },
25
26
  "license": "Apache-2.0",
26
27
  "dependencies": {
27
- "@smithy/types": "^3.6.0",
28
+ "@smithy/types": "^3.7.1",
28
29
  "tslib": "^2.6.2"
29
30
  },
30
31
  "engines": {