@cumulus/post-to-cmr 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 +9 -9
package/dist/index.js
CHANGED
|
@@ -6681,7 +6681,7 @@ exports.omitDeepBy = omitDeepBy;
|
|
|
6681
6681
|
* Returns the parsed collection or the original input.
|
|
6682
6682
|
*
|
|
6683
6683
|
* @param val
|
|
6684
|
-
* @returns
|
|
6684
|
+
* @returns {any}
|
|
6685
6685
|
*/
|
|
6686
6686
|
const parseIfJson = val => {
|
|
6687
6687
|
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/post-to-cmr",
|
|
3
|
-
"version": "21.3.2
|
|
3
|
+
"version": "21.3.2",
|
|
4
4
|
"description": "Post a given granule to CMR",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"author": "Cumulus Authors",
|
|
37
37
|
"license": "Apache-2.0",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@cumulus/aws-client": "21.3.2
|
|
40
|
-
"@cumulus/cmrjs": "21.3.2
|
|
41
|
-
"@cumulus/common": "21.3.2
|
|
39
|
+
"@cumulus/aws-client": "21.3.2",
|
|
40
|
+
"@cumulus/cmrjs": "21.3.2",
|
|
41
|
+
"@cumulus/common": "21.3.2",
|
|
42
42
|
"@cumulus/cumulus-message-adapter-js": "2.4.0",
|
|
43
|
-
"@cumulus/errors": "21.3.2
|
|
44
|
-
"@cumulus/launchpad-auth": "21.3.2
|
|
43
|
+
"@cumulus/errors": "21.3.2",
|
|
44
|
+
"@cumulus/launchpad-auth": "21.3.2",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
46
|
"p-map": "^4.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@cumulus/cmr-client": "21.3.2
|
|
50
|
-
"@cumulus/schemas": "21.3.2
|
|
49
|
+
"@cumulus/cmr-client": "21.3.2",
|
|
50
|
+
"@cumulus/schemas": "21.3.2"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "2c77ecb6c0ac426d885bddf637484e438e2b2903"
|
|
53
53
|
}
|