ask-sdk-express-adapter
Advanced tools
Comparing version 2.11.0 to 2.12.0
@@ -6,2 +6,14 @@ # 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 | ||
* lint errors caused on crypto due to node versions upgrade ([61b6c1b](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/61b6c1bc5524ae4732448dfb337911c4da5cf8e3)) | ||
* 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.11.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.2...v2.11.0) (2021-07-21) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "ask-sdk-express-adapter", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "Express adapter package for Alexa Skills Kit SDK", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.1", | ||
"@types/node": "^16.11.1", | ||
"@types/node-forge": "^0.8.0", | ||
@@ -50,3 +50,3 @@ "@types/semver": "^7.3.4", | ||
"@typescript-eslint/parser": "^3.9.0", | ||
"ask-sdk-core": "^2.11.0", | ||
"ask-sdk-core": "^2.12.0", | ||
"ask-sdk-model": "^1.29.0", | ||
@@ -69,3 +69,3 @@ "chai": "^4.1.2", | ||
"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme", | ||
"gitHead": "77a66b74a8bd1a9cc536d13c89870b97d9e0e66a" | ||
"gitHead": "9e5e717cd6c45dcc220e0a6ffdafa41123c3d2c8" | ||
} |
Sorry, the diff of this file is not supported yet
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
61336