botframework-streaming
Advanced tools
Comparing version 4.11.0-dev.20200821.015ebb7 to 4.11.0-dev.20200825.b05fb96
@@ -5,3 +5,3 @@ { | ||
"description": "Streaming library for the Microsoft Bot Framework", | ||
"version": "4.11.0-dev.20200821.015ebb7", | ||
"version": "4.11.0-dev.20200825.b05fb96", | ||
"license": "MIT", | ||
@@ -35,7 +35,7 @@ "keywords": [ | ||
"@types/node": "^10.17.27", | ||
"@typescript-eslint/eslint-plugin": "^1.10.2", | ||
"@typescript-eslint/parser": "^1.10.2", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-only-warn": "^1.0.1", | ||
"eslint": "^7.7.0", | ||
"eslint-plugin-only-warn": "^1.0.2", | ||
"mocha": "^6.2.3", | ||
@@ -53,3 +53,3 @@ "nyc": "^15.1.0", | ||
"eslint-fix": "eslint ./src/*.ts ./src/**/*.ts --fix", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200821.015ebb7", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200825.b05fb96", | ||
"test": "npm run build && nyc mocha tests/", | ||
@@ -56,0 +56,0 @@ "test:compat": "api-extractor run --verbose" |
688275