es-toolkit 1.49.0-dev.1941 → 1.49.0-dev.1943

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.1941+8919026e",
3
+ "version": "1.49.0-dev.1943+f9e5d069",
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",
@@ -197,7 +197,8 @@
197
197
  ],
198
198
  "workspaces": [
199
199
  "docs",
200
- "benchmarks"
200
+ "benchmarks",
201
+ "tests/types"
201
202
  ],
202
203
  "scripts": {
203
204
  "bench": "vitest bench",
@@ -208,7 +209,7 @@
208
209
  "lint": "eslint --config eslint.config.mjs --concurrency=auto",
209
210
  "packlint": "packlint sort -R",
210
211
  "prepack": "yarn build",
211
- "test": "vitest --coverage --typecheck",
212
+ "test": "vitest --coverage",
212
213
  "transform": "jscodeshift -t ./.scripts/tests/transform-lodash-test.ts $0 && prettier --write $0",
213
214
  "typecheck": "tsc --noEmit"
214
215
  },
@@ -220,7 +221,6 @@
220
221
  "@trivago/prettier-plugin-sort-imports": "^4.3.0",
221
222
  "@types/broken-link-checker": "0.7.3",
222
223
  "@types/jscodeshift": "^0.12.0",
223
- "@types/lodash": "4.17.20",
224
224
  "@types/node": "^24.10.9",
225
225
  "@types/tar": "^6.1.13",
226
226
  "@typescript-eslint/parser": "^8.26.1",