ask-sdk-runtime
Advanced tools
Comparing version 2.10.1 to 2.10.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.10.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.0...v2.10.2) (2021-03-16) | ||
### Bug Fixes | ||
* export UserAgentManager from core ([#659](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/659)) ([b99d08d](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/b99d08df72e2b2296671d22d3d9bf6c7c030c682)) | ||
# [2.10.1](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.9.0...v2.10.0) (2020-10-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "ask-sdk-runtime", | ||
"version": "2.10.1", | ||
"version": "2.10.2", | ||
"description": "Base runtime package for Alexa Skills Kit SDK", | ||
@@ -47,3 +47,4 @@ "main": "dist/index.js", | ||
"bugs": "https://github.com/alexa/alexa-skill-sdk-for-nodejs/issues", | ||
"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme" | ||
"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme", | ||
"gitHead": "31039daaeb50068fc8ca04740ab7dc4e7be67a52" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69999