es-toolkit 1.17.0-dev.562 → 1.17.0-dev.564

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 +5 -2
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.17.0-dev.562+33bdce12",
4
+ "version": "1.17.0-dev.564+e264ed6c",
5
5
  "homepage": "https://es-toolkit.slash.page",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
7
7
  "repository": {
@@ -220,6 +220,7 @@
220
220
  "@rollup/plugin-typescript": "^11.1.6",
221
221
  "@types/broken-link-checker": "^0",
222
222
  "@types/eslint": "^9",
223
+ "@types/jscodeshift": "^0.11.11",
223
224
  "@types/node": "^20.12.11",
224
225
  "@types/tar": "^6.1.13",
225
226
  "@vitest/coverage-istanbul": "^1.5.2",
@@ -230,6 +231,7 @@
230
231
  "eslint-plugin-vue": "^9.28.0",
231
232
  "execa": "^9.3.0",
232
233
  "globals": "^15.9.0",
234
+ "jscodeshift": "^17.0.0",
233
235
  "prettier": "^3.2.5",
234
236
  "rollup": "^4.19.0",
235
237
  "rollup-plugin-dts": "^6.1.1",
@@ -247,7 +249,8 @@
247
249
  "test": "vitest run --coverage --typecheck",
248
250
  "bench": "vitest bench",
249
251
  "lint": "eslint --config eslint.config.mjs",
250
- "format": "prettier --write ."
252
+ "format": "prettier --write .",
253
+ "transform": "jscodeshift -t ./.scripts/tests/transform-lodash-test.ts $0 && prettier --write $0"
251
254
  },
252
255
  "main": "./dist/index.js",
253
256
  "browser": "./dist/browser.global.js",