Skip to content

Commit

Permalink
fix generated code for new libraries: aws-panorama, aws-rekognition, …
Browse files Browse the repository at this point in the history
…aws-wisdom
  • Loading branch information
madeline-k committed Oct 29, 2021
1 parent 635178f commit f916838
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-panorama/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// AWS::Panorama CloudFormation Resources:
export * from './aws-panorama.generated';
export * from './panorama.generated';
6 changes: 4 additions & 2 deletions packages/@aws-cdk/aws-panorama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@
"@types/jest": "^26.0.22"
},
"dependencies": {
"@aws-cdk/core": "0.0.0"
"@aws-cdk/core": "0.0.0",
"constructs": "^3.3.69"
},
"peerDependencies": {
"@aws-cdk/core": "0.0.0"
"@aws-cdk/core": "0.0.0",
"constructs": "^3.3.69"
},
"engines": {
"node": ">= 10.13.0 <13 || >=13.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-rekognition/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// AWS::Rekognition CloudFormation Resources:
export * from './aws-rekognition.generated';
export * from './rekognition.generated';
6 changes: 4 additions & 2 deletions packages/@aws-cdk/aws-rekognition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@
"@types/jest": "^26.0.22"
},
"dependencies": {
"@aws-cdk/core": "0.0.0"
"@aws-cdk/core": "0.0.0",
"constructs": "^3.3.69"
},
"peerDependencies": {
"@aws-cdk/core": "0.0.0"
"@aws-cdk/core": "0.0.0",
"constructs": "^3.3.69"
},
"engines": {
"node": ">= 10.13.0 <13 || >=13.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-wisdom/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// AWS::Wisdom CloudFormation Resources:
export * from './aws-wisdom.generated';
export * from './wisdom.generated';
6 changes: 4 additions & 2 deletions packages/@aws-cdk/aws-wisdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@
"@types/jest": "^26.0.22"
},
"dependencies": {
"@aws-cdk/core": "0.0.0"
"@aws-cdk/core": "0.0.0",
"constructs": "^3.3.69"
},
"peerDependencies": {
"@aws-cdk/core": "0.0.0"
"@aws-cdk/core": "0.0.0",
"constructs": "^3.3.69"
},
"engines": {
"node": ">= 10.13.0 <13 || >=13.7.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^26.0.24":
"@types/jest@^26.0.22", "@types/jest@^26.0.24":
version "26.0.24"
resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
Expand Down

0 comments on commit f916838

Please sign in to comment.