@cdklabs/cdk-ecs-codedeploy 0.0.19 → 0.0.21

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.
@@ -77,7 +77,7 @@
77
77
  "description": "Middle East (Bahrain)"
78
78
  },
79
79
  "sa-east-1": {
80
- "description": "South America (Sao Paulo)"
80
+ "description": "South America (São Paulo)"
81
81
  },
82
82
  "us-east-1": {
83
83
  "description": "US East (N. Virginia)"
@@ -77,7 +77,7 @@
77
77
  "description": "Middle East (Bahrain)"
78
78
  },
79
79
  "sa-east-1": {
80
- "description": "South America (Sao Paulo)"
80
+ "description": "South America (São Paulo)"
81
81
  },
82
82
  "us-east-1": {
83
83
  "description": "US East (N. Virginia)"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.226.0",
3
+ "version": "3.241.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
package/package.json CHANGED
@@ -62,10 +62,10 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@aws-cdk/aws-synthetics-alpha": "2.55.1-alpha.0",
65
- "@aws-cdk/integ-tests-alpha": "^2.56.0-alpha.0",
65
+ "@aws-cdk/integ-tests-alpha": "^2.58.0-alpha.0",
66
66
  "@types/aws-lambda": "^8.10.109",
67
67
  "@types/jest": "^27",
68
- "@types/lambda-tester": "^3.6.1",
68
+ "@types/lambda-tester": "^3.6.2",
69
69
  "@types/node": "^14",
70
70
  "@typescript-eslint/eslint-plugin": "^5",
71
71
  "@typescript-eslint/parser": "^5",
@@ -73,9 +73,9 @@
73
73
  "aws-cdk-lib": "2.55.1",
74
74
  "aws-sdk-client-mock": "^2.0.1",
75
75
  "aws-sdk-client-mock-jest": "^2.0.1",
76
- "cdk-nag": "^2.21.39",
76
+ "cdk-nag": "^2.21.45",
77
77
  "constructs": "10.0.5",
78
- "esbuild": "^0.16.10",
78
+ "esbuild": "^0.16.12",
79
79
  "eslint": "^8",
80
80
  "eslint-import-resolver-node": "^0.3.6",
81
81
  "eslint-import-resolver-typescript": "^3.5.2",
@@ -84,12 +84,12 @@
84
84
  "jest-junit": "^13",
85
85
  "jsii": "^1.72.0",
86
86
  "jsii-diff": "^1.72.0",
87
- "jsii-docgen": "^7.0.182",
87
+ "jsii-docgen": "^7.0.188",
88
88
  "jsii-pacmak": "^1.72.0",
89
89
  "json-schema": "^0.4.0",
90
90
  "lambda-tester": "^4.0.1",
91
91
  "npm-check-updates": "^16",
92
- "projen": "^0.65.70",
92
+ "projen": "^0.65.75",
93
93
  "standard-version": "^9",
94
94
  "ts-jest": "^27",
95
95
  "ts-node": "^10.9.1",
@@ -101,7 +101,7 @@
101
101
  "constructs": "^10.0.5"
102
102
  },
103
103
  "dependencies": {
104
- "@aws-sdk/client-codedeploy": "^3.236.0",
104
+ "@aws-sdk/client-codedeploy": "^3.241.0",
105
105
  "jmespath": "^0.16.0"
106
106
  },
107
107
  "bundledDependencies": [
@@ -119,7 +119,7 @@
119
119
  "publishConfig": {
120
120
  "access": "public"
121
121
  },
122
- "version": "0.0.19",
122
+ "version": "0.0.21",
123
123
  "jest": {
124
124
  "testMatch": [
125
125
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
package/cdk.context.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "availability-zones:account=464380571579:region=us-west-2": [
3
- "us-west-2a",
4
- "us-west-2b",
5
- "us-west-2c",
6
- "us-west-2d"
7
- ]
8
- }