@bb-labs/bldr 0.0.18 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,4 +37,4 @@ bun add -d @bb-labs/bldr
37
37
  - **Split Terminal UI**: In watch mode, displays three panels side by side showing output from TypeScript compiler, tsc-alias, and bldr itself
38
38
  - **Clean Builds**: Always cleans output directory before building
39
39
  - **Path Alias Support**: Integrates with tsc-alias for path mapping
40
- - **Process Management**: Properly handles child process cleanup on exit
40
+ - **Process Management**: Properly handles child process cleanup on exitt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bb-labs/bldr",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "npm": true,
5
5
  "repository": {
6
6
  "type": "git",