botframework-webchat
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -1,2 +0,1 @@ | ||
/// <reference path="../src/types/JSpeech.d.ts" /> | ||
export declare type Action = () => void; | ||
@@ -3,0 +2,0 @@ export declare type Func<T, TResult> = (item: T) => TResult; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
/// <reference path="types/JSpeech.d.ts"/> | ||
var jspeech_1 = require("jspeech"); | ||
@@ -6,0 +5,0 @@ function prefixFallback(type, prefixes) { |
@@ -9,2 +9,7 @@ # Changelog | ||
## [0.13.1] - 2018-05-01 | ||
### Changed | ||
- Fix [#963](https://github.com/Microsoft/BotFramework-WebChat/issues/963) not to send empty `dgi.Groups` to Cognitive Services, in [#965](https://github.com/Microsoft/BotFramework-WebChat/pull/965) | ||
- Fix [#964](https://github.com/Microsoft/BotFramework-WebChat/issues/964) to include `.d.ts` in `tsconfig.json` instead of `<reference>`, in [#966](https://github.com/Microsoft/BotFramework-WebChat/pull/966) | ||
## [0.13.0] - 2018-04-26 | ||
@@ -11,0 +16,0 @@ ### Added |
{ | ||
"name": "botframework-webchat", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Embeddable web chat control for the Microsoft Bot Framework", | ||
@@ -46,2 +46,3 @@ "main": "built/BotChat.js", | ||
"rxjs": "5.4.3", | ||
"simple-update-in": "^1.2.0", | ||
"tslib": "1.7.1" | ||
@@ -48,0 +49,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
11057102
8877
15
+ Addedsimple-update-in@^1.2.0
+ Addedsimple-update-in@1.4.0(transitive)