diff --git a/bun.lockb b/bun.lockb index 6308ad4..f1b5070 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0949e1b..17a3cac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@curiousleaf/utils", "description": "A lightweight set of utilities", - "version": "1.0.38", + "version": "1.0.39", "license": "MIT", "author": { "name": "Piotr Kulpinski", @@ -12,7 +12,13 @@ "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], + "exports": { + ".": { + "require": "./dist/index.js", + "import": "./dist/index.mjs", + "types": "./dist/index.d.ts" + } + }, "scripts": { "build": "tsup", "lint": "bun biome lint --apply .", @@ -20,16 +26,16 @@ }, "dependencies": { "@sindresorhus/slugify": "^2.2.1", - "@uiw/color-convert": "^2.0.9", + "@uiw/color-convert": "^2.3.4", "scule": "^1.3.0" }, "devDependencies": { - "@babel/runtime": "^7.23.8", - "@biomejs/biome": "^1.7.1", - "@types/bun": "^1.1.2", - "prettier": "^3.1.1", - "tsup": "^8.3.0", - "typescript": "^5.3.3" + "@babel/runtime": "^7.26.0", + "@biomejs/biome": "^1.9.4", + "@types/bun": "^1.1.14", + "prettier": "^3.4.2", + "tsup": "^8.3.5", + "typescript": "^5.7.2" }, "peerDependencies": { "@sindresorhus/slugify": "^2.2.1",