Skip to content

Commit

Permalink
revert package.json version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mickychetta committed Apr 22, 2022
1 parent 1c4f018 commit 29d22c4
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-fargate-ssmstringparameter",
"version": "1.149.0",
"version": "0.0.0",
"description": "CDK Constructs for AWS Fargate to AWS SSM Parameter Store Integration",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,21 +53,21 @@
}
},
"dependencies": {
"@aws-cdk/core": "1.149.0",
"@aws-cdk/aws-ec2": "1.149.0",
"@aws-cdk/aws-ssm": "1.149.0",
"@aws-cdk/aws-ecs": "1.149.0",
"@aws-solutions-constructs/core": "1.149.0",
"@aws-cdk/core": "0.0.0",
"@aws-cdk/aws-ec2": "0.0.0",
"@aws-cdk/aws-ssm": "0.0.0",
"@aws-cdk/aws-ecs": "0.0.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^3.2.0"
},
"devDependencies": {
"@aws-cdk/assert": "1.149.0",
"@aws-cdk/core": "1.149.0",
"@aws-cdk/aws-ec2": "1.149.0",
"@aws-cdk/aws-ssm": "1.149.0",
"@aws-cdk/aws-ecs": "1.149.0",
"@aws-cdk/assert": "0.0.0",
"@aws-cdk/core": "0.0.0",
"@aws-cdk/aws-ec2": "0.0.0",
"@aws-cdk/aws-ssm": "0.0.0",
"@aws-cdk/aws-ecs": "0.0.0",
"@types/jest": "^26.0.22",
"@aws-solutions-constructs/core": "1.149.0",
"@aws-solutions-constructs/core": "0.0.0",
"@types/node": "^10.3.0",
"constructs": "3.2.0"
},
Expand All @@ -86,11 +86,11 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "1.149.0",
"@aws-cdk/aws-ec2": "1.149.0",
"@aws-cdk/aws-ssm": "1.149.0",
"@aws-cdk/aws-ecs": "1.149.0",
"@aws-solutions-constructs/core": "1.149.0",
"@aws-cdk/core": "0.0.0",
"@aws-cdk/aws-ec2": "0.0.0",
"@aws-cdk/aws-ssm": "0.0.0",
"@aws-cdk/aws-ecs": "0.0.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^3.2.0"
},
"keywords": [
Expand Down

0 comments on commit 29d22c4

Please sign in to comment.