ask-sdk-runtime
Advanced tools
Comparing version 2.10.2 to 2.12.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.12.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.11.0...v2.12.0) (2022-01-28) | ||
### Bug Fixes | ||
* updated node minimum versions for Github Actions and @types/node to fix test failures ([7636f36](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/7636f3628b26af3fce0088105bb4b6738b9299c8)) | ||
## [2.10.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.0...v2.10.2) (2021-03-16) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "ask-sdk-runtime", | ||
"version": "2.10.2", | ||
"version": "2.12.0", | ||
"description": "Base runtime package for Alexa Skills Kit SDK", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.1", | ||
"@types/node": "^16.11.1", | ||
"@types/sinon": "^7.0.13", | ||
@@ -49,3 +49,3 @@ "@typescript-eslint/eslint-plugin": "^3.9.0", | ||
"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme", | ||
"gitHead": "31039daaeb50068fc8ca04740ab7dc4e7be67a52" | ||
"gitHead": "9e5e717cd6c45dcc220e0a6ffdafa41123c3d2c8" | ||
} |
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
70337