es-toolkit 1.42.0-dev.1678 → 1.42.0-dev.1680

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.
@@ -2,6 +2,8 @@
2
2
  * Returns a new array containing only the unique elements from the original array,
3
3
  * based on the values returned by the mapper function.
4
4
  *
5
+ * When duplicates are found, the first occurrence is kept and the rest are discarded.
6
+ *
5
7
  * @template T - The type of elements in the array.
6
8
  * @template U - The type of mapped elements.
7
9
  * @param {T[]} arr - The array to process.
@@ -2,6 +2,8 @@
2
2
  * Returns a new array containing only the unique elements from the original array,
3
3
  * based on the values returned by the mapper function.
4
4
  *
5
+ * When duplicates are found, the first occurrence is kept and the rest are discarded.
6
+ *
5
7
  * @template T - The type of elements in the array.
6
8
  * @template U - The type of mapped elements.
7
9
  * @param {T[]} arr - The array to process.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.42.0-dev.1678+6495d1b3",
3
+ "version": "1.42.0-dev.1680+b6ffb6d0",
4
4
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
5
5
  "homepage": "https://es-toolkit.dev",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",