Skip to content

Commit c859f53

Browse files
committed
20.1.3-alpha.2
1 parent 058c128 commit c859f53

File tree

79 files changed

+400
-397
lines changed

Some content is hidden

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

79 files changed

+400
-397
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7+
## [20.1.3-alpha.2] 2025-05-15
78
## [20.1.3-alpha.1] 2025-05-15
89
## [20.1.3-alpha.0] 2025-05-14
910

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": "20.1.3-alpha.1",
3+
"version": "20.1.3-alpha.2",
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": "20.1.3-alpha.1",
3+
"version": "20.1.3-alpha.2",
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": "20.1.3-alpha.1",
23-
"@cumulus/api-client": "20.1.3-alpha.1",
24-
"@cumulus/common": "20.1.3-alpha.1",
25-
"@cumulus/integration-tests": "20.1.3-alpha.1",
26-
"@cumulus/logger": "20.1.3-alpha.1",
27-
"@cumulus/test-data": "20.1.3-alpha.1",
22+
"@cumulus/api": "20.1.3-alpha.2",
23+
"@cumulus/api-client": "20.1.3-alpha.2",
24+
"@cumulus/common": "20.1.3-alpha.2",
25+
"@cumulus/integration-tests": "20.1.3-alpha.2",
26+
"@cumulus/logger": "20.1.3-alpha.2",
27+
"@cumulus/test-data": "20.1.3-alpha.2",
2828
"fs-extra": "^9.0.0",
2929
"jsftp": "https://github.com/jkovarik/jsftp.git#add_288",
3030
"lodash": "^4.17.20"

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": "20.1.3-alpha.1",
3+
"version": "20.1.3-alpha.2",
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": "20.1.3-alpha.1",
24-
"@cumulus/lzards-api-client": "20.1.3-alpha.1"
23+
"@cumulus/logger": "20.1.3-alpha.2",
24+
"@cumulus/lzards-api-client": "20.1.3-alpha.2"
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": "20.1.3-alpha.1",
4+
"version": "20.1.3-alpha.2",
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": "20.1.3-alpha.1",
4+
"version": "20.1.3-alpha.2",
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": "20.1.3-alpha.1",
4+
"version": "20.1.3-alpha.2",
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": "20.1.3-alpha.1",
3+
"version": "20.1.3-alpha.2",
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": "20.1.3-alpha.1",
3+
"version": "20.1.3-alpha.2",
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": "20.1.3-alpha.1",
3+
"version": "20.1.3-alpha.2",
44
"description": "Version Up Test Lambda",
55
"main": "index.js",
66
"private": true,

0 commit comments

Comments
 (0)