aws-observability / aws-rum-web

Amazon CloudWatch RUM Web Client
Apache License 2.0
117 stars 65 forks source link

fix: Add @aws-sdk/querystring-builder as a dependency. #370

Closed qhanam closed 1 year ago

qhanam commented 1 year ago

There is a missing dependency on @aws-sdk/querystring-builder, which can break builds.

This change adds that dependency to package.json.

Resolves #328 .


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.