Skip to content

Commit 0fa89e8

Browse files
authored
chore: update cdk-generate-synthetic-examples to use latest (#36028)
### Issue # (if applicable) N/A ### Reason for this change Update the `cdk-generate-synthetic-examples` package to use the latest tag so we always get the latest features and improvements. ### Description of changes Updated the version constraint in `scripts/run-rosetta.sh` from `^0.1.292` to `latest` for the `cdk-generate-synthetic-examples` package. ### Describe any new or updated permissions being added None ### Description of how you validated changes This is a dependency version update. The script will use the latest version of the package when generating synthetic examples. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 1e4dfe6 commit 0fa89e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-rosetta.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ time $ROSETTA extract \
7373

7474
if $infuse; then
7575
echo "💎 Generating synthetic examples for the remainder" >&2
76-
time npx cdk-generate-synthetic-examples@^0.1.292 \
76+
time npx cdk-generate-synthetic-examples@latest \
7777
$(cat $jsii_pkgs_file)
7878

7979
time $ROSETTA extract \

0 commit comments

Comments
 (0)