@types/config 3.3.1 → 3.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- config/LICENSE +0 -0
- config/README.md +2 -3
- config/async.d.ts +0 -0
- config/defer.d.ts +0 -0
- config/index.d.ts +0 -9
- config/package.json +14 -14
- config/raw.d.ts +0 -0
config/LICENSE
CHANGED
|
File without changes
|
config/README.md
CHANGED
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
> `npm install --save @types/config`
|
|
3
3
|
|
|
4
4
|
# Summary
|
|
5
|
-
This package contains type definitions for
|
|
5
|
+
This package contains type definitions for config (https://github.com/lorenwest/node-config).
|
|
6
6
|
|
|
7
7
|
# Details
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/config.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Mon,
|
|
11
|
+
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
|
-
* Global values: none
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
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).
|
config/async.d.ts
CHANGED
|
File without changes
|
config/defer.d.ts
CHANGED
|
File without changes
|
config/index.d.ts
CHANGED
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
// Type definitions for node-config 3.3
|
|
2
|
-
// Project: https://github.com/lorenwest/node-config
|
|
3
|
-
// Definitions by: Roman Korneev <https://github.com/RWander>
|
|
4
|
-
// Forrest Bice <https://github.com/forrestbice>
|
|
5
|
-
// James Donald <https://github.com/jndonald3>
|
|
6
|
-
// Alberto Vasquez <https://github.com/albertovasquez>
|
|
7
|
-
// Christian Vaagland Tellnes <https://github.com/tellnes>
|
|
8
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
9
|
-
|
|
10
1
|
declare var c: c.IConfig;
|
|
11
2
|
|
|
12
3
|
declare namespace c {
|
config/package.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/config",
|
|
3
|
-
"version": "3.3.
|
|
4
|
-
"description": "TypeScript definitions for
|
|
3
|
+
"version": "3.3.3",
|
|
4
|
+
"description": "TypeScript definitions for config",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/config",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Roman Korneev",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "RWander",
|
|
11
|
+
"url": "https://github.com/RWander"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Forrest Bice",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "forrestbice",
|
|
16
|
+
"url": "https://github.com/forrestbice"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "James Donald",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "jndonald3",
|
|
21
|
+
"url": "https://github.com/jndonald3"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "Alberto Vasquez",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"githubUsername": "albertovasquez",
|
|
26
|
+
"url": "https://github.com/albertovasquez"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "Christian Vaagland Tellnes",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"githubUsername": "tellnes",
|
|
31
|
+
"url": "https://github.com/tellnes"
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
34
|
"main": "",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
44
|
-
"typeScriptVersion": "4.
|
|
43
|
+
"typesPublisherContentHash": "6209b0a13db5f48492293400c4c02c56d7f7a27060887c348741fd6ecc3032b1",
|
|
44
|
+
"typeScriptVersion": "4.5"
|
|
45
45
|
}
|
config/raw.d.ts
CHANGED
|
File without changes
|