@types/lodash 4.14.173 → 4.14.174

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: Wed, 15 Sep 2021 23:31:22 GMT
11
+ * Last updated: Sat, 25 Sep 2021 01:32:02 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `_`
14
14
 
@@ -980,7 +980,7 @@ declare module "../index" {
980
980
  /**
981
981
  * @see _.groupBy
982
982
  */
983
- groupBy(iteratee?: ValueIteratee<string>): ObjectChain<Dictionary<string>>;
983
+ groupBy(iteratee?: ValueIteratee<string>): ObjectChain<Dictionary<string[]>>;
984
984
  }
985
985
  interface CollectionChain<T> {
986
986
  /**
lodash/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.14.173",
3
+ "version": "4.14.174",
4
4
  "description": "TypeScript definitions for Lo-Dash",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
6
6
  "license": "MIT",
@@ -60,6 +60,6 @@
60
60
  },
61
61
  "scripts": {},
62
62
  "dependencies": {},
63
- "typesPublisherContentHash": "e6a7cb34030347d3af4d216d601100efa2aea687ca3a8ec76c9321c7299bf81f",
63
+ "typesPublisherContentHash": "ee6acf827e0c0014c6ff23e4ea212c66ea868de2b0b4a534d27f716ff689ad56",
64
64
  "typeScriptVersion": "3.7"
65
65
  }