type-fest 2.13.0 → 2.13.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "type-fest",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "description": "A collection of essential TypeScript types",
5
5
  "license": "(MIT OR CC0-1.0)",
6
6
  "repository": "sindresorhus/type-fest",
@@ -713,7 +713,7 @@ declare namespace TsConfigJson {
713
713
  /**
714
714
  Specify path mapping to be computed relative to baseUrl option.
715
715
  */
716
- paths?: Partial<Record<string, string[]>>;
716
+ paths?: Record<string, string[]>;
717
717
 
718
718
  /**
719
719
  List of TypeScript language server plugins to load.
package/license DELETED
@@ -1 +0,0 @@
1
- SPDX-License-Identifier: (MIT OR CC0-1.0)