es-toolkit 1.23.0-dev.759 → 1.23.0-dev.761
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/dist/_chunk/{zipWith-CV0XAX.js → zipWith-wpjySR.js} +7 -16
- package/dist/array/index.js +1 -1
- package/dist/array/unionBy.mjs +3 -10
- package/dist/browser.global.js +1 -1
- package/dist/browser.global.js.map +1 -1
- package/dist/compat/function/before.d.mts +1 -2
- package/dist/compat/function/before.d.ts +1 -2
- package/dist/compat/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -19,8 +19,7 @@
|
|
|
19
19
|
*
|
|
20
20
|
* before3(); // => 1
|
|
21
21
|
* before3(); // => 2
|
|
22
|
-
* before3(); // =>
|
|
23
|
-
* before3(); // => 3
|
|
22
|
+
* before3(); // => 2
|
|
24
23
|
*/
|
|
25
24
|
declare function before<F extends (...args: any[]) => any>(n: number, func: F): (...args: Parameters<F>) => ReturnType<F>;
|
|
26
25
|
|
|
@@ -19,8 +19,7 @@
|
|
|
19
19
|
*
|
|
20
20
|
* before3(); // => 1
|
|
21
21
|
* before3(); // => 2
|
|
22
|
-
* before3(); // =>
|
|
23
|
-
* before3(); // => 3
|
|
22
|
+
* before3(); // => 2
|
|
24
23
|
*/
|
|
25
24
|
declare function before<F extends (...args: any[]) => any>(n: number, func: F): (...args: Parameters<F>) => ReturnType<F>;
|
|
26
25
|
|
package/dist/compat/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const zipWith = require('../_chunk/zipWith-
|
|
5
|
+
const zipWith = require('../_chunk/zipWith-wpjySR.js');
|
|
6
6
|
const promise_index = require('../_chunk/index-BGZDR9.js');
|
|
7
7
|
const unary = require('../_chunk/unary-BZ5Ixo.js');
|
|
8
8
|
const noop = require('../_chunk/noop-2IwLUk.js');
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const zipWith = require('./_chunk/zipWith-
|
|
5
|
+
const zipWith = require('./_chunk/zipWith-wpjySR.js');
|
|
6
6
|
const array_index = require('./array/index.js');
|
|
7
7
|
const promise_index = require('./_chunk/index-BGZDR9.js');
|
|
8
8
|
const unary = require('./_chunk/unary-BZ5Ixo.js');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-toolkit",
|
|
3
3
|
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
|
|
4
|
-
"version": "1.23.0-dev.
|
|
4
|
+
"version": "1.23.0-dev.761+3d7ba7d6",
|
|
5
5
|
"homepage": "https://es-toolkit.slash.page",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|
|
7
7
|
"repository": {
|