@cdk8s/awscdk-resolver 0.0.199 → 0.0.201

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 (122) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +36 -36
  4. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  5. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  6. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  7. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
  8. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  9. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  10. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  11. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  12. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  13. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  14. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  15. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  16. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  17. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  18. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  19. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  21. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  22. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +146 -32
  24. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  25. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  26. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  27. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  28. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +12 -0
  30. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  31. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  32. package/node_modules/@aws-sdk/core/package.json +14 -14
  33. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  34. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
  35. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  36. package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  37. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
  38. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
  39. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
  40. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
  41. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
  42. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
  43. package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
  44. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  45. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  46. package/node_modules/@aws-sdk/types/package.json +2 -2
  47. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  48. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  49. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
  50. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
  51. package/node_modules/@smithy/abort-controller/package.json +4 -3
  52. package/node_modules/@smithy/config-resolver/package.json +7 -6
  53. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
  54. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  55. package/node_modules/@smithy/core/package.json +10 -9
  56. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  57. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  58. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
  59. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  60. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  61. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  62. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  63. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  64. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  65. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  66. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  67. package/node_modules/@smithy/hash-node/package.json +4 -3
  68. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  69. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  70. package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
  71. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  72. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  73. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  74. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  75. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
  76. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  77. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  78. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  79. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  80. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  81. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  82. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  83. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  84. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
  85. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  86. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  87. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  88. package/node_modules/@smithy/property-provider/package.json +4 -3
  89. package/node_modules/@smithy/protocol-http/package.json +4 -3
  90. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  91. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  92. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  93. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  94. package/node_modules/@smithy/signature-v4/package.json +6 -5
  95. package/node_modules/@smithy/smithy-client/package.json +9 -8
  96. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  97. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  98. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  99. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  100. package/node_modules/@smithy/types/package.json +1 -1
  101. package/node_modules/@smithy/url-parser/package.json +5 -4
  102. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  103. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  104. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  105. package/node_modules/@smithy/util-middleware/package.json +4 -3
  106. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  107. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  108. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  109. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  110. package/node_modules/@smithy/util-retry/package.json +5 -4
  111. package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
  112. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  113. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  114. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  115. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  116. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  117. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  118. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  119. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  120. package/node_modules/@smithy/util-stream/package.json +10 -6
  121. package/node_modules/@smithy/util-waiter/package.json +5 -4
  122. package/package.json +5 -5
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.691.0",
3
+ "version": "3.693.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -12,10 +12,10 @@
12
12
  "lint": "node ./scripts/lint.js",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
14
  "extract:docs": "api-extractor run --local",
15
- "test": "vitest run",
16
- "test:integration": "vitest run -c vitest.config.integ.ts",
17
- "test:watch": "vitest watch",
18
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
15
+ "test": "yarn g:vitest run",
16
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
17
+ "test:watch": "yarn g:vitest watch",
18
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
19
19
  },
20
20
  "main": "./dist-cjs/index.js",
21
21
  "module": "./dist-es/index.js",
@@ -81,15 +81,15 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "3.686.0",
85
- "@smithy/core": "^2.5.1",
86
- "@smithy/node-config-provider": "^3.1.9",
87
- "@smithy/property-provider": "^3.1.8",
88
- "@smithy/protocol-http": "^4.1.5",
89
- "@smithy/signature-v4": "^4.2.1",
90
- "@smithy/smithy-client": "^3.4.2",
91
- "@smithy/types": "^3.6.0",
92
- "@smithy/util-middleware": "^3.0.8",
84
+ "@aws-sdk/types": "3.692.0",
85
+ "@smithy/core": "^2.5.2",
86
+ "@smithy/node-config-provider": "^3.1.10",
87
+ "@smithy/property-provider": "^3.1.9",
88
+ "@smithy/protocol-http": "^4.1.6",
89
+ "@smithy/signature-v4": "^4.2.2",
90
+ "@smithy/smithy-client": "^3.4.3",
91
+ "@smithy/types": "^3.7.0",
92
+ "@smithy/util-middleware": "^3.0.9",
93
93
  "fast-xml-parser": "4.4.1",
94
94
  "tslib": "^2.6.2"
95
95
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.691.0",
3
+ "version": "3.693.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
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,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.691.0",
29
- "@aws-sdk/types": "3.686.0",
30
- "@smithy/property-provider": "^3.1.8",
31
- "@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/types": "^3.7.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.691.0",
3
+ "version": "3.693.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -14,8 +14,8 @@
14
14
  "build:types": "tsc -p tsconfig.types.json",
15
15
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
16
16
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
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,15 +27,15 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.691.0",
31
- "@aws-sdk/types": "3.686.0",
32
- "@smithy/fetch-http-handler": "^4.0.0",
33
- "@smithy/node-http-handler": "^3.2.5",
34
- "@smithy/property-provider": "^3.1.8",
35
- "@smithy/protocol-http": "^4.1.5",
36
- "@smithy/smithy-client": "^3.4.2",
37
- "@smithy/types": "^3.6.0",
38
- "@smithy/util-stream": "^3.2.1",
30
+ "@aws-sdk/core": "3.693.0",
31
+ "@aws-sdk/types": "3.692.0",
32
+ "@smithy/fetch-http-handler": "^4.1.0",
33
+ "@smithy/node-http-handler": "^3.3.0",
34
+ "@smithy/property-provider": "^3.1.9",
35
+ "@smithy/protocol-http": "^4.1.6",
36
+ "@smithy/smithy-client": "^3.4.3",
37
+ "@smithy/types": "^3.7.0",
38
+ "@smithy/util-stream": "^3.3.0",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.691.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.691.0",
29
- "@aws-sdk/credential-provider-env": "3.691.0",
30
- "@aws-sdk/credential-provider-http": "3.691.0",
31
- "@aws-sdk/credential-provider-process": "3.691.0",
32
- "@aws-sdk/credential-provider-sso": "3.691.0",
33
- "@aws-sdk/credential-provider-web-identity": "3.691.0",
34
- "@aws-sdk/types": "3.686.0",
35
- "@smithy/credential-provider-imds": "^3.2.5",
36
- "@smithy/property-provider": "^3.1.8",
37
- "@smithy/shared-ini-file-loader": "^3.1.9",
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.691.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.691.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.691.0",
33
- "@aws-sdk/credential-provider-http": "3.691.0",
34
- "@aws-sdk/credential-provider-ini": "3.691.0",
35
- "@aws-sdk/credential-provider-process": "3.691.0",
36
- "@aws-sdk/credential-provider-sso": "3.691.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.691.0",
38
- "@aws-sdk/types": "3.686.0",
39
- "@smithy/credential-provider-imds": "^3.2.5",
40
- "@smithy/property-provider": "^3.1.8",
41
- "@smithy/shared-ini-file-loader": "^3.1.9",
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.691.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.691.0",
29
- "@aws-sdk/types": "3.686.0",
30
- "@smithy/property-provider": "^3.1.8",
31
- "@smithy/shared-ini-file-loader": "^3.1.9",
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.691.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.691.0",
29
- "@aws-sdk/core": "3.691.0",
30
- "@aws-sdk/token-providers": "3.691.0",
31
- "@aws-sdk/types": "3.686.0",
32
- "@smithy/property-provider": "^3.1.8",
33
- "@smithy/shared-ini-file-loader": "^3.1.9",
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.691.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,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
  "browser": {
19
19
  "./dist-cjs/fromTokenFile": false,
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "3.691.0",
37
- "@aws-sdk/types": "3.686.0",
38
- "@smithy/property-provider": "^3.1.8",
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.691.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.691.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.691.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.691.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.8",
32
- "@smithy/shared-ini-file-loader": "^3.1.9",
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.691.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": {