aws-sdk 2.976.0 → 2.980.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/dist/xml2js.js CHANGED
@@ -8770,7 +8770,7 @@ module.exports =
8770
8770
  /* 41 */
8771
8771
  /***/ (function(module, exports, __webpack_require__) {
8772
8772
 
8773
- /* WEBPACK VAR INJECTION */(function(Buffer) {// Copyright Joyent, Inc. and other Node contributors.
8773
+ // Copyright Joyent, Inc. and other Node contributors.
8774
8774
  //
8775
8775
  // Permission is hereby granted, free of charge, to any person obtaining a
8776
8776
  // copy of this software and associated documentation files (the
@@ -8872,13 +8872,12 @@ module.exports =
8872
8872
  }
8873
8873
  exports.isPrimitive = isPrimitive;
8874
8874
 
8875
- exports.isBuffer = Buffer.isBuffer;
8875
+ exports.isBuffer = __webpack_require__(28).Buffer.isBuffer;
8876
8876
 
8877
8877
  function objectToString(o) {
8878
8878
  return Object.prototype.toString.call(o);
8879
8879
  }
8880
8880
 
8881
- /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(28).Buffer))
8882
8881
 
8883
8882
  /***/ }),
8884
8883
  /* 42 */
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.976.0',
23
+ VERSION: '2.980.0',
24
24
 
25
25
  /**
26
26
  * @api private
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.976.0",
4
+ "version": "2.980.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",