@cdklabs/cdk-ecs-codedeploy 0.0.123 → 0.0.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- 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/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -36
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +32 -32
- package/node_modules/@aws-sdk/client-sts/package.json +35 -35
- package/node_modules/@aws-sdk/config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/hash-node/package.json +5 -5
- package/node_modules/@aws-sdk/invalid-dependency/package.json +3 -3
- package/node_modules/@aws-sdk/is-array-buffer/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-content-length/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-endpoint/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-retry/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-signing/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/querystring-builder/package.json +4 -4
- package/node_modules/@aws-sdk/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/service-error-classification/package.json +3 -3
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@aws-sdk/signature-v4/package.json +9 -9
- package/node_modules/@aws-sdk/smithy-client/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/util-base64/package.json +3 -3
- package/node_modules/@aws-sdk/util-body-length-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-body-length-node/package.json +2 -2
- package/node_modules/@aws-sdk/util-buffer-from/package.json +3 -3
- package/node_modules/@aws-sdk/util-config-provider/package.json +2 -2
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/util-hex-encoding/package.json +2 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/util-uri-escape/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@aws-sdk/util-utf8/package.json +3 -3
- package/node_modules/@aws-sdk/util-waiter/package.json +4 -4
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-retry",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.310.0",
|
|
4
4
|
"description": "Shared retry utilities to be used in middleware packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/service-error-classification": "3.
|
|
27
|
+
"@aws-sdk/service-error-classification": "3.310.0",
|
|
28
28
|
"tslib": "^2.5.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
31
|
+
"@aws-sdk/types": "3.310.0",
|
|
32
32
|
"@tsconfig/recommended": "1.0.1",
|
|
33
33
|
"@types/node": "^14.14.31",
|
|
34
34
|
"concurrently": "7.0.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"files": [
|
|
52
|
-
"dist
|
|
52
|
+
"dist-*/**"
|
|
53
53
|
],
|
|
54
54
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-retry",
|
|
55
55
|
"repository": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-uri-escape",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.310.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
|
-
"dist
|
|
36
|
+
"dist-*/**"
|
|
37
37
|
],
|
|
38
38
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-uri-escape",
|
|
39
39
|
"repository": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-browser",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.310.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"react-native": "dist-es/index.native.js",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/types": "3.310.0",
|
|
25
25
|
"bowser": "^2.11.0",
|
|
26
26
|
"tslib": "^2.5.0"
|
|
27
27
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"files": [
|
|
44
|
-
"dist
|
|
44
|
+
"dist-*/**"
|
|
45
45
|
],
|
|
46
46
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-user-agent-browser",
|
|
47
47
|
"repository": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.310.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@aws-sdk/node-config-provider": "3.
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
23
|
+
"@aws-sdk/node-config-provider": "3.310.0",
|
|
24
|
+
"@aws-sdk/types": "3.310.0",
|
|
25
25
|
"tslib": "^2.5.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
|
-
"dist
|
|
55
|
+
"dist-*/**"
|
|
56
56
|
],
|
|
57
57
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-user-agent-node",
|
|
58
58
|
"repository": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-utf8",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.310.0",
|
|
4
4
|
"description": "A UTF-8 string <-> UInt8Array converter",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
23
|
+
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
24
24
|
"tslib": "^2.5.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
|
-
"dist
|
|
46
|
+
"dist-*/**"
|
|
47
47
|
],
|
|
48
48
|
"browser": {
|
|
49
49
|
"./dist-es/fromUtf8": "./dist-es/fromUtf8.browser",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-waiter",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.310.0",
|
|
4
4
|
"description": "Shared utilities for client waiters for the AWS SDK",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@aws-sdk/abort-controller": "3.
|
|
7
|
-
"@aws-sdk/types": "3.
|
|
6
|
+
"@aws-sdk/abort-controller": "3.310.0",
|
|
7
|
+
"@aws-sdk/types": "3.310.0",
|
|
8
8
|
"tslib": "^2.5.0"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
|
-
"dist
|
|
39
|
+
"dist-*/**"
|
|
40
40
|
],
|
|
41
41
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-waiter",
|
|
42
42
|
"repository": {
|
package/package.json
CHANGED
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"aws-cdk-lib": "2.71.0",
|
|
74
74
|
"aws-sdk-client-mock": "^2.1.1",
|
|
75
75
|
"aws-sdk-client-mock-jest": "^2.1.1",
|
|
76
|
-
"cdk-nag": "^2.25.
|
|
76
|
+
"cdk-nag": "^2.25.7",
|
|
77
77
|
"constructs": "10.0.5",
|
|
78
|
-
"esbuild": "^0.17.
|
|
78
|
+
"esbuild": "^0.17.16",
|
|
79
79
|
"eslint": "^8",
|
|
80
80
|
"eslint-import-resolver-node": "^0.3.7",
|
|
81
81
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"constructs": "^10.0.5"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@aws-sdk/client-codedeploy": "^3.
|
|
103
|
+
"@aws-sdk/client-codedeploy": "^3.310.0",
|
|
104
104
|
"jmespath": "^0.16.0"
|
|
105
105
|
},
|
|
106
106
|
"bundledDependencies": [
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"publishConfig": {
|
|
123
123
|
"access": "public"
|
|
124
124
|
},
|
|
125
|
-
"version": "0.0.
|
|
125
|
+
"version": "0.0.124",
|
|
126
126
|
"jest": {
|
|
127
127
|
"testMatch": [
|
|
128
128
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|