Comparing version 5.4.0 to 5.4.1
@@ -277,3 +277,3 @@ /// <reference types="node" /> | ||
*/ | ||
getDatabaseNames(): Promise<string | string[]>; | ||
getDatabaseNames(): Promise<string[]>; | ||
/** | ||
@@ -280,0 +280,0 @@ * Returns array of measurements. |
{ | ||
"name": "influx", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "InfluxDB Client", | ||
@@ -43,13 +43,13 @@ "main": "./lib/src/index.js", | ||
"devDependencies": { | ||
"@types/chai": "4.1.7", | ||
"@types/chai": "4.2.0", | ||
"@types/freeport": "1.0.21", | ||
"@types/mocha": "5.2.7", | ||
"@types/node": "12.0.10", | ||
"@types/node": "12.7.1", | ||
"@types/sinon": "7.0.13", | ||
"@types/sinon-chai": "3.2.2", | ||
"@typescript-eslint/eslint-plugin": "1.11.0", | ||
"@typescript-eslint/parser": "1.11.0", | ||
"@types/sinon-chai": "3.2.3", | ||
"@typescript-eslint/eslint-plugin": "1.13.0", | ||
"@typescript-eslint/parser": "1.13.0", | ||
"awesome-typescript-loader": "5.2.1", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.4", | ||
"coveralls": "3.0.6", | ||
"esdoc": "1.1.0", | ||
@@ -63,4 +63,4 @@ "esdoc-standard-plugin": "1.0.0", | ||
"json-loader": "0.5.7", | ||
"karma": "4.1.0", | ||
"karma-chrome-launcher": "2.2.0", | ||
"karma": "4.2.0", | ||
"karma-chrome-launcher": "3.0.0", | ||
"karma-mocha": "1.3.0", | ||
@@ -71,4 +71,4 @@ "karma-mocha-reporter": "2.2.5", | ||
"karma-webpack": "4.0.2", | ||
"lodash": "4.17.11", | ||
"mocha": "6.1.4", | ||
"lodash": "4.17.15", | ||
"mocha": "6.2.0", | ||
"node-fetch": "2.6.0", | ||
@@ -78,9 +78,9 @@ "npm-run-all": "4.1.5", | ||
"prettier": "1.18.2", | ||
"semantic-release": "15.13.18", | ||
"sinon": "7.3.2", | ||
"semantic-release": "15.13.19", | ||
"sinon": "7.4.1", | ||
"sinon-chai": "3.3.0", | ||
"stream-http": "github:node-influx/stream-http", | ||
"ts-node": "8.3.0", | ||
"typescript": "3.5.2", | ||
"webpack": "4.35.2" | ||
"typescript": "3.5.3", | ||
"webpack": "4.39.2" | ||
}, | ||
@@ -87,0 +87,0 @@ "eslintConfig": { |
142344