Skip to content

Commit

Permalink
Fix bad version numbers that got into repo
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Dec 23, 2024
1 parent 6176e50 commit 9adc33c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-dynamodbstreams-pipes-stepfunctions",
"version": "2.74.0",
"version": "0.0.0",
"description": "CDK Constructs for Amazon DynamoDB Streams to AWS Step Functions via Amazon EventBridge Pipes integration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,15 +53,15 @@
}
},
"dependencies": {
"@aws-solutions-constructs/core": "2.74.0",
"@aws-solutions-constructs/resources": "2.74.0",
"@aws-solutions-constructs/core": "0.0.0",
"@aws-solutions-constructs/resources": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "2.163.1-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "2.163.1"
"aws-cdk-lib": "0.0.0"
},
"jest": {
"moduleFileExtensions": [
Expand All @@ -78,8 +78,8 @@
]
},
"peerDependencies": {
"@aws-solutions-constructs/core": "2.74.0",
"@aws-solutions-constructs/resources": "2.74.0",
"@aws-solutions-constructs/core": "0.0.0",
"@aws-solutions-constructs/resources": "0.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "^2.163.1"
},
Expand Down

0 comments on commit 9adc33c

Please sign in to comment.