botframework-streaming
Advanced tools
Comparing version 4.9.3 to 4.10.0-dev.20200805.aa06ea2
@@ -105,3 +105,3 @@ "use strict"; | ||
if (this._activeReceiveResolve) { | ||
throw new Error('Cannot call receiveAsync more than once before it has returned.'); | ||
throw new Error('Cannot call receive more than once before it has returned.'); | ||
} | ||
@@ -108,0 +108,0 @@ this._activeReceiveCount = count; |
@@ -70,3 +70,3 @@ "use strict"; | ||
if (this._activeReceiveResolve) { | ||
throw new Error('Cannot call receiveAsync more than once before it has returned.'); | ||
throw new Error('Cannot call receive more than once before it has returned.'); | ||
} | ||
@@ -73,0 +73,0 @@ this._activeReceiveCount = count; |
@@ -5,3 +5,3 @@ { | ||
"description": "Streaming library for the Microsoft Bot Framework", | ||
"version": "4.9.3", | ||
"version": "4.10.0-dev.20200805.aa06ea2", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"@types/ws": "^6.0.3", | ||
"uuid": "^3.3.2", | ||
"uuid": "^3.4.0", | ||
"ws": "^7.1.2" | ||
@@ -35,3 +35,3 @@ }, | ||
"@types/chai": "^4.1.7", | ||
"@types/node": "^10.12.18", | ||
"@types/node": "^10.17.27", | ||
"@typescript-eslint/eslint-plugin": "^1.10.2", | ||
@@ -42,5 +42,5 @@ "@typescript-eslint/parser": "^1.10.2", | ||
"eslint-plugin-only-warn": "^1.0.1", | ||
"mocha": "^6.2.0", | ||
"nyc": "^15.0.0", | ||
"sinon": "^7.4.1", | ||
"mocha": "^6.2.3", | ||
"nyc": "^15.1.0", | ||
"sinon": "^7.5.0", | ||
"ts-node": "^4.1.0", | ||
@@ -55,3 +55,3 @@ "typescript": "3.5.3" | ||
"eslint-fix": "eslint ./src/*.ts ./src/**/*.ts --fix", | ||
"set-version": "npm version --allow-same-version 4.9.3", | ||
"set-version": "npm version --allow-same-version 4.10.0-dev.20200805.aa06ea2", | ||
"test": "npm run build && nyc mocha tests/", | ||
@@ -58,0 +58,0 @@ "test:compat": "api-extractor run --verbose" |
@@ -85,3 +85,3 @@ /** | ||
if (this._activeReceiveResolve) { | ||
throw new Error('Cannot call receiveAsync more than once before it has returned.'); | ||
throw new Error('Cannot call receive more than once before it has returned.'); | ||
} | ||
@@ -88,0 +88,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
688278
2
Updateduuid@^3.4.0