[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(types): add types

Nate Moore (Mar 24, 2026, 9:26 PM EDT) e0a001c8 887752bb

+8 -2
+6
CHANGELOG.md
··· 1 1 # @bomb.sh/tools 2 2 3 + ## 0.2.4 4 + 5 + ### Patch Changes 6 + 7 + - Distribute with types 8 + 3 9 ## 0.2.3 4 10 5 11 ### Patch Changes
+2 -2
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tools", 3 - "version": "0.2.3", 3 + "version": "0.2.4", 4 4 "description": "The internal dev, build, and lint CLI for Bombshell projects", 5 5 "keywords": [ 6 6 "bombshell", ··· 40 40 "scripts": { 41 41 "bsh": "node --experimental-strip-types --no-warnings ./src/bin.ts", 42 42 "dev": "pnpm run bsh dev", 43 - "build": "pnpm run bsh build", 43 + "build": "pnpm run bsh build --dts", 44 44 "format": "pnpm run bsh format", 45 45 "init": "pnpm run bsh init", 46 46 "lint": "pnpm run bsh lint",