es-toolkit 1.49.0-dev.1944 → 1.49.0-dev.1946

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.49.0-dev.1944+d2f2d393",
3
+ "version": "1.49.0-dev.1946+db86153e",
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",
@@ -201,7 +201,7 @@
201
201
  "tests/types"
202
202
  ],
203
203
  "scripts": {
204
- "bench": "vitest bench",
204
+ "bench": "yarn workspace benchmarks bench",
205
205
  "build": "tsdown && ./.scripts/postbuild.sh",
206
206
  "format": "prettier --write .",
207
207
  "gen:benchmark": "node ./.scripts/generate-benchmark.mjs",
@@ -224,7 +224,7 @@
224
224
  "@types/node": "^24.10.9",
225
225
  "@types/tar": "^6.1.13",
226
226
  "@typescript-eslint/parser": "^8.26.1",
227
- "@vitest/coverage-istanbul": "^4.0.17",
227
+ "@vitest/coverage-istanbul": "^4.1.10",
228
228
  "@vitest/eslint-plugin": "^1.6.6",
229
229
  "@vue/compiler-sfc": "^3.5.10",
230
230
  "broken-link-checker": "0.7.8",
@@ -248,7 +248,7 @@
248
248
  "typescript": "^5.8.2",
249
249
  "typescript-eslint": "^8.6.0",
250
250
  "vercel": "^54.4.1",
251
- "vitest": "^4.0.17"
251
+ "vitest": "^4.1.10"
252
252
  },
253
253
  "publishConfig": {
254
254
  "access": "public",