qmwts 1.1.73 → 1.1.74

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.
@@ -107,7 +107,7 @@ exports.default = {
107
107
  for (const fn of values) {
108
108
  const valueA = fn(a);
109
109
  const valueB = fn(b);
110
- if (valueA !== valueB)
110
+ if (valueA - valueB !== 0)
111
111
  return (valueA - valueB) * multiplier;
112
112
  }
113
113
  return 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qmwts",
3
- "version": "1.1.73",
3
+ "version": "1.1.74",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",