@cumulus/files-to-granules 18.5.1 → 18.5.3

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/index.js CHANGED
@@ -13837,7 +13837,7 @@ module.exports = require("util");
13837
13837
  /******/
13838
13838
  /************************************************************************/
13839
13839
  var __webpack_exports__ = {};
13840
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13840
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
13841
13841
  (() => {
13842
13842
  "use strict";
13843
13843
  var exports = __webpack_exports__;
package/dist/lambda.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/files-to-granules",
3
- "version": "18.5.1",
3
+ "version": "18.5.3",
4
4
  "description": "Converts array-of-files input into a granules object by extracting granuleId from filename",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -36,13 +36,13 @@
36
36
  "author": "Cumulus Authors",
37
37
  "license": "Apache-2.0",
38
38
  "dependencies": {
39
- "@cumulus/aws-client": "18.5.1",
39
+ "@cumulus/aws-client": "18.5.3",
40
40
  "@cumulus/cumulus-message-adapter-js": "2.2.0",
41
41
  "lodash": "^4.17.21"
42
42
  },
43
43
  "devDependencies": {
44
- "@cumulus/common": "18.5.1",
45
- "@cumulus/schemas": "18.5.1"
44
+ "@cumulus/common": "18.5.3",
45
+ "@cumulus/schemas": "18.5.3"
46
46
  },
47
- "gitHead": "c55c0107364cada95299b869d47ace80b87bdfdc"
47
+ "gitHead": "710a2742b86966888094319920f57471b72a0cf8"
48
48
  }