@types/consul
Advanced tools
Comparing version 0.23.30 to 0.23.31
@@ -954,6 +954,10 @@ // Type definitions for Consul v0.23.0 | ||
namespace Watch { | ||
interface WatchOptions { | ||
key?: string; | ||
} | ||
interface Options { | ||
method: Function; | ||
options?: CommonOptions; | ||
options?: CommonOptions & WatchOptions; | ||
} | ||
@@ -960,0 +964,0 @@ } |
{ | ||
"name": "@types/consul", | ||
"version": "0.23.30", | ||
"description": "TypeScript definitions for Consul v0.23.0", | ||
"version": "0.23.31", | ||
"description": "TypeScript definitions for Consul", | ||
"license": "MIT", | ||
@@ -16,4 +16,5 @@ "author": "Ilya Mochalov <https://github.com/chrootsu>", | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "521fba48938ff4140b1599e60ae2e7af799dd59f921860561adc023774da0b47" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "c34a4015fd1bfd5acdf02a5a09251675d3562310bc8e184a0107559a18064b72", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Consul v0.23.0 (https://github.com/silas/node-consul). | ||
This package contains type definitions for Consul (https://github.com/silas/node-consul). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/consul | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/consul | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 16:15:23 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: http | ||
* Global values: Consul | ||
* Last updated: Thu, 09 Feb 2017 22:50:55 GMT | ||
* Dependencies: http, node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Ilya Mochalov <https://github.com/chrootsu>. |
{ | ||
"authors": "Ilya Mochalov <https://github.com/chrootsu>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [ | ||
"http" | ||
], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "23", | ||
"libraryName": "Consul v0.23.0", | ||
"typingsPackageName": "consul", | ||
"projectName": "https://github.com/silas/node-consul", | ||
"name": "consul", | ||
"libraryName": "Consul", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"Consul" | ||
], | ||
"declaredModules": [ | ||
"consul" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "521fba48938ff4140b1599e60ae2e7af799dd59f921860561adc023774da0b47" | ||
"data": { | ||
"authors": "Ilya Mochalov <https://github.com/chrootsu>", | ||
"dependencies": { | ||
"http": "*", | ||
"node": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 23, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "Consul", | ||
"typingsPackageName": "consul", | ||
"projectName": "https://github.com/silas/node-consul", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"consul/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "c34a4015fd1bfd5acdf02a5a09251675d3562310bc8e184a0107559a18064b72" | ||
}, | ||
"isLatest": true | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33431
893
0
17