@cumulus/integration-tests 21.3.1 → 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.
Files changed (3) hide show
  1. package/dist/index.js +121396 -190034
  2. package/index.js +1 -1
  3. package/package.json +14 -14
package/index.js CHANGED
@@ -402,7 +402,7 @@ async function addProviders(stackName, bucketName, dataDirectory, s3Host, postfi
402
402
  })
403
403
  );
404
404
 
405
- return completeProviders.length;
405
+ return completeProviders;
406
406
  }
407
407
 
408
408
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/integration-tests",
3
- "version": "21.3.1",
3
+ "version": "21.3.2",
4
4
  "description": "Integration tests",
5
5
  "bin": {
6
6
  "cumulus-test": "./bin/cli.js"
@@ -30,17 +30,17 @@
30
30
  "author": "Cumulus Authors",
31
31
  "license": "Apache-2.0",
32
32
  "dependencies": {
33
- "@aws-sdk/client-lambda": "^3.621.0",
34
- "@cumulus/api": "21.3.1",
35
- "@cumulus/api-client": "21.3.1",
36
- "@cumulus/aws-client": "21.3.1",
37
- "@cumulus/cmr-client": "21.3.1",
38
- "@cumulus/cmrjs": "21.3.1",
39
- "@cumulus/common": "21.3.1",
40
- "@cumulus/launchpad-auth": "21.3.1",
41
- "@cumulus/logger": "21.3.1",
42
- "@cumulus/message": "21.3.1",
43
- "@cumulus/oauth-client": "21.3.1",
33
+ "@aws-sdk/client-lambda": "^3.993.0",
34
+ "@cumulus/api": "21.3.2",
35
+ "@cumulus/api-client": "21.3.2",
36
+ "@cumulus/aws-client": "21.3.2",
37
+ "@cumulus/cmr-client": "21.3.2",
38
+ "@cumulus/cmrjs": "21.3.2",
39
+ "@cumulus/common": "21.3.2",
40
+ "@cumulus/launchpad-auth": "21.3.2",
41
+ "@cumulus/logger": "21.3.2",
42
+ "@cumulus/message": "21.3.2",
43
+ "@cumulus/oauth-client": "21.3.2",
44
44
  "base-64": "^0.1.0",
45
45
  "commander": "^2.15.0",
46
46
  "dotenv": "^8.2.0",
@@ -55,8 +55,8 @@
55
55
  "p-map": "^2.1.0",
56
56
  "p-retry": "^2.0.0",
57
57
  "p-wait-for": "^2.0.1",
58
- "uuid": "^3.2.1",
58
+ "uuid": "^8.2.0",
59
59
  "xml2js": "0.5.0"
60
60
  },
61
- "gitHead": "ba5c9b04fa1181fecbb97149fb4c01a92000ebb4"
61
+ "gitHead": "2c77ecb6c0ac426d885bddf637484e438e2b2903"
62
62
  }