Skip to content

Commit bad5894

Browse files
committed
npm packages 18.2.0-alpha.0 for dashboard localstack upgrade
1 parent e272178 commit bad5894

File tree

72 files changed

+342
-340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+342
-340
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2525
version 1.7.0-alpha.2-SNAPSHOT
2626
- **CUMULUS-3502**
2727
- Upgraded localstack to v3.0.0 to support recent aws-sdk releases and update unit tests.
28+
- **test-release**
29+
- Release npm packages 18.2.0-alpha.0 for dashboard localstack upgrade
2830

2931
### Fixed
3032

example/lambdas/asyncOperations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/test-async-operations",
3-
"version": "18.1.0",
3+
"version": "18.2.0-alpha.0",
44
"description": "AsyncOperations Test Lambda",
55
"main": "index.js",
66
"private": true,

example/lambdas/ftpPopulateTestLambda/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/ftp-populate-test-lambda",
3-
"version": "18.1.0",
3+
"version": "18.2.0-alpha.0",
44
"description": "FTP Population Utility Lambda",
55
"main": "index.js",
66
"private": true,
@@ -19,12 +19,12 @@
1919
"access": "private"
2020
},
2121
"dependencies": {
22-
"@cumulus/api": "18.1.0",
23-
"@cumulus/api-client": "18.1.0",
24-
"@cumulus/common": "18.1.0",
25-
"@cumulus/integration-tests": "18.1.0",
26-
"@cumulus/logger": "18.1.0",
27-
"@cumulus/test-data": "18.1.0",
22+
"@cumulus/api": "18.2.0-alpha.0",
23+
"@cumulus/api-client": "18.2.0-alpha.0",
24+
"@cumulus/common": "18.2.0-alpha.0",
25+
"@cumulus/integration-tests": "18.2.0-alpha.0",
26+
"@cumulus/logger": "18.2.0-alpha.0",
27+
"@cumulus/test-data": "18.2.0-alpha.0",
2828
"aws-sdk": "^2.1492.0",
2929
"fs-extra": "^9.0.0",
3030
"jsftp": "https://github.com/jkovarik/jsftp.git#add_288",

example/lambdas/lzardsClientTest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/test-lzards-api-lambda",
3-
"version": "18.1.0",
3+
"version": "18.2.0-alpha.0",
44
"description": "LZARDS API Client Test Lambda",
55
"private": true,
66
"engines": {
@@ -20,7 +20,7 @@
2020
"author": "Cumulus Authors",
2121
"license": "Apache-2.0",
2222
"dependencies": {
23-
"@cumulus/logger": "18.1.0",
24-
"@cumulus/lzards-api-client": "18.1.0"
23+
"@cumulus/logger": "18.2.0-alpha.0",
24+
"@cumulus/lzards-api-client": "18.2.0-alpha.0"
2525
}
2626
}

example/lambdas/python-processing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cumulus/python-process-activity",
33
"private": true,
4-
"version": "18.1.0",
4+
"version": "18.2.0-alpha.0",
55
"description": "Python reference activity",
66
"homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-activity",
77
"repository": {

example/lambdas/python-reference-activity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cumulus/python-reference-activity",
33
"private": true,
4-
"version": "18.1.0",
4+
"version": "18.2.0-alpha.0",
55
"description": "Python reference activity",
66
"homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-activity",
77
"repository": {

example/lambdas/python-reference-task/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cumulus/python-reference-task",
33
"private": true,
4-
"version": "18.1.0",
4+
"version": "18.2.0-alpha.0",
55
"description": "Python reference task",
66
"main": "index.js",
77
"homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-task",

example/lambdas/s3AccessTest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/test-s3-access",
3-
"version": "18.1.0",
3+
"version": "18.2.0-alpha.0",
44
"description": "S3 Access Test Lambda",
55
"main": "index.js",
66
"private": true,

example/lambdas/snsS3Test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/test-sns-s3",
3-
"version": "18.1.0",
3+
"version": "18.2.0-alpha.0",
44
"description": "SNS to S3 Test Lambda",
55
"main": "index.js",
66
"private": true,

example/lambdas/versionUpTest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/test-version-up",
3-
"version": "18.1.0",
3+
"version": "18.2.0-alpha.0",
44
"description": "Version Up Test Lambda",
55
"main": "index.js",
66
"private": true,

0 commit comments

Comments
 (0)