es-toolkit 1.26.1-dev.855 → 1.26.1-dev.856
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-NSrgBH.js → zipWith-CkpFC9.js} +7 -0
- package/dist/array/index.d.mts +1 -0
- package/dist/array/index.d.ts +1 -0
- package/dist/array/index.js +2 -1
- package/dist/array/index.mjs +1 -0
- package/dist/array/isSubsetWith.d.mts +33 -0
- package/dist/array/isSubsetWith.d.ts +33 -0
- package/dist/array/isSubsetWith.mjs +7 -0
- package/dist/browser.global.js +1 -1
- package/dist/browser.global.js.map +1 -1
- package/dist/compat/index.d.mts +1 -0
- package/dist/compat/index.d.ts +1 -0
- package/dist/compat/index.js +2 -1
- package/dist/compat/index.mjs +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/compat/index.d.mts
CHANGED
|
@@ -8,6 +8,7 @@ export { groupBy } from '../array/groupBy.mjs';
|
|
|
8
8
|
export { initial } from '../array/initial.mjs';
|
|
9
9
|
export { intersectionWith } from '../array/intersectionWith.mjs';
|
|
10
10
|
export { isSubset } from '../array/isSubset.mjs';
|
|
11
|
+
export { isSubsetWith } from '../array/isSubsetWith.mjs';
|
|
11
12
|
export { keyBy } from '../array/keyBy.mjs';
|
|
12
13
|
export { maxBy } from '../array/maxBy.mjs';
|
|
13
14
|
export { minBy } from '../array/minBy.mjs';
|
package/dist/compat/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { groupBy } from '../array/groupBy.js';
|
|
|
8
8
|
export { initial } from '../array/initial.js';
|
|
9
9
|
export { intersectionWith } from '../array/intersectionWith.js';
|
|
10
10
|
export { isSubset } from '../array/isSubset.js';
|
|
11
|
+
export { isSubsetWith } from '../array/isSubsetWith.js';
|
|
11
12
|
export { keyBy } from '../array/keyBy.js';
|
|
12
13
|
export { maxBy } from '../array/maxBy.js';
|
|
13
14
|
export { minBy } from '../array/minBy.js';
|
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-CkpFC9.js');
|
|
6
6
|
const promise_index = require('../_chunk/index-BGZDR9.js');
|
|
7
7
|
const unary = require('../_chunk/unary-CcTNuC.js');
|
|
8
8
|
const noop = require('../_chunk/noop-2IwLUk.js');
|
|
@@ -2484,6 +2484,7 @@ exports.groupBy = zipWith.groupBy;
|
|
|
2484
2484
|
exports.initial = zipWith.initial;
|
|
2485
2485
|
exports.intersectionWith = zipWith.intersectionWith;
|
|
2486
2486
|
exports.isSubset = zipWith.isSubset;
|
|
2487
|
+
exports.isSubsetWith = zipWith.isSubsetWith;
|
|
2487
2488
|
exports.keyBy = zipWith.keyBy;
|
|
2488
2489
|
exports.maxBy = zipWith.maxBy;
|
|
2489
2490
|
exports.minBy = zipWith.minBy;
|
package/dist/compat/index.mjs
CHANGED
|
@@ -8,6 +8,7 @@ export { groupBy } from '../array/groupBy.mjs';
|
|
|
8
8
|
export { initial } from '../array/initial.mjs';
|
|
9
9
|
export { intersectionWith } from '../array/intersectionWith.mjs';
|
|
10
10
|
export { isSubset } from '../array/isSubset.mjs';
|
|
11
|
+
export { isSubsetWith } from '../array/isSubsetWith.mjs';
|
|
11
12
|
export { keyBy } from '../array/keyBy.mjs';
|
|
12
13
|
export { maxBy } from '../array/maxBy.mjs';
|
|
13
14
|
export { minBy } from '../array/minBy.mjs';
|
package/dist/index.d.mts
CHANGED
|
@@ -22,6 +22,7 @@ export { intersection } from './array/intersection.mjs';
|
|
|
22
22
|
export { intersectionBy } from './array/intersectionBy.mjs';
|
|
23
23
|
export { intersectionWith } from './array/intersectionWith.mjs';
|
|
24
24
|
export { isSubset } from './array/isSubset.mjs';
|
|
25
|
+
export { isSubsetWith } from './array/isSubsetWith.mjs';
|
|
25
26
|
export { keyBy } from './array/keyBy.mjs';
|
|
26
27
|
export { last } from './array/last.mjs';
|
|
27
28
|
export { maxBy } from './array/maxBy.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export { intersection } from './array/intersection.js';
|
|
|
22
22
|
export { intersectionBy } from './array/intersectionBy.js';
|
|
23
23
|
export { intersectionWith } from './array/intersectionWith.js';
|
|
24
24
|
export { isSubset } from './array/isSubset.js';
|
|
25
|
+
export { isSubsetWith } from './array/isSubsetWith.js';
|
|
25
26
|
export { keyBy } from './array/keyBy.js';
|
|
26
27
|
export { last } from './array/last.js';
|
|
27
28
|
export { maxBy } from './array/maxBy.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-CkpFC9.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-CcTNuC.js');
|
|
@@ -46,6 +46,7 @@ exports.intersection = zipWith.intersection;
|
|
|
46
46
|
exports.intersectionBy = zipWith.intersectionBy;
|
|
47
47
|
exports.intersectionWith = zipWith.intersectionWith;
|
|
48
48
|
exports.isSubset = zipWith.isSubset;
|
|
49
|
+
exports.isSubsetWith = zipWith.isSubsetWith;
|
|
49
50
|
exports.keyBy = zipWith.keyBy;
|
|
50
51
|
exports.last = zipWith.last;
|
|
51
52
|
exports.maxBy = zipWith.maxBy;
|
package/dist/index.mjs
CHANGED
|
@@ -22,6 +22,7 @@ export { intersection } from './array/intersection.mjs';
|
|
|
22
22
|
export { intersectionBy } from './array/intersectionBy.mjs';
|
|
23
23
|
export { intersectionWith } from './array/intersectionWith.mjs';
|
|
24
24
|
export { isSubset } from './array/isSubset.mjs';
|
|
25
|
+
export { isSubsetWith } from './array/isSubsetWith.mjs';
|
|
25
26
|
export { keyBy } from './array/keyBy.mjs';
|
|
26
27
|
export { last } from './array/last.mjs';
|
|
27
28
|
export { maxBy } from './array/maxBy.mjs';
|
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.26.1-dev.
|
|
4
|
+
"version": "1.26.1-dev.856+62447147",
|
|
5
5
|
"homepage": "https://es-toolkit.slash.page",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|
|
7
7
|
"repository": {
|