web-speech-cognitive-services
Advanced tools
Comparing version 1.0.1-master.2c7d643 to 1.0.1-master.ab993df
@@ -8,5 +8,13 @@ # Changelog | ||
## [Unreleased] | ||
### Added | ||
- SpeechSynthesis polyfill with Cognitive Services | ||
### Changed | ||
- Removed `CognitiveServices` prefix | ||
- Renamed `CognitiveServicesSpeechGrammarList` to `SpeechGrammarList` | ||
- Renamed `CognitiveServicesSpeechRecognition` to `SpeechRecognition` | ||
## [1.0.0] - 2018-06-29 | ||
### Added | ||
- Initial release | ||
- SpeechRecognition polyfill with Cognitive Services |
@@ -6,18 +6,29 @@ 'use strict'; | ||
}); | ||
exports.CognitiveServicesSpeechGrammarList = undefined; | ||
exports.SpeechSynthesisUtterance = exports.speechSynthesis = exports.SpeechRecognition = exports.SpeechGrammarList = undefined; | ||
require('babel-polyfill'); | ||
var _CognitiveServicesSpeechGrammarList = require('./CognitiveServicesSpeechGrammarList'); | ||
var _SpeechGrammarList = require('./recognition/SpeechGrammarList'); | ||
var _CognitiveServicesSpeechGrammarList2 = _interopRequireDefault(_CognitiveServicesSpeechGrammarList); | ||
var _SpeechGrammarList2 = _interopRequireDefault(_SpeechGrammarList); | ||
var _CognitiveServicesSpeechRecognition = require('./CognitiveServicesSpeechRecognition'); | ||
var _SpeechRecognition = require('./recognition/SpeechRecognition'); | ||
var _CognitiveServicesSpeechRecognition2 = _interopRequireDefault(_CognitiveServicesSpeechRecognition); | ||
var _SpeechRecognition2 = _interopRequireDefault(_SpeechRecognition); | ||
var _speechSynthesis = require('./synthesis/speechSynthesis'); | ||
var _speechSynthesis2 = _interopRequireDefault(_speechSynthesis); | ||
var _SpeechSynthesisUtterance = require('./synthesis/SpeechSynthesisUtterance'); | ||
var _SpeechSynthesisUtterance2 = _interopRequireDefault(_SpeechSynthesisUtterance); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.default = _CognitiveServicesSpeechRecognition2.default; | ||
exports.CognitiveServicesSpeechGrammarList = _CognitiveServicesSpeechGrammarList2.default; | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC5qcyJdLCJuYW1lcyI6WyJDb2duaXRpdmVTZXJ2aWNlc1NwZWVjaFJlY29nbml0aW9uIiwiQ29nbml0aXZlU2VydmljZXNTcGVlY2hHcmFtbWFyTGlzdCJdLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQUFBOztBQUVBOzs7O0FBQ0E7Ozs7OztrQkFFZUEsNEM7UUFHYkMsa0MsR0FBQUEsNEMiLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgJ2JhYmVsLXBvbHlmaWxsJztcblxuaW1wb3J0IENvZ25pdGl2ZVNlcnZpY2VzU3BlZWNoR3JhbW1hckxpc3QgZnJvbSAnLi9Db2duaXRpdmVTZXJ2aWNlc1NwZWVjaEdyYW1tYXJMaXN0JztcbmltcG9ydCBDb2duaXRpdmVTZXJ2aWNlc1NwZWVjaFJlY29nbml0aW9uIGZyb20gJy4vQ29nbml0aXZlU2VydmljZXNTcGVlY2hSZWNvZ25pdGlvbic7XG5cbmV4cG9ydCBkZWZhdWx0IENvZ25pdGl2ZVNlcnZpY2VzU3BlZWNoUmVjb2duaXRpb25cblxuZXhwb3J0IHtcbiAgQ29nbml0aXZlU2VydmljZXNTcGVlY2hHcmFtbWFyTGlzdFxufVxuIl19 | ||
exports.default = _SpeechRecognition2.default; | ||
exports.SpeechGrammarList = _SpeechGrammarList2.default; | ||
exports.SpeechRecognition = _SpeechRecognition2.default; | ||
exports.speechSynthesis = _speechSynthesis2.default; | ||
exports.SpeechSynthesisUtterance = _SpeechSynthesisUtterance2.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "web-speech-cognitive-services", | ||
"version": "1.0.1-master.2c7d643", | ||
"version": "1.0.1-master.ab993df", | ||
"description": "Polyfill Web Speech API with Cognitive Services Speech-to-Text service", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ # web-speech-cognitive-services | ||
Polyfill Web Speech API with Cognitive Services Speech-to-Text service. | ||
Polyfill Web Speech API with Cognitive Services Speech-to-Text and Speech-to-Text service. | ||
@@ -8,0 +8,0 @@ This scaffold is provided by [`react-component-template`](https://github.com/compulim/react-component-template/). |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
136403
32
1397
3