Skip to content

Commit 9adc33c

Browse files
committed
Fix bad version numbers that got into repo
1 parent 6176e50 commit 9adc33c

File tree

1 file changed

+6
-6
lines changed
  • source/patterns/@aws-solutions-constructs/aws-dynamodbstreams-pipes-stepfunctions

1 file changed

+6
-6
lines changed

source/patterns/@aws-solutions-constructs/aws-dynamodbstreams-pipes-stepfunctions/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-solutions-constructs/aws-dynamodbstreams-pipes-stepfunctions",
3-
"version": "2.74.0",
3+
"version": "0.0.0",
44
"description": "CDK Constructs for Amazon DynamoDB Streams to AWS Step Functions via Amazon EventBridge Pipes integration.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -53,15 +53,15 @@
5353
}
5454
},
5555
"dependencies": {
56-
"@aws-solutions-constructs/core": "2.74.0",
57-
"@aws-solutions-constructs/resources": "2.74.0",
56+
"@aws-solutions-constructs/core": "0.0.0",
57+
"@aws-solutions-constructs/resources": "0.0.0",
5858
"constructs": "^10.0.0"
5959
},
6060
"devDependencies": {
6161
"@aws-cdk/integ-tests-alpha": "2.163.1-alpha.0",
6262
"@types/node": "^10.3.0",
6363
"constructs": "^10.0.0",
64-
"aws-cdk-lib": "2.163.1"
64+
"aws-cdk-lib": "0.0.0"
6565
},
6666
"jest": {
6767
"moduleFileExtensions": [
@@ -78,8 +78,8 @@
7878
]
7979
},
8080
"peerDependencies": {
81-
"@aws-solutions-constructs/core": "2.74.0",
82-
"@aws-solutions-constructs/resources": "2.74.0",
81+
"@aws-solutions-constructs/core": "0.0.0",
82+
"@aws-solutions-constructs/resources": "0.0.0",
8383
"constructs": "^10.0.0",
8484
"aws-cdk-lib": "^2.163.1"
8585
},

0 commit comments

Comments
 (0)