@types/config 0.0.38 → 0.0.39

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
@@ -8,7 +8,7 @@ This package contains type definitions for node-config (https://github.com/loren
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/config.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 07 Jan 2021 13:04:47 GMT
11
+ * Last updated: Tue, 06 Jul 2021 18:05:59 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
config/async.d.ts CHANGED
File without changes
config/defer.d.ts CHANGED
File without changes
config/index.d.ts CHANGED
@@ -61,7 +61,7 @@ declare namespace c {
61
61
 
62
62
  interface IConfigSource {
63
63
  name: string;
64
- original?: string;
64
+ original?: string | undefined;
65
65
  parsed: any;
66
66
  }
67
67
  }
config/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@types/config",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "TypeScript definitions for node-config",
5
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/config",
5
6
  "license": "MIT",
6
7
  "contributors": [
7
8
  {
@@ -39,6 +40,6 @@
39
40
  },
40
41
  "scripts": {},
41
42
  "dependencies": {},
42
- "typesPublisherContentHash": "3cb15de0e628a17fd2691bd293ef248cbbe74814c134718e63cce8f3f9e73b71",
43
- "typeScriptVersion": "3.3"
43
+ "typesPublisherContentHash": "9b7e5e50a7802ba9bffad3071a03bca36ca9adc7f6ca2e90cdfebb8227e36770",
44
+ "typeScriptVersion": "3.6"
44
45
  }
config/raw.d.ts CHANGED
File without changes