@types/lodash 4.14.199 → 4.14.201

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. lodash/README.md +2 -3
  2. lodash/index.d.ts +0 -12
  3. lodash/package.json +19 -19
lodash/README.md CHANGED
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/lodash`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for Lo-Dash (https://lodash.com).
5
+ This package contains type definitions for lodash (https://lodash.com).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 22 Sep 2023 23:35:09 GMT
11
+ * Last updated: Tue, 07 Nov 2023 20:08:00 GMT
12
12
  * Dependencies: none
13
- * Global values: `_`
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Brian Zengel](https://github.com/bczengel), [Ilya Mochalov](https://github.com/chrootsu), [AJ Richardson](https://github.com/aj-r), [e-cloud](https://github.com/e-cloud), [Georgii Dolzhykov](https://github.com/thorn0), [Jack Moore](https://github.com/jtmthf), [Dominique Rau](https://github.com/DomiR), and [William Chelman](https://github.com/WilliamChelman).
lodash/index.d.ts CHANGED
@@ -1,15 +1,3 @@
1
- // Type definitions for Lo-Dash 4.14
2
- // Project: https://lodash.com
3
- // Definitions by: Brian Zengel <https://github.com/bczengel>
4
- // Ilya Mochalov <https://github.com/chrootsu>
5
- // AJ Richardson <https://github.com/aj-r>
6
- // e-cloud <https://github.com/e-cloud>
7
- // Georgii Dolzhykov <https://github.com/thorn0>
8
- // Jack Moore <https://github.com/jtmthf>
9
- // Dominique Rau <https://github.com/DomiR>
10
- // William Chelman <https://github.com/WilliamChelman>
11
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
12
-
13
1
  /// <reference path="./common/common.d.ts" />
14
2
  /// <reference path="./common/array.d.ts" />
15
3
  /// <reference path="./common/collection.d.ts" />
lodash/package.json CHANGED
@@ -1,49 +1,49 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.14.199",
4
- "description": "TypeScript definitions for Lo-Dash",
3
+ "version": "4.14.201",
4
+ "description": "TypeScript definitions for lodash",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Brian Zengel",
10
- "url": "https://github.com/bczengel",
11
- "githubUsername": "bczengel"
10
+ "githubUsername": "bczengel",
11
+ "url": "https://github.com/bczengel"
12
12
  },
13
13
  {
14
14
  "name": "Ilya Mochalov",
15
- "url": "https://github.com/chrootsu",
16
- "githubUsername": "chrootsu"
15
+ "githubUsername": "chrootsu",
16
+ "url": "https://github.com/chrootsu"
17
17
  },
18
18
  {
19
19
  "name": "AJ Richardson",
20
- "url": "https://github.com/aj-r",
21
- "githubUsername": "aj-r"
20
+ "githubUsername": "aj-r",
21
+ "url": "https://github.com/aj-r"
22
22
  },
23
23
  {
24
24
  "name": "e-cloud",
25
- "url": "https://github.com/e-cloud",
26
- "githubUsername": "e-cloud"
25
+ "githubUsername": "e-cloud",
26
+ "url": "https://github.com/e-cloud"
27
27
  },
28
28
  {
29
29
  "name": "Georgii Dolzhykov",
30
- "url": "https://github.com/thorn0",
31
- "githubUsername": "thorn0"
30
+ "githubUsername": "thorn0",
31
+ "url": "https://github.com/thorn0"
32
32
  },
33
33
  {
34
34
  "name": "Jack Moore",
35
- "url": "https://github.com/jtmthf",
36
- "githubUsername": "jtmthf"
35
+ "githubUsername": "jtmthf",
36
+ "url": "https://github.com/jtmthf"
37
37
  },
38
38
  {
39
39
  "name": "Dominique Rau",
40
- "url": "https://github.com/DomiR",
41
- "githubUsername": "DomiR"
40
+ "githubUsername": "DomiR",
41
+ "url": "https://github.com/DomiR"
42
42
  },
43
43
  {
44
44
  "name": "William Chelman",
45
- "url": "https://github.com/WilliamChelman",
46
- "githubUsername": "WilliamChelman"
45
+ "githubUsername": "WilliamChelman",
46
+ "url": "https://github.com/WilliamChelman"
47
47
  }
48
48
  ],
49
49
  "main": "",
@@ -55,6 +55,6 @@
55
55
  },
56
56
  "scripts": {},
57
57
  "dependencies": {},
58
- "typesPublisherContentHash": "e75cdcbb9a2728fc0fb2059a833f53da143c774b93fa948ac1d5e5311b350ce2",
58
+ "typesPublisherContentHash": "a394c03496dc7a916ab83ff4abd5ddd1617f375cba6d051ee42f0370da8f2079",
59
59
  "typeScriptVersion": "4.5"
60
60
  }