@cdklabs/cdk-ecs-codedeploy 0.0.261 → 0.0.262

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 (56) hide show
  1. package/.jsii +2 -2
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@smithy/abort-controller/package.json +3 -3
  7. package/node_modules/@smithy/config-resolver/package.json +6 -6
  8. package/node_modules/@smithy/core/package.json +9 -9
  9. package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  10. package/node_modules/@smithy/eventstream-codec/package.json +5 -5
  11. package/node_modules/@smithy/fetch-http-handler/package.json +9 -9
  12. package/node_modules/@smithy/hash-node/package.json +5 -5
  13. package/node_modules/@smithy/invalid-dependency/package.json +3 -3
  14. package/node_modules/@smithy/is-array-buffer/package.json +2 -2
  15. package/node_modules/@smithy/middleware-content-length/package.json +5 -5
  16. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  17. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  18. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  19. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  20. package/node_modules/@smithy/node-config-provider/package.json +5 -5
  21. package/node_modules/@smithy/node-http-handler/package.json +6 -6
  22. package/node_modules/@smithy/property-provider/package.json +3 -3
  23. package/node_modules/@smithy/protocol-http/package.json +3 -3
  24. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  25. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  26. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  27. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
  28. package/node_modules/@smithy/signature-v4/package.json +10 -10
  29. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +2 -2
  30. package/node_modules/@smithy/smithy-client/dist-es/command.js +2 -2
  31. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +2 -1
  32. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +2 -1
  33. package/node_modules/@smithy/smithy-client/package.json +7 -7
  34. package/node_modules/@smithy/types/dist-types/client.d.ts +2 -2
  35. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +2 -7
  36. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +12 -0
  37. package/node_modules/@smithy/types/dist-types/util.d.ts +7 -0
  38. package/node_modules/@smithy/types/package.json +2 -2
  39. package/node_modules/@smithy/url-parser/package.json +4 -4
  40. package/node_modules/@smithy/util-base64/package.json +4 -4
  41. package/node_modules/@smithy/util-body-length-browser/package.json +2 -2
  42. package/node_modules/@smithy/util-body-length-node/package.json +2 -2
  43. package/node_modules/@smithy/util-buffer-from/package.json +3 -3
  44. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +2 -2
  45. package/node_modules/@smithy/util-config-provider/package.json +2 -2
  46. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
  47. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
  48. package/node_modules/@smithy/util-endpoints/package.json +4 -4
  49. package/node_modules/@smithy/util-hex-encoding/package.json +2 -2
  50. package/node_modules/@smithy/util-middleware/package.json +3 -3
  51. package/node_modules/@smithy/util-retry/package.json +4 -4
  52. package/node_modules/@smithy/util-stream/package.json +12 -12
  53. package/node_modules/@smithy/util-uri-escape/package.json +2 -2
  54. package/node_modules/@smithy/util-utf8/package.json +3 -3
  55. package/node_modules/@smithy/util-waiter/package.json +4 -4
  56. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-utf8",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "A UTF-8 string <-> UInt8Array converter",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/util-buffer-from": "^2.1.1",
26
- "tslib": "^2.5.0"
25
+ "@smithy/util-buffer-from": "^2.2.0",
26
+ "tslib": "^2.6.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@tsconfig/recommended": "1.0.1",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "2.1.4",
3
+ "version": "2.2.0",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^2.1.4",
7
- "@smithy/types": "^2.11.0",
8
- "tslib": "^2.5.0"
6
+ "@smithy/abort-controller": "^2.2.0",
7
+ "@smithy/types": "^2.12.0",
8
+ "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
11
11
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
package/package.json CHANGED
@@ -83,10 +83,10 @@
83
83
  "aws-cdk-lib": "2.131.0",
84
84
  "aws-sdk-client-mock": "^3.0.1",
85
85
  "aws-sdk-client-mock-jest": "^3.0.1",
86
- "cdk-nag": "^2.28.62",
86
+ "cdk-nag": "^2.28.64",
87
87
  "cdklabs-projen-project-types": "^0.1.190",
88
88
  "constructs": "10.0.5",
89
- "esbuild": "^0.20.1",
89
+ "esbuild": "^0.20.2",
90
90
  "eslint": "^8",
91
91
  "eslint-import-resolver-typescript": "^3.6.1",
92
92
  "eslint-plugin-import": "^2.29.1",
@@ -127,7 +127,7 @@
127
127
  "publishConfig": {
128
128
  "access": "public"
129
129
  },
130
- "version": "0.0.261",
130
+ "version": "0.0.262",
131
131
  "jest": {
132
132
  "testMatch": [
133
133
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",