cdk-docker-image-deployment 0.0.172 → 0.0.173

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.
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1320.0',
23
+ VERSION: '2.1321.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,5 +1,5 @@
1
1
  var warning = [
2
- 'The AWS SDK for JavaScript (v2) will be put into maintenance mode in 2023.\n',
2
+ 'We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.\n',
3
3
  'Please migrate your code to use AWS SDK for JavaScript (v3).',
4
4
  'For more information, check the migration guide at https://a.co/7PzMCcy'
5
5
  ].join('\n');
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1320.0",
4
+ "version": "2.1321.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -53,10 +53,10 @@
53
53
  "jest-junit": "^13",
54
54
  "jsii": "^1.75.0",
55
55
  "jsii-diff": "^1.75.0",
56
- "jsii-docgen": "^7.1.4",
56
+ "jsii-docgen": "^7.1.5",
57
57
  "jsii-pacmak": "^1.75.0",
58
58
  "npm-check-updates": "^16",
59
- "projen": "^0.67.62",
59
+ "projen": "^0.67.63",
60
60
  "standard-version": "^9",
61
61
  "ts-jest": "^27",
62
62
  "typescript": "^4.9.5"
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "@types/aws-lambda": "^8.10.110",
70
- "aws-sdk": "^2.1320.0"
70
+ "aws-sdk": "^2.1321.0"
71
71
  },
72
72
  "bundledDependencies": [
73
73
  "@types/aws-lambda",
@@ -79,7 +79,7 @@
79
79
  "main": "lib/index.js",
80
80
  "license": "Apache-2.0",
81
81
  "homepage": "https://github.com/cdklabs/cdk-docker-image-deployment#readme",
82
- "version": "0.0.172",
82
+ "version": "0.0.173",
83
83
  "jest": {
84
84
  "testMatch": [
85
85
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",