@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 +0 -0
- config/README.md +1 -1
- config/async.d.ts +0 -0
- config/defer.d.ts +0 -0
- config/index.d.ts +1 -1
- config/package.json +4 -3
- config/raw.d.ts +0 -0
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:
|
|
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
config/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/config",
|
|
3
|
-
"version": "0.0.
|
|
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": "
|
|
43
|
-
"typeScriptVersion": "3.
|
|
43
|
+
"typesPublisherContentHash": "9b7e5e50a7802ba9bffad3071a03bca36ca9adc7f6ca2e90cdfebb8227e36770",
|
|
44
|
+
"typeScriptVersion": "3.6"
|
|
44
45
|
}
|
config/raw.d.ts
CHANGED
|
File without changes
|