@antfu/utils
Advanced tools
Comparing version
{ | ||
"name": "@antfu/utils", | ||
"type": "module", | ||
"version": "8.1.1", | ||
"packageManager": "pnpm@10.4.0", | ||
"version": "9.0.0", | ||
"description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu", | ||
@@ -23,31 +22,13 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
".": "./dist/index.mjs" | ||
}, | ||
"main": "dist/index.cjs", | ||
"main": "dist/index.mjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/index.d.mts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "rollup -c", | ||
"dev": "nr build --watch", | ||
"lint": "eslint .", | ||
"lint-fix": "nr lint --fix", | ||
"prepublishOnly": "npm run build", | ||
"release": "bumpp --commit --push --tag && npm publish", | ||
"start": "tsx src/index.ts", | ||
"typecheck": "tsc --noEmit", | ||
"test": "vitest" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^4.2.0", | ||
"@antfu/ni": "^23.3.1", | ||
"@rollup/plugin-alias": "^5.1.1", | ||
"@rollup/plugin-commonjs": "^28.0.2", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@rollup/plugin-node-resolve": "^16.0.0", | ||
"@types/node": "^22.13.4", | ||
@@ -58,11 +39,19 @@ "@types/throttle-debounce": "^5.0.2", | ||
"p-limit": "^6.2.0", | ||
"rollup": "^4.34.7", | ||
"rollup-plugin-dts": "^6.1.1", | ||
"rollup-plugin-esbuild": "^6.2.0", | ||
"throttle-debounce": "5.0.0", | ||
"tsx": "^4.8.0", | ||
"typescript": "^5.7.3", | ||
"unbuild": "^3.3.1", | ||
"vite": "^6.1.0", | ||
"vitest": "^3.0.5" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "unbuild --stub", | ||
"lint": "eslint .", | ||
"lint-fix": "nr lint --fix", | ||
"release": "bumpp && pnpm publish", | ||
"start": "tsx src/index.ts", | ||
"typecheck": "tsc --noEmit", | ||
"test": "vitest" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13
-31.58%43472
-60.86%5
-37.5%750
-65.33%1
Infinity%