ask-sdk-core
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.5.1](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1) (2019-03-08) | ||
### Bug Fixes | ||
* remove response factory auto escape xml character behavior. ([31ce953](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/31ce953)) | ||
# [2.5.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.4.0...v2.5.0) (2019-03-07) | ||
@@ -8,0 +19,0 @@ |
@@ -15,3 +15,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var SsmlUtils_1 = require("../util/SsmlUtils"); | ||
/** | ||
@@ -54,3 +53,3 @@ * Responsible for building JSON responses using ask-sdk-model as per the Alexa skills kit interface | ||
ssml: '<speak>' | ||
+ SsmlUtils_1.escapeXmlCharacters(trimOutputSpeech(speechOutput)) | ||
+ trimOutputSpeech(speechOutput) | ||
+ '</speak>', | ||
@@ -69,3 +68,3 @@ playBehavior: playBehavior, | ||
ssml: '<speak>' | ||
+ SsmlUtils_1.escapeXmlCharacters(trimOutputSpeech(repromptSpeechOutput)) | ||
+ trimOutputSpeech(repromptSpeechOutput) | ||
+ '</speak>', | ||
@@ -72,0 +71,0 @@ playBehavior: playBehavior, |
{ | ||
"name": "ask-sdk-core", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Core package for Alexa Skills Kit SDK", | ||
@@ -52,3 +52,3 @@ "main": "dist/index.js", | ||
"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme", | ||
"gitHead": "5923afa4340f3af977602ac37135a29829c40629" | ||
"gitHead": "a0d773bcb1b82af5288eaa1f24440bdd327e2c5b" | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
158698
0
2404