@cdklabs/cdk-ecs-codedeploy 0.0.424 → 0.0.426
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/.jsii.tabl.json +1 -1
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +64 -53
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeploy.js +19 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +50 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeploy.d.ts +58 -1
- package/node_modules/@aws-sdk/client-codedeploy/package.json +20 -20
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +9 -5
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-sso/package.json +19 -19
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +4 -44
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -44
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
- package/node_modules/@aws-sdk/nested-clients/package.json +19 -19
- package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-locate-window/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
- package/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-stream/package.json +6 -6
- package/package.json +6 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.5",
|
|
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",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
14
14
|
"build:types": "tsc -p tsconfig.types.json",
|
|
15
15
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
16
|
-
"clean": "
|
|
16
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
17
17
|
"test": "yarn g:vitest run",
|
|
18
18
|
"test:watch": "yarn g:vitest watch"
|
|
19
19
|
},
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
31
|
+
"@aws-sdk/core": "^3.973.5",
|
|
32
|
+
"@aws-sdk/types": "^3.973.1",
|
|
33
33
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
34
34
|
"@smithy/node-http-handler": "^4.4.8",
|
|
35
35
|
"@smithy/property-provider": "^4.2.8",
|
|
36
36
|
"@smithy/protocol-http": "^5.3.8",
|
|
37
|
-
"@smithy/smithy-client": "^4.
|
|
37
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
38
38
|
"@smithy/types": "^4.12.0",
|
|
39
39
|
"@smithy/util-stream": "^4.5.10",
|
|
40
40
|
"tslib": "^2.6.2"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@types/node": "^20.14.8",
|
|
45
45
|
"concurrently": "7.0.0",
|
|
46
46
|
"downlevel-dts": "0.10.1",
|
|
47
|
-
"
|
|
47
|
+
"premove": "4.0.0",
|
|
48
48
|
"typescript": "~5.8.3"
|
|
49
49
|
},
|
|
50
50
|
"types": "./dist-types/index.d.ts",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"files": [
|
|
62
62
|
"dist-*/**"
|
|
63
63
|
],
|
|
64
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-http",
|
|
64
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-http",
|
|
65
65
|
"repository": {
|
|
66
66
|
"type": "git",
|
|
67
67
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
68
|
-
"directory": "packages/credential-provider-http"
|
|
68
|
+
"directory": "packages-internal/credential-provider-http"
|
|
69
69
|
}
|
|
70
70
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.3",
|
|
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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
12
12
|
"build:types": "tsc -p tsconfig.types.json",
|
|
13
13
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
14
|
-
"clean": "
|
|
14
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15
15
|
"test": "yarn g:vitest run",
|
|
16
16
|
"test:watch": "yarn g:vitest watch",
|
|
17
17
|
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
34
|
-
"@aws-sdk/credential-provider-login": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
37
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
38
|
-
"@aws-sdk/nested-clients": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
31
|
+
"@aws-sdk/core": "^3.973.5",
|
|
32
|
+
"@aws-sdk/credential-provider-env": "^3.972.3",
|
|
33
|
+
"@aws-sdk/credential-provider-http": "^3.972.5",
|
|
34
|
+
"@aws-sdk/credential-provider-login": "^3.972.3",
|
|
35
|
+
"@aws-sdk/credential-provider-process": "^3.972.3",
|
|
36
|
+
"@aws-sdk/credential-provider-sso": "^3.972.3",
|
|
37
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.3",
|
|
38
|
+
"@aws-sdk/nested-clients": "3.980.0",
|
|
39
|
+
"@aws-sdk/types": "^3.973.1",
|
|
40
40
|
"@smithy/credential-provider-imds": "^4.2.8",
|
|
41
41
|
"@smithy/property-provider": "^4.2.8",
|
|
42
42
|
"@smithy/shared-ini-file-loader": "^4.4.3",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@types/node": "^20.14.8",
|
|
49
49
|
"concurrently": "7.0.0",
|
|
50
50
|
"downlevel-dts": "0.10.1",
|
|
51
|
-
"
|
|
51
|
+
"premove": "4.0.0",
|
|
52
52
|
"typescript": "~5.8.3"
|
|
53
53
|
},
|
|
54
54
|
"types": "./dist-types/index.d.ts",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"files": [
|
|
66
66
|
"dist-*/**"
|
|
67
67
|
],
|
|
68
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-ini",
|
|
68
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-ini",
|
|
69
69
|
"repository": {
|
|
70
70
|
"type": "git",
|
|
71
71
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
72
|
-
"directory": "packages/credential-provider-ini"
|
|
72
|
+
"directory": "packages-internal/credential-provider-ini"
|
|
73
73
|
}
|
|
74
74
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-login",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.3",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from aws login cached tokens",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
12
12
|
"build:types": "tsc -p tsconfig.types.json",
|
|
13
13
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
14
|
-
"clean": "
|
|
14
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15
15
|
"test": "yarn g:vitest run",
|
|
16
16
|
"test:watch": "yarn g:vitest watch"
|
|
17
17
|
},
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/nested-clients": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
31
|
+
"@aws-sdk/core": "^3.973.5",
|
|
32
|
+
"@aws-sdk/nested-clients": "3.980.0",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
34
|
"@smithy/property-provider": "^4.2.8",
|
|
35
35
|
"@smithy/protocol-http": "^5.3.8",
|
|
36
36
|
"@smithy/shared-ini-file-loader": "^4.4.3",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/node": "^20.14.8",
|
|
43
43
|
"concurrently": "7.0.0",
|
|
44
44
|
"downlevel-dts": "0.10.1",
|
|
45
|
-
"
|
|
45
|
+
"premove": "4.0.0",
|
|
46
46
|
"typescript": "~5.8.3"
|
|
47
47
|
},
|
|
48
48
|
"types": "./dist-types/index.d.ts",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"files": [
|
|
60
60
|
"dist-*/**"
|
|
61
61
|
],
|
|
62
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-login",
|
|
62
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-login",
|
|
63
63
|
"repository": {
|
|
64
64
|
"type": "git",
|
|
65
65
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
66
|
-
"directory": "packages/credential-provider-login"
|
|
66
|
+
"directory": "packages-internal/credential-provider-login"
|
|
67
67
|
}
|
|
68
68
|
}
|
|
@@ -27,8 +27,8 @@ If invalid configuration is encountered (such as a profile in
|
|
|
27
27
|
that does not exist), then the chained provider will be rejected with an error
|
|
28
28
|
and will not invoke the next provider in the list.
|
|
29
29
|
|
|
30
|
-
_IMPORTANT_: if you intend to acquire credentials using EKS
|
|
31
|
-
[IAM Roles for Service Accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html),
|
|
30
|
+
_IMPORTANT_: if you intend to acquire credentials using EKS
|
|
31
|
+
[IAM Roles for Service Accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html),
|
|
32
32
|
then you must explicitly specify a value for `roleAssumerWithWebIdentity`. There is a
|
|
33
33
|
default function available in `@aws-sdk/client-sts` package. An example of using
|
|
34
34
|
this:
|
|
@@ -41,7 +41,7 @@ const { S3Client, GetObjectCommand } = require("@aws-sdk/client-s3");
|
|
|
41
41
|
const provider = defaultProvider({
|
|
42
42
|
roleAssumerWithWebIdentity: getDefaultRoleAssumerWithWebIdentity({
|
|
43
43
|
// You must explicitly pass a region if you are not using us-east-1
|
|
44
|
-
region: "eu-west-1"
|
|
44
|
+
region: "eu-west-1",
|
|
45
45
|
}),
|
|
46
46
|
});
|
|
47
47
|
|
|
@@ -41,15 +41,21 @@ function memoizeChain(providers, treatAsExpired) {
|
|
|
41
41
|
else if (!credentials || treatAsExpired?.(credentials)) {
|
|
42
42
|
if (credentials) {
|
|
43
43
|
if (!passiveLock) {
|
|
44
|
-
passiveLock = chain(options)
|
|
44
|
+
passiveLock = chain(options)
|
|
45
|
+
.then((c) => {
|
|
45
46
|
credentials = c;
|
|
47
|
+
})
|
|
48
|
+
.finally(() => {
|
|
46
49
|
passiveLock = undefined;
|
|
47
50
|
});
|
|
48
51
|
}
|
|
49
52
|
}
|
|
50
53
|
else {
|
|
51
|
-
activeLock = chain(options)
|
|
54
|
+
activeLock = chain(options)
|
|
55
|
+
.then((c) => {
|
|
52
56
|
credentials = c;
|
|
57
|
+
})
|
|
58
|
+
.finally(() => {
|
|
53
59
|
activeLock = undefined;
|
|
54
60
|
});
|
|
55
61
|
return provider(options);
|
|
@@ -18,15 +18,21 @@ export function memoizeChain(providers, treatAsExpired) {
|
|
|
18
18
|
else if (!credentials || treatAsExpired?.(credentials)) {
|
|
19
19
|
if (credentials) {
|
|
20
20
|
if (!passiveLock) {
|
|
21
|
-
passiveLock = chain(options)
|
|
21
|
+
passiveLock = chain(options)
|
|
22
|
+
.then((c) => {
|
|
22
23
|
credentials = c;
|
|
24
|
+
})
|
|
25
|
+
.finally(() => {
|
|
23
26
|
passiveLock = undefined;
|
|
24
27
|
});
|
|
25
28
|
}
|
|
26
29
|
}
|
|
27
30
|
else {
|
|
28
|
-
activeLock = chain(options)
|
|
31
|
+
activeLock = chain(options)
|
|
32
|
+
.then((c) => {
|
|
29
33
|
credentials = c;
|
|
34
|
+
})
|
|
35
|
+
.finally(() => {
|
|
30
36
|
activeLock = undefined;
|
|
31
37
|
});
|
|
32
38
|
return provider(options);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.4",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
15
15
|
"build:types": "tsc -p tsconfig.types.json",
|
|
16
16
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
17
|
-
"clean": "
|
|
17
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
18
18
|
"test": "yarn g:vitest run --reporter verbose",
|
|
19
19
|
"test:watch": "yarn g:vitest watch",
|
|
20
20
|
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
},
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
37
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
38
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
39
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
34
|
+
"@aws-sdk/credential-provider-env": "^3.972.3",
|
|
35
|
+
"@aws-sdk/credential-provider-http": "^3.972.5",
|
|
36
|
+
"@aws-sdk/credential-provider-ini": "^3.972.3",
|
|
37
|
+
"@aws-sdk/credential-provider-process": "^3.972.3",
|
|
38
|
+
"@aws-sdk/credential-provider-sso": "^3.972.3",
|
|
39
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.3",
|
|
40
|
+
"@aws-sdk/types": "^3.973.1",
|
|
41
41
|
"@smithy/credential-provider-imds": "^4.2.8",
|
|
42
42
|
"@smithy/property-provider": "^4.2.8",
|
|
43
43
|
"@smithy/shared-ini-file-loader": "^4.4.3",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/node": "^20.14.8",
|
|
50
50
|
"concurrently": "7.0.0",
|
|
51
51
|
"downlevel-dts": "0.10.1",
|
|
52
|
-
"
|
|
52
|
+
"premove": "4.0.0",
|
|
53
53
|
"typescript": "~5.8.3"
|
|
54
54
|
},
|
|
55
55
|
"types": "./dist-types/index.d.ts",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"files": [
|
|
64
64
|
"dist-*/**"
|
|
65
65
|
],
|
|
66
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-node",
|
|
66
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-node",
|
|
67
67
|
"repository": {
|
|
68
68
|
"type": "git",
|
|
69
69
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
70
|
-
"directory": "packages/credential-provider-node"
|
|
70
|
+
"directory": "packages-internal/credential-provider-node"
|
|
71
71
|
}
|
|
72
72
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.3",
|
|
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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
12
12
|
"build:types": "tsc -p tsconfig.types.json",
|
|
13
13
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
14
|
-
"clean": "
|
|
14
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15
15
|
"test": "yarn g:vitest run",
|
|
16
16
|
"test:watch": "yarn g:vitest watch"
|
|
17
17
|
},
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
29
|
+
"@aws-sdk/core": "^3.973.5",
|
|
30
|
+
"@aws-sdk/types": "^3.973.1",
|
|
31
31
|
"@smithy/property-provider": "^4.2.8",
|
|
32
32
|
"@smithy/shared-ini-file-loader": "^4.4.3",
|
|
33
33
|
"@smithy/types": "^4.12.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@types/node": "^20.14.8",
|
|
39
39
|
"concurrently": "7.0.0",
|
|
40
40
|
"downlevel-dts": "0.10.1",
|
|
41
|
-
"
|
|
41
|
+
"premove": "4.0.0",
|
|
42
42
|
"typescript": "~5.8.3"
|
|
43
43
|
},
|
|
44
44
|
"types": "./dist-types/index.d.ts",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"files": [
|
|
56
56
|
"dist-*/**"
|
|
57
57
|
],
|
|
58
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-process",
|
|
58
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-process",
|
|
59
59
|
"repository": {
|
|
60
60
|
"type": "git",
|
|
61
61
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
62
|
-
"directory": "packages/credential-provider-process"
|
|
62
|
+
"directory": "packages-internal/credential-provider-process"
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.3",
|
|
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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
12
12
|
"build:types": "tsc -p tsconfig.types.json",
|
|
13
13
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
14
|
-
"clean": "
|
|
14
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15
15
|
"test": "yarn g:vitest run",
|
|
16
16
|
"test:watch": "yarn g:vitest watch"
|
|
17
17
|
},
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/client-sso": "3.
|
|
30
|
-
"@aws-sdk/core": "3.
|
|
31
|
-
"@aws-sdk/token-providers": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
29
|
+
"@aws-sdk/client-sso": "3.980.0",
|
|
30
|
+
"@aws-sdk/core": "^3.973.5",
|
|
31
|
+
"@aws-sdk/token-providers": "3.980.0",
|
|
32
|
+
"@aws-sdk/types": "^3.973.1",
|
|
33
33
|
"@smithy/property-provider": "^4.2.8",
|
|
34
34
|
"@smithy/shared-ini-file-loader": "^4.4.3",
|
|
35
35
|
"@smithy/types": "^4.12.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@types/node": "^20.14.8",
|
|
41
41
|
"concurrently": "7.0.0",
|
|
42
42
|
"downlevel-dts": "0.10.1",
|
|
43
|
-
"
|
|
43
|
+
"premove": "4.0.0",
|
|
44
44
|
"typescript": "~5.8.3"
|
|
45
45
|
},
|
|
46
46
|
"types": "./dist-types/index.d.ts",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"files": [
|
|
58
58
|
"dist-*/**"
|
|
59
59
|
],
|
|
60
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-sso",
|
|
60
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-sso",
|
|
61
61
|
"repository": {
|
|
62
62
|
"type": "git",
|
|
63
63
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
64
|
-
"directory": "packages/credential-provider-sso"
|
|
64
|
+
"directory": "packages-internal/credential-provider-sso"
|
|
65
65
|
}
|
|
66
66
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.3",
|
|
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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
12
12
|
"build:types": "tsc -p tsconfig.types.json",
|
|
13
13
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
14
|
-
"clean": "
|
|
14
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15
15
|
"test": "yarn g:vitest run",
|
|
16
16
|
"test:watch": "yarn g:vitest watch"
|
|
17
17
|
},
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@aws-sdk/core": "3.
|
|
38
|
-
"@aws-sdk/nested-clients": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
37
|
+
"@aws-sdk/core": "^3.973.5",
|
|
38
|
+
"@aws-sdk/nested-clients": "3.980.0",
|
|
39
|
+
"@aws-sdk/types": "^3.973.1",
|
|
40
40
|
"@smithy/property-provider": "^4.2.8",
|
|
41
41
|
"@smithy/shared-ini-file-loader": "^4.4.3",
|
|
42
42
|
"@smithy/types": "^4.12.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@types/node": "^20.14.8",
|
|
48
48
|
"concurrently": "7.0.0",
|
|
49
49
|
"downlevel-dts": "0.10.1",
|
|
50
|
-
"
|
|
50
|
+
"premove": "4.0.0",
|
|
51
51
|
"typescript": "~5.8.3"
|
|
52
52
|
},
|
|
53
53
|
"types": "./dist-types/index.d.ts",
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"files": [
|
|
65
65
|
"dist-*/**"
|
|
66
66
|
],
|
|
67
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-web-identity",
|
|
67
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-web-identity",
|
|
68
68
|
"repository": {
|
|
69
69
|
"type": "git",
|
|
70
70
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
71
|
-
"directory": "packages/credential-provider-web-identity"
|
|
71
|
+
"directory": "packages-internal/credential-provider-web-identity"
|
|
72
72
|
}
|
|
73
73
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-host-header",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
9
9
|
"build:types": "tsc -p tsconfig.types.json",
|
|
10
10
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
11
|
-
"clean": "
|
|
11
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
12
12
|
"extract:docs": "api-extractor run --local",
|
|
13
13
|
"test": "yarn g:vitest run",
|
|
14
14
|
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/types": "3.
|
|
28
|
+
"@aws-sdk/types": "^3.973.1",
|
|
29
29
|
"@smithy/protocol-http": "^5.3.8",
|
|
30
30
|
"@smithy/types": "^4.12.0",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"files": [
|
|
44
44
|
"dist-*/**"
|
|
45
45
|
],
|
|
46
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-host-header",
|
|
46
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/middleware-host-header",
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|
|
49
49
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
50
|
-
"directory": "packages/middleware-host-header"
|
|
50
|
+
"directory": "packages-internal/middleware-host-header"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@tsconfig/recommended": "1.0.1",
|
|
54
54
|
"concurrently": "7.0.0",
|
|
55
55
|
"downlevel-dts": "0.10.1",
|
|
56
|
-
"
|
|
56
|
+
"premove": "4.0.0",
|
|
57
57
|
"typescript": "~5.8.3"
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-logger",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-logger",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
9
9
|
"build:types": "tsc -p tsconfig.types.json",
|
|
10
10
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
11
|
-
"clean": "
|
|
11
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
12
12
|
"test": "yarn g:vitest run",
|
|
13
13
|
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
14
14
|
"test:watch": "yarn g:vitest watch",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"module": "./dist-es/index.js",
|
|
26
26
|
"types": "./dist-types/index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/types": "3.
|
|
28
|
+
"@aws-sdk/types": "^3.973.1",
|
|
29
29
|
"@smithy/types": "^4.12.0",
|
|
30
30
|
"tslib": "^2.6.2"
|
|
31
31
|
},
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@types/node": "^20.14.8",
|
|
35
35
|
"concurrently": "7.0.0",
|
|
36
36
|
"downlevel-dts": "0.10.1",
|
|
37
|
-
"
|
|
37
|
+
"premove": "4.0.0",
|
|
38
38
|
"typescript": "~5.8.3"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"files": [
|
|
51
51
|
"dist-*/**"
|
|
52
52
|
],
|
|
53
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-logger",
|
|
53
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/middleware-logger",
|
|
54
54
|
"repository": {
|
|
55
55
|
"type": "git",
|
|
56
56
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
57
|
-
"directory": "packages/middleware-logger"
|
|
57
|
+
"directory": "packages-internal/middleware-logger"
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-recursion-detection",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
9
9
|
"build:types": "tsc -p tsconfig.types.json",
|
|
10
10
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
11
|
-
"clean": "
|
|
11
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
12
12
|
"test": "yarn g:vitest run",
|
|
13
13
|
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
14
14
|
"test:watch": "yarn g:vitest watch",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/types": "3.
|
|
27
|
+
"@aws-sdk/types": "^3.973.1",
|
|
28
28
|
"@aws/lambda-invoke-store": "^0.2.2",
|
|
29
29
|
"@smithy/protocol-http": "^5.3.8",
|
|
30
30
|
"@smithy/types": "^4.12.0",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"files": [
|
|
44
44
|
"dist-*/**"
|
|
45
45
|
],
|
|
46
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-recursion-detection",
|
|
46
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/middleware-recursion-detection",
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|
|
49
49
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
50
|
-
"directory": "packages/middleware-recursion-detection"
|
|
50
|
+
"directory": "packages-internal/middleware-recursion-detection"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@tsconfig/recommended": "1.0.1",
|
|
54
54
|
"concurrently": "7.0.0",
|
|
55
55
|
"downlevel-dts": "0.10.1",
|
|
56
|
-
"
|
|
56
|
+
"premove": "4.0.0",
|
|
57
57
|
"typescript": "~5.8.3"
|
|
58
58
|
},
|
|
59
59
|
"browser": {
|