Skip to content

Commit fead876

Browse files
authored
chore(iot-actions-alpha): add missing rosetta dependency (aws#35400)
### Issue # (if applicable) ### Reason for this change PR builds are failing with `Error: @aws-cdk.aws-iot-alpha-README-L146.ts:9:26 - error TS2307: Cannot find module '@aws-cdk/aws-iot-actions-alpha' or its corresponding type declarations.` lately. This change should fix that issue. ### Description of changes Added missing `@aws-cdk/aws-iot-actions-alpha` dependency ### Describe any new or updated permissions being added NA ### Description of how you validated changes Followed PRs that solved similar issues ### 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 6d64bda commit fead876

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/@aws-cdk/aws-iot-alpha/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,10 @@
112112
"naming/package-matches-directory",
113113
"assert/assert-dependency"
114114
]
115+
},
116+
"jsiiRosetta": {
117+
"exampleDependencies": {
118+
"@aws-cdk/aws-iot-actions-alpha": "^0.0.0"
119+
}
115120
}
116121
}

0 commit comments

Comments
 (0)