Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/fix-tui-components-bundling.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# perstack

## 0.0.64

### Patch Changes

- [#427](https://github.com/perstack-ai/perstack/pull/427) [`46f9370`](https://github.com/perstack-ai/perstack/commit/46f937059f99c9e7ee4454ac35f4aa9badbed398) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix(perstack): bundle @perstack/tui-components to fix npm install failure

The private package @perstack/tui-components was listed as a runtime dependency,
causing npm install to fail when installing perstack from npm registry.

Now @perstack/tui-components is bundled into the CLI build using tsup's noExternal
option, so it doesn't need to be published separately.

## 0.0.63

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/perstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perstack",
"version": "0.0.63",
"version": "0.0.64",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down