@types/file-entry-cache 5.0.2 → 5.0.4

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.
file-entry-cache/LICENSE CHANGED
File without changes
@@ -8,9 +8,8 @@ This package contains type definitions for file-entry-cache (https://github.com/
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/file-entry-cache.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 06 Jul 2021 20:32:57 GMT
11
+ * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
13
- * Global values: none
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Piotr Błażejewicz](https://github.com/peterblazejewicz).
@@ -1,8 +1,3 @@
1
- // Type definitions for file-entry-cache 5.0
2
- // Project: https://github.com/royriojas/file-entry-cache#readme
3
- // Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  /// <reference types="node" />
7
2
 
8
3
  /**
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/file-entry-cache",
3
- "version": "5.0.2",
3
+ "version": "5.0.4",
4
4
  "description": "TypeScript definitions for file-entry-cache",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/file-entry-cache",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Piotr Błażejewicz",
10
- "url": "https://github.com/peterblazejewicz",
11
- "githubUsername": "peterblazejewicz"
10
+ "githubUsername": "peterblazejewicz",
11
+ "url": "https://github.com/peterblazejewicz"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -22,6 +22,6 @@
22
22
  "dependencies": {
23
23
  "@types/node": "*"
24
24
  },
25
- "typesPublisherContentHash": "212efa0866b1d4b2903925a13e27fa25d9d97bbfa26efe82b984862feeed83cd",
26
- "typeScriptVersion": "3.6"
25
+ "typesPublisherContentHash": "96912f5541da64571cdf2174a1d175d491c2a42bdf0c4e82d61cce768e777d10",
26
+ "typeScriptVersion": "4.5"
27
27
  }