@cdklabs/cdk-ecs-codedeploy 0.0.210 → 0.0.212

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 (52) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/.projenrc.ts +2 -2
  4. package/lib/api-canary/index.js +1 -1
  5. package/lib/ecs-appspec/index.js +1 -1
  6. package/lib/ecs-deployment/index.js +1 -1
  7. package/lib/ecs-deployment-provider/is-complete-function.js +2 -2
  8. package/lib/ecs-deployment-provider/on-event-function.js +2 -2
  9. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  10. package/node_modules/@smithy/abort-controller/package.json +2 -2
  11. package/node_modules/@smithy/config-resolver/package.json +4 -4
  12. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  13. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  14. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  15. package/node_modules/@smithy/hash-node/package.json +2 -2
  16. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  17. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  18. package/node_modules/@smithy/middleware-endpoint/package.json +7 -7
  19. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  20. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  21. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  22. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  23. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  24. package/node_modules/@smithy/property-provider/package.json +2 -2
  25. package/node_modules/@smithy/protocol-http/package.json +2 -2
  26. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  27. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  28. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  29. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  30. package/node_modules/@smithy/signature-v4/package.json +5 -5
  31. package/node_modules/@smithy/smithy-client/package.json +4 -4
  32. package/node_modules/@smithy/types/README.md +41 -2
  33. package/node_modules/@smithy/types/dist-cjs/index.js +1 -0
  34. package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +2 -0
  35. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  36. package/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  37. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +26 -1
  38. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  39. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +62 -0
  40. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +26 -1
  41. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  42. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +82 -0
  43. package/node_modules/@smithy/types/package.json +1 -1
  44. package/node_modules/@smithy/url-parser/package.json +3 -3
  45. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  46. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  47. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  48. package/node_modules/@smithy/util-middleware/package.json +2 -2
  49. package/node_modules/@smithy/util-retry/package.json +3 -3
  50. package/node_modules/@smithy/util-stream/package.json +5 -5
  51. package/node_modules/@smithy/util-waiter/package.json +3 -3
  52. package/package.json +8 -8
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@smithy/types": "^2.5.0",
29
+ "@smithy/types": "^2.6.0",
30
30
  "tslib": "^2.5.0"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
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",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@smithy/service-error-classification": "^2.0.6",
31
- "@smithy/types": "^2.5.0",
30
+ "@smithy/service-error-classification": "^2.0.7",
31
+ "@smithy/types": "^2.6.0",
32
32
  "tslib": "^2.5.0"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/fetch-http-handler": "^2.2.6",
28
- "@smithy/node-http-handler": "^2.1.9",
29
- "@smithy/types": "^2.5.0",
27
+ "@smithy/fetch-http-handler": "^2.2.7",
28
+ "@smithy/node-http-handler": "^2.1.10",
29
+ "@smithy/types": "^2.6.0",
30
30
  "@smithy/util-base64": "^2.0.1",
31
31
  "@smithy/util-buffer-from": "^2.0.0",
32
32
  "@smithy/util-hex-encoding": "^2.0.0",
@@ -34,7 +34,7 @@
34
34
  "tslib": "^2.5.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@smithy/util-test": "^0.1.9",
37
+ "@smithy/util-test": "^0.1.10",
38
38
  "@types/chai-as-promised": "^7.1.2",
39
39
  "@types/node": "^14.14.31",
40
40
  "chai": "^4.2.0",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^2.0.13",
7
- "@smithy/types": "^2.5.0",
6
+ "@smithy/abort-controller": "^2.0.14",
7
+ "@smithy/types": "^2.6.0",
8
8
  "tslib": "^2.5.0"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -80,13 +80,13 @@
80
80
  "@typescript-eslint/eslint-plugin": "^6",
81
81
  "@typescript-eslint/parser": "^6",
82
82
  "aws-cdk": "^2",
83
- "aws-cdk-lib": "2.99.0",
83
+ "aws-cdk-lib": "2.110.0",
84
84
  "aws-sdk-client-mock": "^3.0.0",
85
85
  "aws-sdk-client-mock-jest": "^3.0.0",
86
- "cdk-nag": "^2.27.192",
87
- "cdklabs-projen-project-types": "^0.1.176",
86
+ "cdk-nag": "^2.27.197",
87
+ "cdklabs-projen-project-types": "^0.1.179",
88
88
  "constructs": "10.0.5",
89
- "esbuild": "^0.19.5",
89
+ "esbuild": "^0.19.7",
90
90
  "eslint": "^8",
91
91
  "eslint-import-resolver-typescript": "^3.6.1",
92
92
  "eslint-plugin-import": "^2.29.0",
@@ -96,16 +96,16 @@
96
96
  "jsii-diff": "^1.92.0",
97
97
  "jsii-docgen": "^7.2.9",
98
98
  "jsii-pacmak": "^1.92.0",
99
- "jsii-rosetta": "^5.2.2",
99
+ "jsii-rosetta": "^5.2.3",
100
100
  "lambda-tester": "^4.0.1",
101
- "projen": "0.76.28",
101
+ "projen": "0.77.1",
102
102
  "standard-version": "^9",
103
103
  "ts-jest": "^27",
104
104
  "ts-node": "^10.9.1",
105
105
  "typescript": "^4.9.5"
106
106
  },
107
107
  "peerDependencies": {
108
- "aws-cdk-lib": "^2.99.0",
108
+ "aws-cdk-lib": "^2.110.0",
109
109
  "constructs": "^10.0.5"
110
110
  },
111
111
  "dependencies": {
@@ -131,7 +131,7 @@
131
131
  "publishConfig": {
132
132
  "access": "public"
133
133
  },
134
- "version": "0.0.210",
134
+ "version": "0.0.212",
135
135
  "jest": {
136
136
  "testMatch": [
137
137
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",