es-toolkit 1.47.1-dev.1864 → 1.47.1-dev.1865
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/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-toolkit",
|
|
3
|
-
"version": "1.47.1-dev.
|
|
3
|
+
"version": "1.47.1-dev.1865+12c50b13",
|
|
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",
|
|
@@ -190,6 +190,7 @@
|
|
|
190
190
|
"bench": "vitest bench",
|
|
191
191
|
"build": "tsdown && ./.scripts/postbuild.sh",
|
|
192
192
|
"format": "prettier --write .",
|
|
193
|
+
"gen:benchmark": "node ./.scripts/generate-benchmark.mjs",
|
|
193
194
|
"gen:bundle-size": "node ./.scripts/generate-bundle-size.mjs",
|
|
194
195
|
"lint": "eslint --config eslint.config.mjs --concurrency=auto",
|
|
195
196
|
"packlint": "packlint sort -R",
|