@types/config
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -1,10 +0,1 @@ | ||
// Type definitions for node-config 3.3 | ||
// Project: https://github.com/lorenwest/node-config | ||
// Definitions by: Roman Korneev <https://github.com/RWander> | ||
// Forrest Bice <https://github.com/forrestbice> | ||
// James Donald <https://github.com/jndonald3> | ||
// Alberto Vasquez <https://github.com/albertovasquez> | ||
// Christian Vaagland Tellnes <https://github.com/tellnes> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare var c: c.IConfig; | ||
@@ -11,0 +2,0 @@ |
{ | ||
"name": "@types/config", | ||
"version": "3.3.1", | ||
"description": "TypeScript definitions for node-config", | ||
"version": "3.3.2", | ||
"description": "TypeScript definitions for config", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/config", | ||
@@ -10,24 +10,24 @@ "license": "MIT", | ||
"name": "Roman Korneev", | ||
"url": "https://github.com/RWander", | ||
"githubUsername": "RWander" | ||
"githubUsername": "RWander", | ||
"url": "https://github.com/RWander" | ||
}, | ||
{ | ||
"name": "Forrest Bice", | ||
"url": "https://github.com/forrestbice", | ||
"githubUsername": "forrestbice" | ||
"githubUsername": "forrestbice", | ||
"url": "https://github.com/forrestbice" | ||
}, | ||
{ | ||
"name": "James Donald", | ||
"url": "https://github.com/jndonald3", | ||
"githubUsername": "jndonald3" | ||
"githubUsername": "jndonald3", | ||
"url": "https://github.com/jndonald3" | ||
}, | ||
{ | ||
"name": "Alberto Vasquez", | ||
"url": "https://github.com/albertovasquez", | ||
"githubUsername": "albertovasquez" | ||
"githubUsername": "albertovasquez", | ||
"url": "https://github.com/albertovasquez" | ||
}, | ||
{ | ||
"name": "Christian Vaagland Tellnes", | ||
"url": "https://github.com/tellnes", | ||
"githubUsername": "tellnes" | ||
"githubUsername": "tellnes", | ||
"url": "https://github.com/tellnes" | ||
} | ||
@@ -44,4 +44,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9615520df5108d403b7cca8a45e59dae6187d7113c359182b8c5717a11f204c5", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "ae19e33d72a5fe40d7407e485530e3d5ebaf48260e86500189fb001e81d6e57b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for node-config (https://github.com/lorenwest/node-config). | ||
This package contains type definitions for config (https://github.com/lorenwest/node-config). | ||
@@ -12,7 +12,6 @@ # Details | ||
### Additional Details | ||
* Last updated: Mon, 04 Sep 2023 15:41:06 GMT | ||
* Last updated: Wed, 18 Oct 2023 18:04:03 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Roman Korneev](https://github.com/RWander), [Forrest Bice](https://github.com/forrestbice), [James Donald](https://github.com/jndonald3), [Alberto Vasquez](https://github.com/albertovasquez), and [Christian Vaagland Tellnes](https://github.com/tellnes). |
6724
64
16