botframework-streaming
Advanced tools
Comparing version 4.8.0 to 4.8.1
@@ -30,2 +30,3 @@ /** | ||
readonly readableLength: number; | ||
readonly readableFlowing: boolean | null; | ||
address(): AddressInfo | string; | ||
@@ -32,0 +33,0 @@ connect(options: any, connectionListener?: () => void): any; |
@@ -30,2 +30,3 @@ /** | ||
readonly readableLength: number; | ||
readonly readableFlowing: boolean | null; | ||
address(): AddressInfo | string; | ||
@@ -32,0 +33,0 @@ connect(options: any, connectionListener?: () => void): any; |
@@ -5,3 +5,3 @@ { | ||
"description": "Streaming library for the Microsoft Bot Framework", | ||
"version": "4.8.0", | ||
"version": "4.8.1", | ||
"license": "MIT", | ||
@@ -50,10 +50,10 @@ "keywords": [ | ||
"eslint-fix": "eslint ./src/*.ts ./src/**/*.ts --fix", | ||
"set-version": "npm version --allow-same-version 4.8.0", | ||
"set-version": "npm version --allow-same-version 4.8.1", | ||
"test": "npm run build && nyc mocha tests/" | ||
}, | ||
"files": [ | ||
"/lib", | ||
"/src", | ||
"/browser" | ||
"lib", | ||
"src", | ||
"browser" | ||
] | ||
} |
@@ -31,2 +31,3 @@ /** | ||
readonly readableLength: number; | ||
readonly readableFlowing: boolean | null; | ||
@@ -33,0 +34,0 @@ address(): AddressInfo | string; |
Sorry, the diff of this file is not supported yet
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
688774
11924