@byjohann/utils
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -8,1 +8,2 @@ export { MaybeArray, toArray } from './array.js'; | ||
export { generateRandomId, template, unindent } from './string.js'; | ||
export { AutocompletableString, LooseAutocomplete, UnifyIntersection } from './types.js'; |
{ | ||
"name": "@byjohann/utils", | ||
"type": "module", | ||
"version": "0.4.0", | ||
"packageManager": "pnpm@9.5.0", | ||
"version": "0.4.1", | ||
"packageManager": "pnpm@9.7.1", | ||
"description": "A collection of utilities for my projects", | ||
@@ -54,2 +54,6 @@ "author": "Johann Schopplich <hello@johannschopplich.com>", | ||
"default": "./dist/string.mjs" | ||
}, | ||
"./types": { | ||
"types": "./dist/types.d.mts", | ||
"default": "./dist/types.mjs" | ||
} | ||
@@ -69,9 +73,9 @@ }, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.22.3", | ||
"@types/node": "^20.14.10", | ||
"bumpp": "^9.4.1", | ||
"eslint": "^9.7.0", | ||
"typescript": "^5.5.3", | ||
"unbuild": "^3.0.0-rc.6" | ||
"@antfu/eslint-config": "^2.25.1", | ||
"@types/node": "^20.14.15", | ||
"bumpp": "^9.5.1", | ||
"eslint": "^9.9.0", | ||
"typescript": "^5.5.4", | ||
"unbuild": "^3.0.0-rc.7" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
22967
33
306