aws / aws-iot-device-sdk-js-v2

Next generation AWS IoT Client SDK for Node.js using the AWS Common Runtime
Apache License 2.0
217 stars 97 forks source link

Use the actual aws-crt dependency version to make docs #527

Closed sfod closed 4 weeks ago

sfod commented 4 weeks ago

Issue #, if available:

The current command for getting the CRT version is npm view aws-crt version. It returns the latest available version, not the actual dependency used.

Description of changes:

Parse aws-crt version from package.json.

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