@types/lodash 4.17.7 → 4.17.8
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.
- lodash/README.md +2 -2
- lodash/package.json +2 -7
lodash/README.md
CHANGED
|
@@ -8,8 +8,8 @@ This package contains type definitions for lodash (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:
|
|
11
|
+
* Last updated: Mon, 23 Sep 2024 18:09:31 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
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), [
|
|
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), [Jack Moore](https://github.com/jtmthf), [Dominique Rau](https://github.com/DomiR), and [William Chelman](https://github.com/WilliamChelman).
|
lodash/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/lodash",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.8",
|
|
4
4
|
"description": "TypeScript definitions for lodash",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,11 +25,6 @@
|
|
|
25
25
|
"githubUsername": "e-cloud",
|
|
26
26
|
"url": "https://github.com/e-cloud"
|
|
27
27
|
},
|
|
28
|
-
{
|
|
29
|
-
"name": "Georgii Dolzhykov",
|
|
30
|
-
"githubUsername": "thorn0",
|
|
31
|
-
"url": "https://github.com/thorn0"
|
|
32
|
-
},
|
|
33
28
|
{
|
|
34
29
|
"name": "Jack Moore",
|
|
35
30
|
"githubUsername": "jtmthf",
|
|
@@ -55,6 +50,6 @@
|
|
|
55
50
|
},
|
|
56
51
|
"scripts": {},
|
|
57
52
|
"dependencies": {},
|
|
58
|
-
"typesPublisherContentHash": "
|
|
53
|
+
"typesPublisherContentHash": "a4faaa9bda478445b58a397f3f474245400ab53182914bcc8c2697130ae3afff",
|
|
59
54
|
"typeScriptVersion": "4.8"
|
|
60
55
|
}
|