@antfu/utils
Advanced tools
Comparing version 0.7.5 to 0.7.6
@@ -262,3 +262,3 @@ /** | ||
declare function template(str: string, object: Record<string | number, any>, fallback?: string | ((key: string) => string)): string; | ||
declare function template(str: string, ...args: (string | number | BigInt | undefined | null)[]): string; | ||
declare function template(str: string, ...args: (string | number | bigint | undefined | null)[]): string; | ||
/** | ||
@@ -265,0 +265,0 @@ * Generate a random string |
{ | ||
"name": "@antfu/utils", | ||
"type": "module", | ||
"version": "0.7.5", | ||
"packageManager": "pnpm@8.6.5", | ||
"version": "0.7.6", | ||
"packageManager": "pnpm@8.6.12", | ||
"description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu", | ||
@@ -25,4 +25,4 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"types": "./index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
@@ -48,22 +48,22 @@ }, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.39.6", | ||
"@antfu/ni": "^0.21.4", | ||
"@antfu/eslint-config": "^0.40.2", | ||
"@antfu/ni": "^0.21.5", | ||
"@rollup/plugin-alias": "^5.0.0", | ||
"@rollup/plugin-commonjs": "^25.0.2", | ||
"@rollup/plugin-commonjs": "^25.0.4", | ||
"@rollup/plugin-json": "^6.0.0", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@types/node": "^18.16.19", | ||
"@types/node": "^20.5.0", | ||
"@types/throttle-debounce": "^5.0.0", | ||
"bumpp": "^9.1.1", | ||
"eslint": "^8.44.0", | ||
"esno": "^0.16.3", | ||
"eslint": "^8.47.0", | ||
"esno": "^0.17.0", | ||
"p-limit": "^4.0.0", | ||
"rollup": "^3.26.0", | ||
"rollup-plugin-dts": "^5.3.0", | ||
"rollup": "^3.28.0", | ||
"rollup-plugin-dts": "^5.3.1", | ||
"rollup-plugin-esbuild": "^5.0.0", | ||
"throttle-debounce": "5.0.0", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.3.9", | ||
"vitest": "^0.32.2" | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65789
6
1974