aws-sdk 2.1692.0 → 2.1693.0

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.
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1692.0',
23
+ VERSION: '2.1693.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,6 +1,6 @@
1
1
  var warning = [
2
- 'The AWS SDK for JavaScript (v2) is in maintenance mode.',
3
- ' SDK releases are limited to address critical bug fixes and security issues only.\n',
2
+ 'The AWS SDK for JavaScript (v2) has reached end-of-support.',
3
+ 'It will no longer receive updates or releases.\n',
4
4
  'Please migrate your code to use AWS SDK for JavaScript (v3).',
5
5
  'For more information, check the blog post at https://a.co/cUPnyil'
6
6
  ].join('\n');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1692.0",
4
+ "version": "2.1693.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",