@types/lodash 4.14.183 → 4.14.184

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 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: Tue, 16 Aug 2022 19:02:35 GMT
11
+ * Last updated: Fri, 19 Aug 2022 04:32:26 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `_`
14
14
 
lodash/common/math.d.ts CHANGED
@@ -130,7 +130,7 @@ declare module "../index" {
130
130
  *
131
131
  * var objects = [{ 'n': 1 }, { 'n': 2 }];
132
132
  *
133
- * _.maxBy(objects, function(o) { return o.a; });
133
+ * _.maxBy(objects, function(o) { return o.n; });
134
134
  * // => { 'n': 2 }
135
135
  *
136
136
  * // using the `_.property` iteratee shorthand
lodash/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.14.183",
3
+ "version": "4.14.184",
4
4
  "description": "TypeScript definitions for Lo-Dash",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
6
6
  "license": "MIT",
@@ -55,6 +55,6 @@
55
55
  },
56
56
  "scripts": {},
57
57
  "dependencies": {},
58
- "typesPublisherContentHash": "4427e0d66fe39669d19442907416f51fccda415e9ae3ac9e95efa59ee6f65f7e",
58
+ "typesPublisherContentHash": "b205954c7111cfa96de31dd77c5ff4bb53712b1c48ca6339b50692062eed2085",
59
59
  "typeScriptVersion": "4.0"
60
60
  }