@cumulus/integration-tests 20.2.2 → 20.3.1

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.
Files changed (3) hide show
  1. package/dist/index.js +1529 -601
  2. package/index.js +1 -1
  3. package/package.json +12 -12
package/index.js CHANGED
@@ -349,7 +349,7 @@ const providerExists = async (stackName, id) => {
349
349
  });
350
350
  } catch (error) {
351
351
  if (error.statusCode === 404) {
352
- console.log(`Error: ${error}. Failed to get provider with ID ${id}`);
352
+ console.log(`Error: ${JSON.stringify(error)}. Failed to get provider with ID ${id}`);
353
353
  return false;
354
354
  }
355
355
  throw error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/integration-tests",
3
- "version": "20.2.2",
3
+ "version": "20.3.1",
4
4
  "description": "Integration tests",
5
5
  "bin": {
6
6
  "cumulus-test": "./bin/cli.js"
@@ -31,16 +31,16 @@
31
31
  "license": "Apache-2.0",
32
32
  "dependencies": {
33
33
  "@aws-sdk/client-lambda": "^3.621.0",
34
- "@cumulus/api": "20.2.2",
35
- "@cumulus/api-client": "20.2.2",
36
- "@cumulus/aws-client": "20.2.2",
37
- "@cumulus/cmr-client": "20.2.2",
38
- "@cumulus/cmrjs": "20.2.2",
39
- "@cumulus/common": "20.2.2",
40
- "@cumulus/launchpad-auth": "20.2.2",
41
- "@cumulus/logger": "20.2.2",
42
- "@cumulus/message": "20.2.2",
43
- "@cumulus/oauth-client": "20.2.2",
34
+ "@cumulus/api": "20.3.1",
35
+ "@cumulus/api-client": "20.3.1",
36
+ "@cumulus/aws-client": "20.3.1",
37
+ "@cumulus/cmr-client": "20.3.1",
38
+ "@cumulus/cmrjs": "20.3.1",
39
+ "@cumulus/common": "20.3.1",
40
+ "@cumulus/launchpad-auth": "20.3.1",
41
+ "@cumulus/logger": "20.3.1",
42
+ "@cumulus/message": "20.3.1",
43
+ "@cumulus/oauth-client": "20.3.1",
44
44
  "base-64": "^0.1.0",
45
45
  "commander": "^2.15.0",
46
46
  "dotenv": "^8.2.0",
@@ -57,5 +57,5 @@
57
57
  "uuid": "^3.2.1",
58
58
  "xml2js": "0.5.0"
59
59
  },
60
- "gitHead": "18a882b49934dc6935c96acd9ddd2efe2fdabc69"
60
+ "gitHead": "711d958cf08f4e69f4f8059b32b4a109698556ce"
61
61
  }