@types/lodash 4.14.128 → 4.14.129
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/index.d.ts +0 -1
- 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, 14 May 2019
|
|
11
|
+
* Last updated: Tue, 14 May 2019 21:36:51 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>,
|
|
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>.
|
lodash/index.d.ts
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
// Ilya Mochalov <https://github.com/chrootsu>,
|
|
5
5
|
// Stepan Mikhaylyuk <https://github.com/stepancar>,
|
|
6
6
|
// AJ Richardson <https://github.com/aj-r>,
|
|
7
|
-
// Junyoung Clare Jang <https://github.com/ailrun>,
|
|
8
7
|
// e-cloud <https://github.com/e-cloud>,
|
|
9
8
|
// Georgii Dolzhykov <https://github.com/thorn0>,
|
|
10
9
|
// Jack Moore <https://github.com/jtmthf>,
|
lodash/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/lodash",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.129",
|
|
4
4
|
"description": "TypeScript definitions for Lo-Dash",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -24,11 +24,6 @@
|
|
|
24
24
|
"url": "https://github.com/aj-r",
|
|
25
25
|
"githubUsername": "aj-r"
|
|
26
26
|
},
|
|
27
|
-
{
|
|
28
|
-
"name": "Junyoung Clare Jang",
|
|
29
|
-
"url": "https://github.com/ailrun",
|
|
30
|
-
"githubUsername": "ailrun"
|
|
31
|
-
},
|
|
32
27
|
{
|
|
33
28
|
"name": "e-cloud",
|
|
34
29
|
"url": "https://github.com/e-cloud",
|
|
@@ -66,6 +61,6 @@
|
|
|
66
61
|
},
|
|
67
62
|
"scripts": {},
|
|
68
63
|
"dependencies": {},
|
|
69
|
-
"typesPublisherContentHash": "
|
|
64
|
+
"typesPublisherContentHash": "99733c4a013f658b4ea26c608c4cd0465c59c35a8015a52d510a1f414dff5c37",
|
|
70
65
|
"typeScriptVersion": "2.8"
|
|
71
66
|
}
|