@cumulus/hyrax-metadata-updates 22.3.1 → 22.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/lambda.zip CHANGED
Binary file
package/index.js CHANGED
@@ -144,7 +144,7 @@ async function getCollectionEntry(config, metadata, isUmmG) {
144
144
  versionId,
145
145
  });
146
146
 
147
- const result = await cmrInstance.searchCollections(searchParams);
147
+ const result = await cmrInstance.searchCollections(searchParams, cmrSettings.provider);
148
148
 
149
149
  // Verify that we have a valid result. If we don't then something is badly wrong and we
150
150
  // should halt. Either the code is faulty or the provider is trying to ingest granules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/hyrax-metadata-updates",
3
- "version": "22.3.1",
3
+ "version": "22.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": "22.3.1",
45
- "@cumulus/cmr-client": "22.3.1",
46
- "@cumulus/cmrjs": "22.3.1",
47
- "@cumulus/common": "22.3.1",
44
+ "@cumulus/aws-client": "22.3.2",
45
+ "@cumulus/cmr-client": "22.3.2",
46
+ "@cumulus/cmrjs": "22.3.2",
47
+ "@cumulus/common": "22.3.2",
48
48
  "@cumulus/cumulus-message-adapter-js": "2.4.0",
49
- "@cumulus/errors": "22.3.1",
49
+ "@cumulus/errors": "22.3.2",
50
50
  "lodash": "^4.18.1",
51
51
  "xml2js": "0.6.2"
52
52
  },
53
53
  "devDependencies": {
54
- "@cumulus/schemas": "22.3.1",
54
+ "@cumulus/schemas": "22.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": "2a6931e58277928f719bb7d1b16786e4eef00048"
68
+ "gitHead": "de87a3719e16e69b8202a9bfedacb41e1024a664"
69
69
  }