@cumulus/hyrax-metadata-updates 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 CHANGED
@@ -6626,7 +6626,7 @@ exports.omitDeepBy = omitDeepBy;
6626
6626
  * Returns the parsed collection or the original input.
6627
6627
  *
6628
6628
  * @param val
6629
- * @returns
6629
+ * @returns {any}
6630
6630
  */
6631
6631
  const parseIfJson = val => {
6632
6632
  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/hyrax-metadata-updates",
3
- "version": "21.3.2-testlerna.0",
3
+ "version": "21.3.2",
4
4
  "description": "Update granule metadata with hooks to OPeNDAP URL",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -41,17 +41,17 @@
41
41
  "author": "Cumulus Authors",
42
42
  "license": "Apache-2.0",
43
43
  "dependencies": {
44
- "@cumulus/aws-client": "21.3.2-testlerna.0",
45
- "@cumulus/cmr-client": "21.3.2-testlerna.0",
46
- "@cumulus/cmrjs": "21.3.2-testlerna.0",
47
- "@cumulus/common": "21.3.2-testlerna.0",
44
+ "@cumulus/aws-client": "21.3.2",
45
+ "@cumulus/cmr-client": "21.3.2",
46
+ "@cumulus/cmrjs": "21.3.2",
47
+ "@cumulus/common": "21.3.2",
48
48
  "@cumulus/cumulus-message-adapter-js": "2.4.0",
49
- "@cumulus/errors": "21.3.2-testlerna.0",
49
+ "@cumulus/errors": "21.3.2",
50
50
  "lodash": "^4.17.21",
51
51
  "xml2js": "0.6.2"
52
52
  },
53
53
  "devDependencies": {
54
- "@cumulus/schemas": "21.3.2-testlerna.0",
54
+ "@cumulus/schemas": "21.3.2",
55
55
  "jsonwebtoken": "^9.0.0",
56
56
  "nock": "^12.0.1",
57
57
  "rewire": "^6.0.0"
@@ -65,5 +65,5 @@
65
65
  "metadata",
66
66
  "update"
67
67
  ],
68
- "gitHead": "ef6577b6caec96a20df8ccff293a9436db32a482"
68
+ "gitHead": "2c77ecb6c0ac426d885bddf637484e438e2b2903"
69
69
  }