@types/config 3.3.1 → 3.3.2

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 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 node-config (https://github.com/lorenwest/node-config).
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, 04 Sep 2023 15:41:06 GMT
11
+ * Last updated: Wed, 18 Oct 2023 18:04:03 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.1",
4
- "description": "TypeScript definitions for node-config",
3
+ "version": "3.3.2",
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
- "url": "https://github.com/RWander",
11
- "githubUsername": "RWander"
10
+ "githubUsername": "RWander",
11
+ "url": "https://github.com/RWander"
12
12
  },
13
13
  {
14
14
  "name": "Forrest Bice",
15
- "url": "https://github.com/forrestbice",
16
- "githubUsername": "forrestbice"
15
+ "githubUsername": "forrestbice",
16
+ "url": "https://github.com/forrestbice"
17
17
  },
18
18
  {
19
19
  "name": "James Donald",
20
- "url": "https://github.com/jndonald3",
21
- "githubUsername": "jndonald3"
20
+ "githubUsername": "jndonald3",
21
+ "url": "https://github.com/jndonald3"
22
22
  },
23
23
  {
24
24
  "name": "Alberto Vasquez",
25
- "url": "https://github.com/albertovasquez",
26
- "githubUsername": "albertovasquez"
25
+ "githubUsername": "albertovasquez",
26
+ "url": "https://github.com/albertovasquez"
27
27
  },
28
28
  {
29
29
  "name": "Christian Vaagland Tellnes",
30
- "url": "https://github.com/tellnes",
31
- "githubUsername": "tellnes"
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": "9615520df5108d403b7cca8a45e59dae6187d7113c359182b8c5717a11f204c5",
44
- "typeScriptVersion": "4.3"
43
+ "typesPublisherContentHash": "ae19e33d72a5fe40d7407e485530e3d5ebaf48260e86500189fb001e81d6e57b",
44
+ "typeScriptVersion": "4.5"
45
45
  }
config/raw.d.ts CHANGED
File without changes