@types/lodash 4.14.161 → 4.14.162
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 +1 -1
- lodash/common/math.d.ts +1 -1
- lodash/package.json +3 -3
lodash/README.md
CHANGED
|
@@ -8,7 +8,7 @@ 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:
|
|
11
|
+
* Last updated: Sun, 11 Oct 2020 03:24:29 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `_`
|
|
14
14
|
|
lodash/common/math.d.ts
CHANGED
|
@@ -181,7 +181,7 @@ declare module "../index" {
|
|
|
181
181
|
|
|
182
182
|
interface LoDashStatic {
|
|
183
183
|
/**
|
|
184
|
-
* Computes the mean of the provided
|
|
184
|
+
* Computes the mean of the provided properties of the objects in the `array`
|
|
185
185
|
*
|
|
186
186
|
* @category Math
|
|
187
187
|
* @param array The array to iterate over.
|
lodash/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/lodash",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.162",
|
|
4
4
|
"description": "TypeScript definitions for Lo-Dash",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
},
|
|
60
60
|
"scripts": {},
|
|
61
61
|
"dependencies": {},
|
|
62
|
-
"typesPublisherContentHash": "
|
|
63
|
-
"typeScriptVersion": "3.
|
|
62
|
+
"typesPublisherContentHash": "162da2ee5587a763dea03351d2d50a58d6e91cf51ad0c4bdd4e7fc9423b0c502",
|
|
63
|
+
"typeScriptVersion": "3.2"
|
|
64
64
|
}
|