aws-ia / cloudformation-pagerduty-resource-providers

PagerDuty CFN Registry resource
Apache License 2.0
7 stars 12 forks source link

fix version of typescript lib to match the upgrade in pr 43 #46

Closed zan-mateusz closed 11 months ago

zan-mateusz commented 11 months ago

In PR 43, the version of: @amazon-web-services-cloudformation/cloudformation-cli-typescript-lib has been bumped for all resources. Since the Integration resource has been implemented in parallel, the version of the lib was not updated for it and after merging PR 43 will be out of sync with other resources.

This PR updates version of lib for Integration resource 1.0.3-> 1.0.5

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.