@cdklabs/cdk-ecs-codedeploy 0.0.217 → 0.0.218

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 (74) hide show
  1. package/.jsii +2 -2
  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/@smithy/abort-controller/package.json +3 -3
  8. package/node_modules/@smithy/config-resolver/package.json +5 -5
  9. package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  10. package/node_modules/@smithy/eventstream-codec/package.json +3 -3
  11. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +6 -0
  12. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +6 -0
  13. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +8 -22
  14. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +8 -22
  15. package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  16. package/node_modules/@smithy/hash-node/package.json +3 -3
  17. package/node_modules/@smithy/invalid-dependency/package.json +3 -3
  18. package/node_modules/@smithy/middleware-content-length/package.json +5 -5
  19. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  20. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
  21. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  22. package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +10 -2
  23. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
  24. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
  25. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +9 -2
  26. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  27. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  28. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  29. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  30. package/node_modules/@smithy/middleware-retry/package.json +17 -9
  31. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  32. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  33. package/node_modules/@smithy/node-config-provider/package.json +5 -5
  34. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +6 -0
  35. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +6 -0
  36. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +6 -0
  37. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +6 -0
  38. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +7 -30
  39. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +5 -0
  40. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +7 -29
  41. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +5 -0
  42. package/node_modules/@smithy/node-http-handler/package.json +6 -6
  43. package/node_modules/@smithy/property-provider/package.json +3 -3
  44. package/node_modules/@smithy/protocol-http/package.json +3 -3
  45. package/node_modules/@smithy/querystring-builder/package.json +3 -3
  46. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  47. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  48. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
  49. package/node_modules/@smithy/signature-v4/README.md +7 -0
  50. package/node_modules/@smithy/signature-v4/package.json +6 -6
  51. package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -1
  52. package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +1 -1
  53. package/node_modules/@smithy/smithy-client/package.json +5 -5
  54. package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +2 -0
  55. package/node_modules/@smithy/types/dist-cjs/index.js +1 -0
  56. package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  57. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  58. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +65 -0
  59. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  60. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +64 -0
  61. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  62. package/node_modules/@smithy/types/package.json +2 -2
  63. package/node_modules/@smithy/url-parser/package.json +4 -4
  64. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +4 -0
  65. package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +4 -0
  66. package/node_modules/@smithy/util-body-length-browser/package.json +7 -9
  67. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
  68. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
  69. package/node_modules/@smithy/util-endpoints/package.json +4 -4
  70. package/node_modules/@smithy/util-middleware/package.json +3 -3
  71. package/node_modules/@smithy/util-retry/package.json +4 -4
  72. package/node_modules/@smithy/util-stream/package.json +6 -6
  73. package/node_modules/@smithy/util-waiter/package.json +4 -4
  74. package/package.json +4 -4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "2.0.21",
3
+ "version": "2.0.23",
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",
@@ -8,7 +8,7 @@
8
8
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
9
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
10
10
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
11
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
12
12
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
13
  "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
14
14
  "extract:docs": "api-extractor run --local",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/fetch-http-handler": "^2.2.7",
28
- "@smithy/node-http-handler": "^2.1.10",
29
- "@smithy/types": "^2.6.0",
27
+ "@smithy/fetch-http-handler": "^2.3.1",
28
+ "@smithy/node-http-handler": "^2.2.1",
29
+ "@smithy/types": "^2.7.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.10",
37
+ "@smithy/util-test": "^0.1.11",
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.14",
3
+ "version": "2.0.15",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^2.0.14",
7
- "@smithy/types": "^2.6.0",
6
+ "@smithy/abort-controller": "^2.0.15",
7
+ "@smithy/types": "^2.7.0",
8
8
  "tslib": "^2.5.0"
9
9
  },
10
10
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "build:types": "yarn g:tsc -p tsconfig.types.json",
15
15
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
16
16
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
17
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
17
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
18
18
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
19
19
  "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
20
20
  "test": "yarn g:jest"
package/package.json CHANGED
@@ -83,7 +83,7 @@
83
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.205",
86
+ "cdk-nag": "^2.27.207",
87
87
  "cdklabs-projen-project-types": "^0.1.182",
88
88
  "constructs": "10.0.5",
89
89
  "esbuild": "^0.19.8",
@@ -96,9 +96,9 @@
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.4",
99
+ "jsii-rosetta": "^5.2.5",
100
100
  "lambda-tester": "^4.0.1",
101
- "projen": "0.77.4",
101
+ "projen": "0.77.5",
102
102
  "standard-version": "^9",
103
103
  "ts-jest": "^27",
104
104
  "ts-node": "^10.9.1",
@@ -131,7 +131,7 @@
131
131
  "publishConfig": {
132
132
  "access": "public"
133
133
  },
134
- "version": "0.0.217",
134
+ "version": "0.0.218",
135
135
  "jest": {
136
136
  "testMatch": [
137
137
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",