Skip to content

Commit 58aad40

Browse files
authored
Merge branch 'main' into readme-sync-command
2 parents e8b3c23 + 8644691 commit 58aad40

6 files changed

Lines changed: 519 additions & 143 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @bomb.sh/tools
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- 08e749c: Fixes `bsh sync` writing its output into the pnpm store instead of the project root. The project is now resolved from the invocation directory (`INIT_CWD`, falling back to `cwd`), so `skills/` symlinks, the `AGENTS.md` section, and the `.gitignore` entries land in the project that ran the command under pnpm's default isolated `node_modules` layout
8+
9+
## 0.5.4
10+
11+
### Patch Changes
12+
13+
- 69fe08c: Fixes declaration file generation so that building with `--dts` now emits `.d.ts` files via `tsgo`
14+
315
## 0.5.3
416

517
### Patch Changes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bomb.sh/tools",
3-
"version": "0.5.3",
3+
"version": "0.5.5",
44
"description": "The internal dev, build, and lint CLI for Bombshell projects",
55
"keywords": [
66
"bombshell",
@@ -63,13 +63,13 @@
6363
"@bomb.sh/args": "^0.3.1",
6464
"@humanfs/node": "^0.16.7",
6565
"@humanfs/types": "^0.15.0",
66-
"@typescript/native-preview": "7.0.0-dev.20260427.1",
66+
"@typescript/native-preview": "7.0.0-dev.20260623.1",
6767
"knip": "^6.9.0",
6868
"oxfmt": "^0.47.0",
6969
"oxlint": "^1.62.0",
7070
"publint": "^0.3.18",
7171
"tinyexec": "^1.1.1",
72-
"tsdown": "^0.21.10",
72+
"tsdown": "^0.22.3",
7373
"ultramatter": "^0.0.4",
7474
"vitest": "^4.1.2",
7575
"vitest-ansi-serializer": "^0.2.1"

0 commit comments

Comments
 (0)