@types/config 0.0.39 → 0.0.40
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/README.md +1 -1
- config/index.d.ts +2 -3
- config/package.json +3 -3
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:
|
|
11
|
+
* Last updated: Thu, 28 Oct 2021 22:31:22 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: none
|
|
14
14
|
|
config/index.d.ts
CHANGED
|
@@ -46,9 +46,8 @@ declare namespace c {
|
|
|
46
46
|
toObject(config?: any): any;
|
|
47
47
|
|
|
48
48
|
/**
|
|
49
|
-
* This allows module developers to attach their configurations onto
|
|
50
|
-
*
|
|
51
|
-
* they can be configured by the consumers of the module.
|
|
49
|
+
* This allows module developers to attach their configurations onto the default configuration object
|
|
50
|
+
* so they can be configured by the consumers of the module.
|
|
52
51
|
*/
|
|
53
52
|
setModuleDefaults(moduleName:string, defaults:any): any;
|
|
54
53
|
}
|
config/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.40",
|
|
4
4
|
"description": "TypeScript definitions for node-config",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/config",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
44
|
-
"typeScriptVersion": "3.
|
|
43
|
+
"typesPublisherContentHash": "dff6fd3792138cdba8ead3884c2c30fb1da0a4af5f4752b6503089d6edfeb0dd",
|
|
44
|
+
"typeScriptVersion": "3.7"
|
|
45
45
|
}
|