@tanstack/match-sorter-utils
Advanced tools
Comparing version 8.7.6 to 8.8.4
@@ -42,3 +42,3 @@ /** | ||
}; | ||
export type Ranking = typeof rankings[keyof typeof rankings]; | ||
export type Ranking = (typeof rankings)[keyof typeof rankings]; | ||
/** | ||
@@ -45,0 +45,0 @@ * Gets the highest ranking for value for the given item based on its values for the given keys |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "8.7.6", | ||
"version": "8.8.4", | ||
"description": "A fork of match-sorter with separated filtering and sorting phases", | ||
@@ -10,0 +10,0 @@ "license": "MIT", |
@@ -68,3 +68,3 @@ /** | ||
export type Ranking = typeof rankings[keyof typeof rankings] | ||
export type Ranking = (typeof rankings)[keyof typeof rankings] | ||
@@ -71,0 +71,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
267328