@cumulus/api 9.2.3 → 9.2.4

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/app/index.js CHANGED
@@ -738996,7 +738996,7 @@ try {
738996
738996
  /*! exports provided: name, version, description, main, engines, bin, scripts, ava, publishConfig, keywords, author, license, dependencies, devDependencies, default */
738997
738997
  /***/ (function(module) {
738998
738998
 
738999
- module.exports = JSON.parse("{\"name\":\"@cumulus/api\",\"version\":\"9.2.3\",\"description\":\"Lambda functions for handling all daac's API operations\",\"main\":\"index.js\",\"engines\":{\"node\":\">=12.18.0\"},\"bin\":{\"cumulus-api\":\"./bin/cli.js\"},\"scripts\":{\"build-lambda-zips\":\"for x in $(ls dist); do (cd dist/${x} && rm -f lambda.zip && find . | xargs node ../../../../bin/zip.js lambda.zip && echo zipped ${x}); done\",\"build\":\"../../node_modules/.bin/webpack\",\"link-api-bin\":\"sh ./bin/link-api-bin.sh\",\"package\":\"npm run prepare && npm run build && npm run link-api-bin && npm run build-lambda-zips\",\"prepare\":\"npm run tsc\",\"reset-tables\":\"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api reset-tables\",\"serve-dist-oauth\":\"LOCALSTACK_HOST=localhost NODE_ENV=test cumulus-api serve-dist\",\"serve-dist-remote\":\"cumulus-api serve-dist\",\"serve-dist\":\"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api serve-dist\",\"serve-oauth\":\"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test cumulus-api serve\",\"serve-remote\":\"cumulus-api serve\",\"serve\":\"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api serve\",\"tsc\":\"../../node_modules/.bin/tsc\",\"tsc:listEmittedFiles\":\"../../node_modules/.bin/tsc --listEmittedFiles\",\"test\":\"../../node_modules/.bin/ava\",\"test:coverage\":\"../../node_modules/.bin/nyc npm test\",\"watch\":\"../../node_modules/.bin/webpack --progress -w\"},\"ava\":{\"files\":[\"tests/**/*.js\",\"!tests/endpoints/fixtures/**/*.js\",\"!tests/endpoints/utils.js\",\"!tests/es/helpers/**/*.js\",\"!tests/endpoints/granules/helpers.js\"],\"fail-fast\":true,\"verbose\":true,\"timeout\":\"15m\"},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"Cumulus\"],\"author\":\"Cumulus Authors\",\"license\":\"Apache-2.0\",\"dependencies\":{\"@cumulus/api-client\":\"9.2.3\",\"@cumulus/async-operations\":\"9.2.3\",\"@cumulus/aws-client\":\"9.2.3\",\"@cumulus/cmr-client\":\"9.2.3\",\"@cumulus/cmrjs\":\"9.2.3\",\"@cumulus/collection-config-store\":\"9.2.3\",\"@cumulus/common\":\"9.2.3\",\"@cumulus/db\":\"9.2.3\",\"@cumulus/distribution-utils\":\"9.2.3\",\"@cumulus/errors\":\"9.2.3\",\"@cumulus/es-client\":\"9.2.3\",\"@cumulus/ingest\":\"9.2.3\",\"@cumulus/launchpad-auth\":\"9.2.3\",\"@cumulus/logger\":\"9.2.3\",\"@cumulus/message\":\"9.2.3\",\"@cumulus/oauth-client\":\"9.2.3\",\"@cumulus/object-store\":\"9.2.3\",\"@cumulus/pvl\":\"9.2.3\",\"@cumulus/sftp-client\":\"9.2.3\",\"@cumulus/types\":\"9.2.3\",\"@mapbox/dyno\":\"^1.4.2\",\"aggregate-error\":\"^3.1.0\",\"ajv\":\"^6.12.3\",\"aws-sdk\":\"^2.585.0\",\"aws-serverless-express\":\"^3.3.5\",\"body-parser\":\"^1.18.3\",\"commander\":\"^2.15.0\",\"cookie-parser\":\"^1.4.3\",\"cors\":\"^2.8.5\",\"dynamodb-data-types\":\"^3.0.0\",\"express\":\"^4.16.4\",\"express-boom\":\"^3.0.0\",\"express-promise-router\":\"^3.0.3\",\"googleapis\":\"^49.0.0\",\"got\":\"^11.7.0\",\"hsts\":\"^2.1.0\",\"is-valid-hostname\":\"0.0.1\",\"json2csv\":\"^4.5.1\",\"jsonpath-plus\":\"^1.1.0\",\"jsonwebtoken\":\"^8.4.0\",\"knex\":\"0.21.13\",\"lodash\":\"^4.17.20\",\"moment\":\"2.24.0\",\"morgan\":\"^1.9.1\",\"nodeify\":\"^1.0.1\",\"nunjucks\":\"^3.2.3\",\"p-each-series\":\"^2.1.0\",\"p-limit\":\"^1.2.0\",\"p-map\":\"^4.0.0\",\"p-retry\":\"^2.0.0\",\"p-wait-for\":\"^2.0.1\",\"querystring\":\"^0.2.0\",\"saml2-js\":\"^3.0.1\",\"semver\":\"^7.3.2\",\"split2\":\"^2.2.0\",\"tough-cookie\":\"^2.4.3\",\"url-join\":\"^4.0.0\",\"uuid\":\"^3.2.1\",\"xml2js\":\"^0.4.22\"},\"devDependencies\":{\"@cumulus/test-data\":\"9.2.3\"}}");
738999
+ module.exports = JSON.parse("{\"name\":\"@cumulus/api\",\"version\":\"9.2.4\",\"description\":\"Lambda functions for handling all daac's API operations\",\"main\":\"index.js\",\"engines\":{\"node\":\">=12.18.0\"},\"bin\":{\"cumulus-api\":\"./bin/cli.js\"},\"scripts\":{\"build-lambda-zips\":\"for x in $(ls dist); do (cd dist/${x} && rm -f lambda.zip && find . | xargs node ../../../../bin/zip.js lambda.zip && echo zipped ${x}); done\",\"build\":\"../../node_modules/.bin/webpack\",\"link-api-bin\":\"sh ./bin/link-api-bin.sh\",\"package\":\"npm run prepare && npm run build && npm run link-api-bin && npm run build-lambda-zips\",\"prepare\":\"npm run tsc\",\"reset-tables\":\"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api reset-tables\",\"serve-dist-oauth\":\"LOCALSTACK_HOST=localhost NODE_ENV=test cumulus-api serve-dist\",\"serve-dist-remote\":\"cumulus-api serve-dist\",\"serve-dist\":\"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api serve-dist\",\"serve-oauth\":\"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test cumulus-api serve\",\"serve-remote\":\"cumulus-api serve\",\"serve\":\"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api serve\",\"tsc\":\"../../node_modules/.bin/tsc\",\"tsc:listEmittedFiles\":\"../../node_modules/.bin/tsc --listEmittedFiles\",\"test\":\"../../node_modules/.bin/ava\",\"test:coverage\":\"../../node_modules/.bin/nyc npm test\",\"watch\":\"../../node_modules/.bin/webpack --progress -w\"},\"ava\":{\"files\":[\"tests/**/*.js\",\"!tests/endpoints/fixtures/**/*.js\",\"!tests/endpoints/utils.js\",\"!tests/es/helpers/**/*.js\",\"!tests/endpoints/granules/helpers.js\"],\"fail-fast\":true,\"verbose\":true,\"timeout\":\"15m\"},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"Cumulus\"],\"author\":\"Cumulus Authors\",\"license\":\"Apache-2.0\",\"dependencies\":{\"@cumulus/api-client\":\"9.2.4\",\"@cumulus/async-operations\":\"9.2.4\",\"@cumulus/aws-client\":\"9.2.4\",\"@cumulus/cmr-client\":\"9.2.4\",\"@cumulus/cmrjs\":\"9.2.4\",\"@cumulus/collection-config-store\":\"9.2.4\",\"@cumulus/common\":\"9.2.4\",\"@cumulus/db\":\"9.2.4\",\"@cumulus/distribution-utils\":\"9.2.4\",\"@cumulus/errors\":\"9.2.4\",\"@cumulus/es-client\":\"9.2.4\",\"@cumulus/ingest\":\"9.2.4\",\"@cumulus/launchpad-auth\":\"9.2.4\",\"@cumulus/logger\":\"9.2.4\",\"@cumulus/message\":\"9.2.4\",\"@cumulus/oauth-client\":\"9.2.4\",\"@cumulus/object-store\":\"9.2.4\",\"@cumulus/pvl\":\"9.2.4\",\"@cumulus/sftp-client\":\"9.2.4\",\"@cumulus/types\":\"9.2.4\",\"@mapbox/dyno\":\"^1.4.2\",\"aggregate-error\":\"^3.1.0\",\"ajv\":\"^6.12.3\",\"aws-sdk\":\"^2.585.0\",\"aws-serverless-express\":\"^3.3.5\",\"body-parser\":\"^1.18.3\",\"commander\":\"^2.15.0\",\"cookie-parser\":\"^1.4.3\",\"cors\":\"^2.8.5\",\"dynamodb-data-types\":\"^3.0.0\",\"express\":\"^4.16.4\",\"express-boom\":\"^3.0.0\",\"express-promise-router\":\"^3.0.3\",\"googleapis\":\"^49.0.0\",\"got\":\"^11.7.0\",\"hsts\":\"^2.1.0\",\"is-valid-hostname\":\"0.0.1\",\"json2csv\":\"^4.5.1\",\"jsonpath-plus\":\"^1.1.0\",\"jsonwebtoken\":\"^8.4.0\",\"knex\":\"0.21.13\",\"lodash\":\"^4.17.20\",\"moment\":\"2.24.0\",\"morgan\":\"^1.9.1\",\"nodeify\":\"^1.0.1\",\"nunjucks\":\"^3.2.3\",\"p-each-series\":\"^2.1.0\",\"p-limit\":\"^1.2.0\",\"p-map\":\"^4.0.0\",\"p-retry\":\"^2.0.0\",\"p-wait-for\":\"^2.0.1\",\"querystring\":\"^0.2.0\",\"saml2-js\":\"^3.0.1\",\"semver\":\"^7.3.2\",\"split2\":\"^2.2.0\",\"tough-cookie\":\"^2.4.3\",\"url-join\":\"^4.0.0\",\"uuid\":\"^3.2.1\",\"xml2js\":\"^0.4.22\"},\"devDependencies\":{\"@cumulus/test-data\":\"9.2.4\"}}");
739000
739000
 
739001
739001
  /***/ }),
739002
739002
 
Binary file
@@ -295229,7 +295229,7 @@ function vary (res, field) {
295229
295229
  /*! exports provided: name, version, description, main, engines, bin, scripts, ava, publishConfig, keywords, author, license, dependencies, devDependencies, default */
295230
295230
  /***/ (function(module) {
295231
295231
 
295232
- module.exports = JSON.parse("{\"name\":\"@cumulus/api\",\"version\":\"9.2.3\",\"description\":\"Lambda functions for handling all daac's API operations\",\"main\":\"index.js\",\"engines\":{\"node\":\">=12.18.0\"},\"bin\":{\"cumulus-api\":\"./bin/cli.js\"},\"scripts\":{\"build-lambda-zips\":\"for x in $(ls dist); do (cd dist/${x} && rm -f lambda.zip && find . | xargs node ../../../../bin/zip.js lambda.zip && echo zipped ${x}); done\",\"build\":\"../../node_modules/.bin/webpack\",\"link-api-bin\":\"sh ./bin/link-api-bin.sh\",\"package\":\"npm run prepare && npm run build && npm run link-api-bin && npm run build-lambda-zips\",\"prepare\":\"npm run tsc\",\"reset-tables\":\"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api reset-tables\",\"serve-dist-oauth\":\"LOCALSTACK_HOST=localhost NODE_ENV=test cumulus-api serve-dist\",\"serve-dist-remote\":\"cumulus-api serve-dist\",\"serve-dist\":\"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api serve-dist\",\"serve-oauth\":\"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test cumulus-api serve\",\"serve-remote\":\"cumulus-api serve\",\"serve\":\"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api serve\",\"tsc\":\"../../node_modules/.bin/tsc\",\"tsc:listEmittedFiles\":\"../../node_modules/.bin/tsc --listEmittedFiles\",\"test\":\"../../node_modules/.bin/ava\",\"test:coverage\":\"../../node_modules/.bin/nyc npm test\",\"watch\":\"../../node_modules/.bin/webpack --progress -w\"},\"ava\":{\"files\":[\"tests/**/*.js\",\"!tests/endpoints/fixtures/**/*.js\",\"!tests/endpoints/utils.js\",\"!tests/es/helpers/**/*.js\",\"!tests/endpoints/granules/helpers.js\"],\"fail-fast\":true,\"verbose\":true,\"timeout\":\"15m\"},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"Cumulus\"],\"author\":\"Cumulus Authors\",\"license\":\"Apache-2.0\",\"dependencies\":{\"@cumulus/api-client\":\"9.2.3\",\"@cumulus/async-operations\":\"9.2.3\",\"@cumulus/aws-client\":\"9.2.3\",\"@cumulus/cmr-client\":\"9.2.3\",\"@cumulus/cmrjs\":\"9.2.3\",\"@cumulus/collection-config-store\":\"9.2.3\",\"@cumulus/common\":\"9.2.3\",\"@cumulus/db\":\"9.2.3\",\"@cumulus/distribution-utils\":\"9.2.3\",\"@cumulus/errors\":\"9.2.3\",\"@cumulus/es-client\":\"9.2.3\",\"@cumulus/ingest\":\"9.2.3\",\"@cumulus/launchpad-auth\":\"9.2.3\",\"@cumulus/logger\":\"9.2.3\",\"@cumulus/message\":\"9.2.3\",\"@cumulus/oauth-client\":\"9.2.3\",\"@cumulus/object-store\":\"9.2.3\",\"@cumulus/pvl\":\"9.2.3\",\"@cumulus/sftp-client\":\"9.2.3\",\"@cumulus/types\":\"9.2.3\",\"@mapbox/dyno\":\"^1.4.2\",\"aggregate-error\":\"^3.1.0\",\"ajv\":\"^6.12.3\",\"aws-sdk\":\"^2.585.0\",\"aws-serverless-express\":\"^3.3.5\",\"body-parser\":\"^1.18.3\",\"commander\":\"^2.15.0\",\"cookie-parser\":\"^1.4.3\",\"cors\":\"^2.8.5\",\"dynamodb-data-types\":\"^3.0.0\",\"express\":\"^4.16.4\",\"express-boom\":\"^3.0.0\",\"express-promise-router\":\"^3.0.3\",\"googleapis\":\"^49.0.0\",\"got\":\"^11.7.0\",\"hsts\":\"^2.1.0\",\"is-valid-hostname\":\"0.0.1\",\"json2csv\":\"^4.5.1\",\"jsonpath-plus\":\"^1.1.0\",\"jsonwebtoken\":\"^8.4.0\",\"knex\":\"0.21.13\",\"lodash\":\"^4.17.20\",\"moment\":\"2.24.0\",\"morgan\":\"^1.9.1\",\"nodeify\":\"^1.0.1\",\"nunjucks\":\"^3.2.3\",\"p-each-series\":\"^2.1.0\",\"p-limit\":\"^1.2.0\",\"p-map\":\"^4.0.0\",\"p-retry\":\"^2.0.0\",\"p-wait-for\":\"^2.0.1\",\"querystring\":\"^0.2.0\",\"saml2-js\":\"^3.0.1\",\"semver\":\"^7.3.2\",\"split2\":\"^2.2.0\",\"tough-cookie\":\"^2.4.3\",\"url-join\":\"^4.0.0\",\"uuid\":\"^3.2.1\",\"xml2js\":\"^0.4.22\"},\"devDependencies\":{\"@cumulus/test-data\":\"9.2.3\"}}");
295232
+ module.exports = JSON.parse("{\"name\":\"@cumulus/api\",\"version\":\"9.2.4\",\"description\":\"Lambda functions for handling all daac's API operations\",\"main\":\"index.js\",\"engines\":{\"node\":\">=12.18.0\"},\"bin\":{\"cumulus-api\":\"./bin/cli.js\"},\"scripts\":{\"build-lambda-zips\":\"for x in $(ls dist); do (cd dist/${x} && rm -f lambda.zip && find . | xargs node ../../../../bin/zip.js lambda.zip && echo zipped ${x}); done\",\"build\":\"../../node_modules/.bin/webpack\",\"link-api-bin\":\"sh ./bin/link-api-bin.sh\",\"package\":\"npm run prepare && npm run build && npm run link-api-bin && npm run build-lambda-zips\",\"prepare\":\"npm run tsc\",\"reset-tables\":\"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api reset-tables\",\"serve-dist-oauth\":\"LOCALSTACK_HOST=localhost NODE_ENV=test cumulus-api serve-dist\",\"serve-dist-remote\":\"cumulus-api serve-dist\",\"serve-dist\":\"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api serve-dist\",\"serve-oauth\":\"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test cumulus-api serve\",\"serve-remote\":\"cumulus-api serve\",\"serve\":\"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true cumulus-api serve\",\"tsc\":\"../../node_modules/.bin/tsc\",\"tsc:listEmittedFiles\":\"../../node_modules/.bin/tsc --listEmittedFiles\",\"test\":\"../../node_modules/.bin/ava\",\"test:coverage\":\"../../node_modules/.bin/nyc npm test\",\"watch\":\"../../node_modules/.bin/webpack --progress -w\"},\"ava\":{\"files\":[\"tests/**/*.js\",\"!tests/endpoints/fixtures/**/*.js\",\"!tests/endpoints/utils.js\",\"!tests/es/helpers/**/*.js\",\"!tests/endpoints/granules/helpers.js\"],\"fail-fast\":true,\"verbose\":true,\"timeout\":\"15m\"},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"Cumulus\"],\"author\":\"Cumulus Authors\",\"license\":\"Apache-2.0\",\"dependencies\":{\"@cumulus/api-client\":\"9.2.4\",\"@cumulus/async-operations\":\"9.2.4\",\"@cumulus/aws-client\":\"9.2.4\",\"@cumulus/cmr-client\":\"9.2.4\",\"@cumulus/cmrjs\":\"9.2.4\",\"@cumulus/collection-config-store\":\"9.2.4\",\"@cumulus/common\":\"9.2.4\",\"@cumulus/db\":\"9.2.4\",\"@cumulus/distribution-utils\":\"9.2.4\",\"@cumulus/errors\":\"9.2.4\",\"@cumulus/es-client\":\"9.2.4\",\"@cumulus/ingest\":\"9.2.4\",\"@cumulus/launchpad-auth\":\"9.2.4\",\"@cumulus/logger\":\"9.2.4\",\"@cumulus/message\":\"9.2.4\",\"@cumulus/oauth-client\":\"9.2.4\",\"@cumulus/object-store\":\"9.2.4\",\"@cumulus/pvl\":\"9.2.4\",\"@cumulus/sftp-client\":\"9.2.4\",\"@cumulus/types\":\"9.2.4\",\"@mapbox/dyno\":\"^1.4.2\",\"aggregate-error\":\"^3.1.0\",\"ajv\":\"^6.12.3\",\"aws-sdk\":\"^2.585.0\",\"aws-serverless-express\":\"^3.3.5\",\"body-parser\":\"^1.18.3\",\"commander\":\"^2.15.0\",\"cookie-parser\":\"^1.4.3\",\"cors\":\"^2.8.5\",\"dynamodb-data-types\":\"^3.0.0\",\"express\":\"^4.16.4\",\"express-boom\":\"^3.0.0\",\"express-promise-router\":\"^3.0.3\",\"googleapis\":\"^49.0.0\",\"got\":\"^11.7.0\",\"hsts\":\"^2.1.0\",\"is-valid-hostname\":\"0.0.1\",\"json2csv\":\"^4.5.1\",\"jsonpath-plus\":\"^1.1.0\",\"jsonwebtoken\":\"^8.4.0\",\"knex\":\"0.21.13\",\"lodash\":\"^4.17.20\",\"moment\":\"2.24.0\",\"morgan\":\"^1.9.1\",\"nodeify\":\"^1.0.1\",\"nunjucks\":\"^3.2.3\",\"p-each-series\":\"^2.1.0\",\"p-limit\":\"^1.2.0\",\"p-map\":\"^4.0.0\",\"p-retry\":\"^2.0.0\",\"p-wait-for\":\"^2.0.1\",\"querystring\":\"^0.2.0\",\"saml2-js\":\"^3.0.1\",\"semver\":\"^7.3.2\",\"split2\":\"^2.2.0\",\"tough-cookie\":\"^2.4.3\",\"url-join\":\"^4.0.0\",\"uuid\":\"^3.2.1\",\"xml2js\":\"^0.4.22\"},\"devDependencies\":{\"@cumulus/test-data\":\"9.2.4\"}}");
295233
295233
 
295234
295234
  /***/ }),
295235
295235
 
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/ecs-async-operation",
3
- "version": "9.2.3",
3
+ "version": "9.2.4",
4
4
  "description": "The docker image for running async operations",
5
5
  "keywords": [
6
6
  "NASA",
@@ -20,9 +20,9 @@
20
20
  "test": "../../../../node_modules/.bin/ava"
21
21
  },
22
22
  "dependencies": {
23
- "@cumulus/aws-client": "9.2.3",
24
- "@cumulus/db": "9.2.3",
25
- "@cumulus/logger": "9.2.3",
23
+ "@cumulus/aws-client": "9.2.4",
24
+ "@cumulus/db": "9.2.4",
25
+ "@cumulus/logger": "9.2.4",
26
26
  "aws-sdk": "^2.585.0",
27
27
  "got": "^11.7.0",
28
28
  "lodash": "^4.17.20",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/api",
3
- "version": "9.2.3",
3
+ "version": "9.2.4",
4
4
  "description": "Lambda functions for handling all daac's API operations",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -49,26 +49,26 @@
49
49
  "author": "Cumulus Authors",
50
50
  "license": "Apache-2.0",
51
51
  "dependencies": {
52
- "@cumulus/api-client": "9.2.3",
53
- "@cumulus/async-operations": "9.2.3",
54
- "@cumulus/aws-client": "9.2.3",
55
- "@cumulus/cmr-client": "9.2.3",
56
- "@cumulus/cmrjs": "9.2.3",
57
- "@cumulus/collection-config-store": "9.2.3",
58
- "@cumulus/common": "9.2.3",
59
- "@cumulus/db": "9.2.3",
60
- "@cumulus/distribution-utils": "9.2.3",
61
- "@cumulus/errors": "9.2.3",
62
- "@cumulus/es-client": "9.2.3",
63
- "@cumulus/ingest": "9.2.3",
64
- "@cumulus/launchpad-auth": "9.2.3",
65
- "@cumulus/logger": "9.2.3",
66
- "@cumulus/message": "9.2.3",
67
- "@cumulus/oauth-client": "9.2.3",
68
- "@cumulus/object-store": "9.2.3",
69
- "@cumulus/pvl": "9.2.3",
70
- "@cumulus/sftp-client": "9.2.3",
71
- "@cumulus/types": "9.2.3",
52
+ "@cumulus/api-client": "9.2.4",
53
+ "@cumulus/async-operations": "9.2.4",
54
+ "@cumulus/aws-client": "9.2.4",
55
+ "@cumulus/cmr-client": "9.2.4",
56
+ "@cumulus/cmrjs": "9.2.4",
57
+ "@cumulus/collection-config-store": "9.2.4",
58
+ "@cumulus/common": "9.2.4",
59
+ "@cumulus/db": "9.2.4",
60
+ "@cumulus/distribution-utils": "9.2.4",
61
+ "@cumulus/errors": "9.2.4",
62
+ "@cumulus/es-client": "9.2.4",
63
+ "@cumulus/ingest": "9.2.4",
64
+ "@cumulus/launchpad-auth": "9.2.4",
65
+ "@cumulus/logger": "9.2.4",
66
+ "@cumulus/message": "9.2.4",
67
+ "@cumulus/oauth-client": "9.2.4",
68
+ "@cumulus/object-store": "9.2.4",
69
+ "@cumulus/pvl": "9.2.4",
70
+ "@cumulus/sftp-client": "9.2.4",
71
+ "@cumulus/types": "9.2.4",
72
72
  "@mapbox/dyno": "^1.4.2",
73
73
  "aggregate-error": "^3.1.0",
74
74
  "ajv": "^6.12.3",
@@ -110,7 +110,7 @@
110
110
  "xml2js": "^0.4.22"
111
111
  },
112
112
  "devDependencies": {
113
- "@cumulus/test-data": "9.2.3"
113
+ "@cumulus/test-data": "9.2.4"
114
114
  },
115
- "gitHead": "91c94e8972edd3f35b6a1f7e22f81ab3f3f1c3ee"
115
+ "gitHead": "5e5890eaefaecdcb54c382dbb2300c794378c593"
116
116
  }