@types/lodash 4.14.181 → 4.14.182

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 -2
  2. lodash/index.d.ts +6 -7
  3. lodash/package.json +2 -7
lodash/README.md CHANGED
@@ -8,9 +8,9 @@ This package contains type definitions for Lo-Dash (https://lodash.com).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 29 Mar 2022 13:31:45 GMT
11
+ * Last updated: Mon, 18 Apr 2022 23:03:04 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `_`
14
14
 
15
15
  # Credits
16
- These definitions were written by [Brian Zengel](https://github.com/bczengel), [Ilya Mochalov](https://github.com/chrootsu), [Stepan Mikhaylyuk](https://github.com/stepancar), [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).
16
+ 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,12 +1,11 @@
1
1
  // Type definitions for Lo-Dash 4.14
2
2
  // Project: https://lodash.com
3
- // Definitions by: Brian Zengel <https://github.com/bczengel>,
4
- // Ilya Mochalov <https://github.com/chrootsu>,
5
- // Stepan Mikhaylyuk <https://github.com/stepancar>,
6
- // AJ Richardson <https://github.com/aj-r>,
7
- // e-cloud <https://github.com/e-cloud>,
8
- // Georgii Dolzhykov <https://github.com/thorn0>,
9
- // Jack Moore <https://github.com/jtmthf>,
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>
10
9
  // Dominique Rau <https://github.com/DomiR>
11
10
  // William Chelman <https://github.com/WilliamChelman>
12
11
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
lodash/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.14.181",
3
+ "version": "4.14.182",
4
4
  "description": "TypeScript definitions for Lo-Dash",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
6
6
  "license": "MIT",
@@ -15,11 +15,6 @@
15
15
  "url": "https://github.com/chrootsu",
16
16
  "githubUsername": "chrootsu"
17
17
  },
18
- {
19
- "name": "Stepan Mikhaylyuk",
20
- "url": "https://github.com/stepancar",
21
- "githubUsername": "stepancar"
22
- },
23
18
  {
24
19
  "name": "AJ Richardson",
25
20
  "url": "https://github.com/aj-r",
@@ -60,6 +55,6 @@
60
55
  },
61
56
  "scripts": {},
62
57
  "dependencies": {},
63
- "typesPublisherContentHash": "012e997ab7eafe91f13d511d95e41a2e7cb1d79a3f628e2f40d082d5db086c3b",
58
+ "typesPublisherContentHash": "c5a9e97a318db3afdf0c9c86858b309b9cf7165152c921502ff1bc440296a037",
64
59
  "typeScriptVersion": "3.9"
65
60
  }