alexa-ability
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -96,3 +96,3 @@ 'use strict'; | ||
return isTag ? { type: "SSML", text: (0, _alexaSsml.renderToString)(content) } : { type: "PlainText", text: content }; | ||
return isTag ? { type: "SSML", ssml: (0, _alexaSsml.renderToString)(content) } : { type: "PlainText", text: content }; | ||
} |
{ | ||
"name": "alexa-ability", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -17,3 +17,3 @@ { | ||
"type": "SSML", | ||
"text": "<speak>\n foo\n</speak>\n" | ||
"ssml": "<speak>\n foo\n</speak>\n" | ||
} | ||
@@ -20,0 +20,0 @@ }, |
@@ -55,3 +55,3 @@ /** @jsx ssml */ | ||
type: "SSML", | ||
text: "<speak></speak>\n" | ||
ssml: "<speak></speak>\n" | ||
}); | ||
@@ -90,3 +90,3 @@ }); | ||
type: "SSML", | ||
text: "<speak></speak>\n" | ||
ssml: "<speak></speak>\n" | ||
}); | ||
@@ -93,0 +93,0 @@ }); |
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