@types/config 0.0.41 → 3.3.0

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.
Files changed (3) hide show
  1. config/README.md +1 -1
  2. config/index.d.ts +1 -1
  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: Mon, 03 Jan 2022 18:01:24 GMT
11
+ * Last updated: Wed, 27 Jul 2022 07:32:19 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
config/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for node-config
1
+ // Type definitions for node-config 3.3
2
2
  // Project: https://github.com/lorenwest/node-config
3
3
  // Definitions by: Roman Korneev <https://github.com/RWander>
4
4
  // Forrest Bice <https://github.com/forrestbice>
config/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/config",
3
- "version": "0.0.41",
3
+ "version": "3.3.0",
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": "f41e82aaf2360ac17b38edb13f8dfdab6febeb7de0891b7f8844340867edad42",
44
- "typeScriptVersion": "3.8"
43
+ "typesPublisherContentHash": "9ad4681ae2e56a952b32e8c0c79a2881264c8aa766469a9be7c34d033268b5bd",
44
+ "typeScriptVersion": "4.0"
45
45
  }