@cumulus/discover-pdrs 21.3.2-testlerna.0 → 21.3.2
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 +1 -1
- package/dist/lambda.zip +0 -0
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -3656,7 +3656,7 @@ exports.omitDeepBy = omitDeepBy;
|
|
|
3656
3656
|
* Returns the parsed collection or the original input.
|
|
3657
3657
|
*
|
|
3658
3658
|
* @param val
|
|
3659
|
-
* @returns
|
|
3659
|
+
* @returns {any}
|
|
3660
3660
|
*/
|
|
3661
3661
|
const parseIfJson = val => {
|
|
3662
3662
|
if (!(0, isString_1.default)(val)) return val;
|
package/dist/lambda.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cumulus/discover-pdrs",
|
|
3
|
-
"version": "21.3.2
|
|
3
|
+
"version": "21.3.2",
|
|
4
4
|
"description": "Discover PDRs in FTP and HTTP endpoints",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"author": "Cumulus Authors",
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@cumulus/aws-client": "21.3.2
|
|
41
|
+
"@cumulus/aws-client": "21.3.2",
|
|
42
42
|
"@cumulus/cumulus-message-adapter-js": "2.4.0",
|
|
43
|
-
"@cumulus/ingest": "21.3.2
|
|
43
|
+
"@cumulus/ingest": "21.3.2",
|
|
44
44
|
"lodash": "^4.17.21",
|
|
45
45
|
"p-filter": "^2.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@cumulus/common": "21.3.2
|
|
49
|
-
"@cumulus/errors": "21.3.2
|
|
48
|
+
"@cumulus/common": "21.3.2",
|
|
49
|
+
"@cumulus/errors": "21.3.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "2c77ecb6c0ac426d885bddf637484e438e2b2903"
|
|
52
52
|
}
|