From b027adf80dfef40e55a84051ae84871f71ff29ee Mon Sep 17 00:00:00 2001 From: Aimee Barciauskas Date: Wed, 14 Mar 2018 14:30:35 -0400 Subject: [PATCH] Update packages to v1.1.2 (#244) **Summary:** Update packages to `v1.1.2` ## Changes See CHANGELOG.md ## Test Plan - [x] Unit tests Reviewer: @laurenfrederick --- CHANGELOG.md | 5 ++++- README.md | 10 ++++++++-- cumulus/services/sfn-scheduler/package.json | 4 ++-- cumulus/tasks/copy-idx-from-s3-to-efs/package.json | 4 ++-- .../tasks/delete-ingest-tracking-data/package.json | 4 ++-- cumulus/tasks/delete-pdr-ftp/package.json | 4 ++-- cumulus/tasks/delete-pdr-s3/package.json | 4 ++-- cumulus/tasks/discover-cmr-granules/package.json | 4 ++-- cumulus/tasks/discover-granules/package.json | 6 +++--- cumulus/tasks/discover-http-tiles/package.json | 4 ++-- cumulus/tasks/discover-pdr/package.json | 6 +++--- cumulus/tasks/discover-pdrs/package.json | 6 +++--- cumulus/tasks/discover-s3-granules/package.json | 6 +++--- cumulus/tasks/download-activity-mock/package.json | 4 ++-- cumulus/tasks/filter-payload/package.json | 4 ++-- cumulus/tasks/generate-mrf/package.json | 4 ++-- cumulus/tasks/generate-pan/package.json | 4 ++-- cumulus/tasks/generate-pdr-file-list/package.json | 6 +++--- cumulus/tasks/generate-pdrd/package.json | 4 ++-- cumulus/tasks/hello-world/package.json | 2 +- cumulus/tasks/parse-pdr/package.json | 6 +++--- cumulus/tasks/pdr-status-check/package.json | 6 +++--- cumulus/tasks/post-to-cmr/package.json | 8 ++++---- cumulus/tasks/queue-granules/package.json | 6 +++--- cumulus/tasks/queue-pdrs/package.json | 6 +++--- cumulus/tasks/run-gdal/package.json | 4 ++-- cumulus/tasks/sync-granule/package.json | 6 +++--- cumulus/tasks/sync-http-urls/package.json | 4 ++-- cumulus/tasks/sync-wms/package.json | 4 ++-- cumulus/tasks/tee/package.json | 4 ++-- cumulus/tasks/trigger-ingest/package.json | 4 ++-- cumulus/tasks/trigger-mrf-gen/package.json | 4 ++-- cumulus/tasks/trigger-process-pdrs/package.json | 4 ++-- cumulus/tasks/validate-archives/package.json | 4 ++-- cumulus/tasks/validate-pdr/package.json | 6 +++--- lerna.json | 2 +- packages/api/package.json | 8 ++++---- packages/cmrjs/package.json | 4 ++-- packages/common/package.json | 13 ++++++++----- packages/deployment/package.json | 4 ++-- packages/ingest/package.json | 4 ++-- packages/integration-tests/package.json | 6 +++--- packages/task-debug/package.json | 4 ++-- 43 files changed, 114 insertions(+), 102 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b23e783bb..97605e6bd76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v1.1.2] - 2018-03-14 + ### Added - added tools to @cumulus/integration-tests for local integration testing - added end to end testing for discovering and parsing of PDRs @@ -66,7 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [v1.0.0] - 2018-02-23 -[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.1.2...HEAD +[v1.1.2]: https://github.com/cumulus-nasa/cumulus/compare/v1.1.1...v1.1.2 [v1.1.1]: https://github.com/cumulus-nasa/cumulus/compare/v1.0.1...v1.1.1 [v1.1.0]: https://github.com/cumulus-nasa/cumulus/compare/v1.0.1...v1.1.0 [v1.0.1]: https://github.com/cumulus-nasa/cumulus/compare/v1.0.0...v1.0.1 diff --git a/README.md b/README.md index d8d6e58a8e0..5e24e96d5a9 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,15 @@ To update cumulus' version number run: $ yarn update -You will be prompted to select the type of change (patch/minor/major). +You will be prompted to select the type of change (patch/minor/major). Lerna will update the version of all packages after the selection. -Lerna will update the version of all packages after the selection. You then have to commit the changes that are made by Lerna. Update the CHANGELOG.md. Put a header under the 'Unreleased' section with the a version number and the date. Commit these changes as well. +Your next steps should be: + +1. Commit the package version updates that are made by Lerna. +2. Update the CHANGELOG.md. Put a header under the 'Unreleased' section with the new version number and the date. +3. Add a link reference for the github "compare" view at the bottom of the CHANGELOG.md, following the existing pattern. This link reference should create a link in the CHANGELOG's release header to changes in the corresponding release. + +Commit all changes and open a PR. The version number updates should be put in a PR and committed to master along with the changelog updates. After merging to master, tag the master branch with a release using the new version number. diff --git a/cumulus/services/sfn-scheduler/package.json b/cumulus/services/sfn-scheduler/package.json index 276c67ecebe..5b1a6ad464c 100644 --- a/cumulus/services/sfn-scheduler/package.json +++ b/cumulus/services/sfn-scheduler/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/sfn-scheduler", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Runs ingest timers as configured in /config/products.json", "main": "index.js", "keywords": [ @@ -17,7 +17,7 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "lodash": "^4.17.4", "uuid": "^3.0.1" } diff --git a/cumulus/tasks/copy-idx-from-s3-to-efs/package.json b/cumulus/tasks/copy-idx-from-s3-to-efs/package.json index f1c139426d1..9b9d1b6dbbd 100644 --- a/cumulus/tasks/copy-idx-from-s3-to-efs/package.json +++ b/cumulus/tasks/copy-idx-from-s3-to-efs/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/copy-idx-from-s3-to-efs", - "version": "1.1.0", + "version": "1.1.2", "description": "Task to copy idx file from S3 to EFS for OnEarth 2.0.", "main": "index.js", "private": true, @@ -35,7 +35,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "@cumulus/test-data": "^1.1.0" }, "devDependencies": { diff --git a/cumulus/tasks/delete-ingest-tracking-data/package.json b/cumulus/tasks/delete-ingest-tracking-data/package.json index 41da5fcc9ae..7b7ac9ddc4f 100644 --- a/cumulus/tasks/delete-ingest-tracking-data/package.json +++ b/cumulus/tasks/delete-ingest-tracking-data/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/delete-ingest-tracking-data", - "version": "1.1.0", + "version": "1.1.2", "description": "Task to delete ingest tracking data when ingest has completed.", "main": "index.js", "private": true, @@ -36,7 +36,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0" + "@cumulus/common": "^1.1.2" }, "devDependencies": { "@ava/babel-preset-stage-4": "^1.1.0", diff --git a/cumulus/tasks/delete-pdr-ftp/package.json b/cumulus/tasks/delete-pdr-ftp/package.json index b5e109995a7..df886160919 100644 --- a/cumulus/tasks/delete-pdr-ftp/package.json +++ b/cumulus/tasks/delete-pdr-ftp/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/delete-pdr-ftp", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "SIPS handler PDR discovery task", "main": "index.js", "keywords": [ @@ -35,7 +35,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "ftp": "^0.3.10", "node-fetch": "^1.6.1", "parse-duration": "^0.1.1", diff --git a/cumulus/tasks/delete-pdr-s3/package.json b/cumulus/tasks/delete-pdr-s3/package.json index ac3900400c8..e5a09182201 100644 --- a/cumulus/tasks/delete-pdr-s3/package.json +++ b/cumulus/tasks/delete-pdr-s3/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/delete-pdr-s3", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "SIPS handler PDR discovery task", "main": "index.js", "keywords": [ @@ -39,7 +39,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "ftp": "^0.3.10", "node-fetch": "^1.6.1", "parse-duration": "^0.1.1", diff --git a/cumulus/tasks/discover-cmr-granules/package.json b/cumulus/tasks/discover-cmr-granules/package.json index 6d43217e65c..c8bfb447248 100644 --- a/cumulus/tasks/discover-cmr-granules/package.json +++ b/cumulus/tasks/discover-cmr-granules/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/discover-cmr-granules", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Discovers granules from the CMR", "main": "index.js", "keywords": [ @@ -19,7 +19,7 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "moment": "^2.19.2", "node-fetch": "^1.6.1", "parse-duration": "^0.1.1" diff --git a/cumulus/tasks/discover-granules/package.json b/cumulus/tasks/discover-granules/package.json index 7abda15895e..075913f0964 100644 --- a/cumulus/tasks/discover-granules/package.json +++ b/cumulus/tasks/discover-granules/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/discover-granules", - "version": "1.1.1", + "version": "1.1.2", "description": "Discover Granules in FTP/HTTP/SFTP endpoints", "main": "index.js", "directories": { @@ -37,9 +37,9 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "@cumulus/cumulus-message-adapter-js": "^1.0.1", - "@cumulus/ingest": "^1.1.1", + "@cumulus/ingest": "^1.1.2", "@cumulus/test-data": "^1.1.0", "babel-core": "^6.25.0", "babel-loader": "^6.2.4", diff --git a/cumulus/tasks/discover-http-tiles/package.json b/cumulus/tasks/discover-http-tiles/package.json index 5e428cc9ccf..44a67c2c815 100644 --- a/cumulus/tasks/discover-http-tiles/package.json +++ b/cumulus/tasks/discover-http-tiles/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/discover-http-tiles", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Crawls an HTTP endpoint to discover tiled imagery", "main": "index.js", "keywords": [ @@ -14,7 +14,7 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "async": "^2.0.0", "lodash": "^4.15.0", "simplecrawler": "git+https://github.com/cgiffard/node-simplecrawler.git#193e506c39164ddf045c7c6c502e1a015d85a290" diff --git a/cumulus/tasks/discover-pdr/package.json b/cumulus/tasks/discover-pdr/package.json index 91182228125..7e5cac59c7f 100644 --- a/cumulus/tasks/discover-pdr/package.json +++ b/cumulus/tasks/discover-pdr/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/discover-pdr", "private": true, - "version": "1.1.1", + "version": "1.1.2", "description": "SIPS handler PDR discovery task", "main": "index.js", "keywords": [ @@ -36,8 +36,8 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", - "@cumulus/ingest": "^1.1.1", + "@cumulus/common": "^1.1.2", + "@cumulus/ingest": "^1.1.2", "ftp": "^0.3.10", "node-fetch": "^1.6.1", "parse-duration": "^0.1.1", diff --git a/cumulus/tasks/discover-pdrs/package.json b/cumulus/tasks/discover-pdrs/package.json index 292bd888b93..aad39f9f548 100644 --- a/cumulus/tasks/discover-pdrs/package.json +++ b/cumulus/tasks/discover-pdrs/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/discover-pdrs", - "version": "1.1.1", + "version": "1.1.2", "description": "Discover PDRs in FTP and HTTP endpoints", "main": "index.js", "directories": { @@ -36,9 +36,9 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "@cumulus/cumulus-message-adapter-js": "^1.0.1", - "@cumulus/ingest": "^1.1.1", + "@cumulus/ingest": "^1.1.2", "@cumulus/test-data": "^1.1.0", "babel-core": "^6.25.0", "babel-loader": "^6.2.4", diff --git a/cumulus/tasks/discover-s3-granules/package.json b/cumulus/tasks/discover-s3-granules/package.json index 686596acad8..c397d332803 100644 --- a/cumulus/tasks/discover-s3-granules/package.json +++ b/cumulus/tasks/discover-s3-granules/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/discover-s3-granules", - "version": "1.1.1", + "version": "1.1.2", "description": "Discover granules from an S3 bucket", "main": "index.js", "directories": { @@ -35,9 +35,9 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "@cumulus/cumulus-message-adapter-js": "^1.0.1", - "@cumulus/ingest": "^1.1.1", + "@cumulus/ingest": "^1.1.2", "@cumulus/test-data": "^1.1.0", "babel-core": "^6.25.0", "babel-loader": "^6.2.4", diff --git a/cumulus/tasks/download-activity-mock/package.json b/cumulus/tasks/download-activity-mock/package.json index e6675cc4d25..53f2a897306 100644 --- a/cumulus/tasks/download-activity-mock/package.json +++ b/cumulus/tasks/download-activity-mock/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/dowload-activity-mock", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Mock for provider gateway", "main": "index.js", "keywords": [ @@ -35,7 +35,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "ftp": "^0.3.10", "node-fetch": "^1.6.1", "parse-duration": "^0.1.1", diff --git a/cumulus/tasks/filter-payload/package.json b/cumulus/tasks/filter-payload/package.json index f6ce07617c2..3ae88972f0e 100644 --- a/cumulus/tasks/filter-payload/package.json +++ b/cumulus/tasks/filter-payload/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/filter-payload", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Task to filter the payload from one task to the next", "main": "index.js", "keywords": [ @@ -35,7 +35,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0" + "@cumulus/common": "^1.1.2" }, "devDependencies": { "@ava/babel-preset-stage-4": "^1.1.0", diff --git a/cumulus/tasks/generate-mrf/package.json b/cumulus/tasks/generate-mrf/package.json index 6a0a0d29148..3a66252de3e 100644 --- a/cumulus/tasks/generate-mrf/package.json +++ b/cumulus/tasks/generate-mrf/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/generate-mrf", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Generates MRFs for ingested tiles", "main": "index.js", "keywords": [ @@ -14,7 +14,7 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "async": "^2.0.0", "lodash": "^4.13.1", "mustache": "^2.2.1", diff --git a/cumulus/tasks/generate-pan/package.json b/cumulus/tasks/generate-pan/package.json index 4554ed9b1d4..3dccf1f5623 100644 --- a/cumulus/tasks/generate-pan/package.json +++ b/cumulus/tasks/generate-pan/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/generate-pan", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "SIPS handler PAN generation/upload task", "main": "index.js", "keywords": [ @@ -35,7 +35,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "ftp": "^0.3.10", "node-fetch": "^1.6.1", "parse-duration": "^0.1.1", diff --git a/cumulus/tasks/generate-pdr-file-list/package.json b/cumulus/tasks/generate-pdr-file-list/package.json index 65c9d342d2d..c6df276748e 100644 --- a/cumulus/tasks/generate-pdr-file-list/package.json +++ b/cumulus/tasks/generate-pdr-file-list/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/generate-pdr-file-list", "private": true, - "version": "1.1.1", + "version": "1.1.2", "description": "SIPS handler PDR processing task", "main": "index.js", "keywords": [ @@ -35,8 +35,8 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", - "@cumulus/ingest": "^1.1.1", + "@cumulus/common": "^1.1.2", + "@cumulus/ingest": "^1.1.2", "@cumulus/pvl": "^1.0.0", "ftp": "^0.3.10", "node-fetch": "^1.6.1", diff --git a/cumulus/tasks/generate-pdrd/package.json b/cumulus/tasks/generate-pdrd/package.json index 8e98ee34171..838d0d89ecd 100644 --- a/cumulus/tasks/generate-pdrd/package.json +++ b/cumulus/tasks/generate-pdrd/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/generate-pdrd", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "SIPS handler generating a PDRD when PDR validation fails", "main": "index.js", "keywords": [ @@ -35,7 +35,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "ftp": "^0.3.10", "node-fetch": "^1.6.1", "parse-duration": "^0.1.1", diff --git a/cumulus/tasks/hello-world/package.json b/cumulus/tasks/hello-world/package.json index 675813a5e51..d9f9e08f82e 100644 --- a/cumulus/tasks/hello-world/package.json +++ b/cumulus/tasks/hello-world/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/hello-world", - "version": "1.0.1", + "version": "1.1.2", "description": "Example task", "main": "index.js", "directories": { diff --git a/cumulus/tasks/parse-pdr/package.json b/cumulus/tasks/parse-pdr/package.json index c1995a1cc34..a41b9f980c4 100644 --- a/cumulus/tasks/parse-pdr/package.json +++ b/cumulus/tasks/parse-pdr/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/parse-pdr", - "version": "1.1.1", + "version": "1.1.2", "description": "Download and Parse a given PDR", "main": "index.js", "directories": { @@ -39,9 +39,9 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "@cumulus/cumulus-message-adapter-js": "^1.0.1", - "@cumulus/ingest": "^1.1.1", + "@cumulus/ingest": "^1.1.2", "@cumulus/test-data": "^1.1.0", "babel-core": "^6.25.0", "babel-loader": "^6.2.4", diff --git a/cumulus/tasks/pdr-status-check/package.json b/cumulus/tasks/pdr-status-check/package.json index 9afd90c5a48..219925ecaf6 100644 --- a/cumulus/tasks/pdr-status-check/package.json +++ b/cumulus/tasks/pdr-status-check/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/pdr-status-check", - "version": "1.1.1", + "version": "1.1.2", "description": "Checks execution status of granules in a PDR", "main": "index.js", "directories": { @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "@cumulus/cumulus-message-adapter-js": "^1.0.1", - "@cumulus/ingest": "^1.1.1", + "@cumulus/ingest": "^1.1.2", "@cumulus/test-data": "^1.1.0", "babel-core": "^6.25.0", "babel-loader": "^6.2.4", diff --git a/cumulus/tasks/post-to-cmr/package.json b/cumulus/tasks/post-to-cmr/package.json index 639bb4f99b6..aaed130f5cf 100644 --- a/cumulus/tasks/post-to-cmr/package.json +++ b/cumulus/tasks/post-to-cmr/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/post-to-cmr", - "version": "1.1.1", + "version": "1.1.2", "description": "Post a given granule to CMR", "main": "index.js", "directories": { @@ -41,10 +41,10 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/cmrjs": "^1.1.0", - "@cumulus/common": "^1.1.0", + "@cumulus/cmrjs": "^1.1.2", + "@cumulus/common": "^1.1.2", "@cumulus/cumulus-message-adapter-js": "^1.0.1", - "@cumulus/ingest": "^1.1.1", + "@cumulus/ingest": "^1.1.2", "@cumulus/test-data": "^1.1.0", "babel-core": "^6.25.0", "babel-loader": "^6.2.4", diff --git a/cumulus/tasks/queue-granules/package.json b/cumulus/tasks/queue-granules/package.json index bd89997a13f..ff4812d1b63 100644 --- a/cumulus/tasks/queue-granules/package.json +++ b/cumulus/tasks/queue-granules/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/queue-granules", - "version": "1.1.1", + "version": "1.1.2", "description": "Add discovered granules to the queue", "main": "index.js", "directories": { @@ -38,9 +38,9 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "@cumulus/cumulus-message-adapter-js": "^1.0.1", - "@cumulus/ingest": "^1.1.1", + "@cumulus/ingest": "^1.1.2", "babel-core": "^6.25.0", "babel-loader": "^6.2.4", "babel-plugin-transform-async-to-generator": "^6.24.1", diff --git a/cumulus/tasks/queue-pdrs/package.json b/cumulus/tasks/queue-pdrs/package.json index 119fe39157c..bdf74ab0c8a 100644 --- a/cumulus/tasks/queue-pdrs/package.json +++ b/cumulus/tasks/queue-pdrs/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/queue-pdrs", - "version": "1.1.1", + "version": "1.1.2", "description": "Add discovered PDRs to a queue", "main": "index.js", "directories": { @@ -37,9 +37,9 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "@cumulus/cumulus-message-adapter-js": "^1.0.1", - "@cumulus/ingest": "^1.1.1", + "@cumulus/ingest": "^1.1.2", "babel-core": "^6.25.0", "babel-loader": "^6.2.4", "babel-plugin-transform-async-to-generator": "^6.24.1", diff --git a/cumulus/tasks/run-gdal/package.json b/cumulus/tasks/run-gdal/package.json index 4fa6b2e0035..58724633c9e 100644 --- a/cumulus/tasks/run-gdal/package.json +++ b/cumulus/tasks/run-gdal/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@cumulus/run-gdal", - "version": "1.1.0", + "version": "1.1.2", "description": "Runs gdal commands as a task", "main": "index.js", "keywords": [ @@ -28,6 +28,6 @@ "webpack": "^1.12.13" }, "dependencies": { - "@cumulus/common": "^1.1.0" + "@cumulus/common": "^1.1.2" } } diff --git a/cumulus/tasks/sync-granule/package.json b/cumulus/tasks/sync-granule/package.json index 5cc6d27e6b3..3dae4c49c8d 100644 --- a/cumulus/tasks/sync-granule/package.json +++ b/cumulus/tasks/sync-granule/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/sync-granule", - "version": "1.1.1", + "version": "1.1.2", "description": "Download a given granule", "main": "index.js", "directories": { @@ -41,9 +41,9 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "@cumulus/cumulus-message-adapter-js": "^1.0.1", - "@cumulus/ingest": "^1.1.1", + "@cumulus/ingest": "^1.1.2", "@cumulus/test-data": "^1.1.0", "babel-core": "^6.25.0", "babel-loader": "^6.2.4", diff --git a/cumulus/tasks/sync-http-urls/package.json b/cumulus/tasks/sync-http-urls/package.json index 260a1aec36a..7fe94a2f7fc 100644 --- a/cumulus/tasks/sync-http-urls/package.json +++ b/cumulus/tasks/sync-http-urls/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/sync-http-urls", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Synchronizes http links to s3", "main": "index.js", "keywords": [ @@ -14,7 +14,7 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "async": "^2.0.0", "lodash": "^4.13.1", "request": "^2.83.0" diff --git a/cumulus/tasks/sync-wms/package.json b/cumulus/tasks/sync-wms/package.json index 190f3350448..052e9ca950d 100644 --- a/cumulus/tasks/sync-wms/package.json +++ b/cumulus/tasks/sync-wms/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/sync-wms", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Transforms input granule info to WMS URLs for URL sync", "main": "index.js", "keywords": [ @@ -14,6 +14,6 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0" + "@cumulus/common": "^1.1.2" } } diff --git a/cumulus/tasks/tee/package.json b/cumulus/tasks/tee/package.json index e072025dde5..1ede4c9e6c1 100644 --- a/cumulus/tasks/tee/package.json +++ b/cumulus/tasks/tee/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/tee", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Task for testing that splits output", "main": "index.js", "keywords": [ @@ -15,7 +15,7 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "ftp": "^0.3.10", "node-fetch": "^1.6.1", "parse-duration": "^0.1.1", diff --git a/cumulus/tasks/trigger-ingest/package.json b/cumulus/tasks/trigger-ingest/package.json index 9543cd1685e..79b00b61ca8 100644 --- a/cumulus/tasks/trigger-ingest/package.json +++ b/cumulus/tasks/trigger-ingest/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/trigger-ingest", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Transforms input granule info to WMS URLs for URL sync", "main": "index.js", "keywords": [ @@ -14,7 +14,7 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "lodash": "^4.17.4" } } diff --git a/cumulus/tasks/trigger-mrf-gen/package.json b/cumulus/tasks/trigger-mrf-gen/package.json index 1c204fce14e..b458792b18b 100644 --- a/cumulus/tasks/trigger-mrf-gen/package.json +++ b/cumulus/tasks/trigger-mrf-gen/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/trigger-mrf-gen", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Invokes MRFGen for every group of images passed to it", "main": "index.js", "keywords": [ @@ -32,7 +32,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0" + "@cumulus/common": "^1.1.2" }, "devDependencies": { "@ava/babel-preset-stage-4": "^1.1.0", diff --git a/cumulus/tasks/trigger-process-pdrs/package.json b/cumulus/tasks/trigger-process-pdrs/package.json index 529ae6c773f..d4b00f6ccab 100644 --- a/cumulus/tasks/trigger-process-pdrs/package.json +++ b/cumulus/tasks/trigger-process-pdrs/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/trigger-process-pdrs", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "Transforms input granule info to WMS URLs for URL sync", "main": "index.js", "keywords": [ @@ -34,7 +34,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0" + "@cumulus/common": "^1.1.2" }, "devDependencies": { "@ava/babel-preset-stage-4": "^1.1.0", diff --git a/cumulus/tasks/validate-archives/package.json b/cumulus/tasks/validate-archives/package.json index ec12747ee4c..40ee7ecf0ee 100644 --- a/cumulus/tasks/validate-archives/package.json +++ b/cumulus/tasks/validate-archives/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/validate-archives", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "SIPS handler archive validation task", "main": "index.js", "keywords": [ @@ -35,7 +35,7 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "checksum": "^0.1.1", "ftp": "^0.3.10", "gunzip-maybe": "^1.4.1", diff --git a/cumulus/tasks/validate-pdr/package.json b/cumulus/tasks/validate-pdr/package.json index 9d08d059d79..cf7ff6ab910 100644 --- a/cumulus/tasks/validate-pdr/package.json +++ b/cumulus/tasks/validate-pdr/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/validate-pdr", "private": true, - "version": "1.1.1", + "version": "1.1.2", "description": "SIPS handler PDR processing task", "main": "index.js", "keywords": [ @@ -39,8 +39,8 @@ ] }, "dependencies": { - "@cumulus/common": "^1.1.0", - "@cumulus/ingest": "^1.1.1", + "@cumulus/common": "^1.1.2", + "@cumulus/ingest": "^1.1.2", "@cumulus/pvl": "^1.0.0", "ftp": "^0.3.10", "node-fetch": "^1.6.1", diff --git a/lerna.json b/lerna.json index fd580d37824..bb5e9b0f42c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.9.0", - "version": "1.1.1", + "version": "1.1.2", "packages": [ "packages/*", "cumulus/tasks/*", diff --git a/packages/api/package.json b/packages/api/package.json index 9feedc1cae6..58b7f51a87e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/api", - "version": "1.1.1", + "version": "1.1.2", "description": "Lambda functions for handling all daac's API operations", "main": "index.js", "scripts": { @@ -32,9 +32,9 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/cmrjs": "^1.1.0", - "@cumulus/common": "^1.1.0", - "@cumulus/ingest": "^1.1.1", + "@cumulus/cmrjs": "^1.1.2", + "@cumulus/common": "^1.1.2", + "@cumulus/ingest": "^1.1.2", "@cumulus/pvl": "^1.0.0", "ajv": "^5.2.2", "archiver": "^2.1.1", diff --git a/packages/cmrjs/package.json b/packages/cmrjs/package.json index 9f8606abb1b..a2fca4ae67e 100644 --- a/packages/cmrjs/package.json +++ b/packages/cmrjs/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/cmrjs", - "version": "1.1.0", + "version": "1.1.2", "description": "A node SDK for CMR", "scripts": { "test": "echo 'no tests'" @@ -26,7 +26,7 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "got": "^7.1.0", "json-loader": "^0.5.4", "lodash.property": "^4.4.2", diff --git a/packages/common/package.json b/packages/common/package.json index 7ac86f11373..d3d256bf64e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/common", - "version": "1.1.0", + "version": "1.1.2", "description": "Common utilities used across tasks", "keywords": [ "GIBS", @@ -31,11 +31,14 @@ }, "babel": { "presets": [ - ["env", { - "targets": { - "node": "6.10" + [ + "env", + { + "targets": { + "node": "6.10" + } } - }] + ] ] }, "author": "Cumulus Authors", diff --git a/packages/deployment/package.json b/packages/deployment/package.json index 07b774d7c07..4c164688b16 100644 --- a/packages/deployment/package.json +++ b/packages/deployment/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/deployment", - "version": "1.0.1", + "version": "1.1.2", "description": "Deployment templates for cumulus", "scripts": { "test": "ava --no-color", @@ -36,8 +36,8 @@ "extract-zip": "^1.6.6", "fs-extra": "^5.0.0", "kes": "~2.1.2", - "lodash.omit": "4.5.0", "lodash.get": "^4.4.2", + "lodash.omit": "4.5.0", "node-forge": "^0.7.1", "p-limit": "^1.1.0", "request": "^2.83.0" diff --git a/packages/ingest/package.json b/packages/ingest/package.json index 4e6093aa98f..f8f4d1ba1ad 100644 --- a/packages/ingest/package.json +++ b/packages/ingest/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/ingest", - "version": "1.1.1", + "version": "1.1.2", "description": "Ingest utilities", "scripts": { "test": "env TEST=true ava" @@ -38,7 +38,7 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "@cumulus/pvl": "^1.0.0", "@cumulus/test-data": "^1.1.0", "aws-sdk": "^2.4.11", diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index d48ea703f1d..9cec04cc364 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/integration-tests", - "version": "1.1.0", + "version": "1.1.2", "description": "Integration tests", "bin": { "cumulus-test": "./bin/cli.js" @@ -29,8 +29,8 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "^1.1.0", - "@cumulus/deployment": "^1.0.1", + "@cumulus/common": "^1.1.2", + "@cumulus/deployment": "^1.1.2", "babel-core": "^6.25.0", "babel-loader": "^6.2.4", "babel-plugin-transform-async-to-generator": "^6.24.1", diff --git a/packages/task-debug/package.json b/packages/task-debug/package.json index 046cf73af1a..3d9ab0d30a9 100644 --- a/packages/task-debug/package.json +++ b/packages/task-debug/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/task-debug", "private": true, - "version": "1.1.0", + "version": "1.1.2", "description": "A harness for debugging workflows.", "main": "index.js", "repository": { @@ -18,7 +18,7 @@ "test": "test" }, "dependencies": { - "@cumulus/common": "^1.1.0", + "@cumulus/common": "^1.1.2", "commander": "^2.11.0" }, "devDependencies": {