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
15 changes: 0 additions & 15 deletions .changeset/consolidate-tsdown-configs.md

This file was deleted.

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

## 0.0.35

### Patch Changes

- Updated dependencies [[`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3)]:
- @perstack/runtime@0.0.106

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/create-expert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-expert",
"version": "0.0.34",
"version": "0.0.35",
"description": "Create and modify Perstack expert definitions",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions apps/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# perstack

## 0.0.91

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

## 0.0.90

### 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.90",
"version": "0.0.91",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/providers/anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/anthropic-provider

## 0.0.22

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

- Updated dependencies [[`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3)]:
- @perstack/provider-core@0.0.22

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/anthropic-provider",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"description": "Anthropic provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/providers/azure-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/azure-openai-provider

## 0.0.22

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

- Updated dependencies [[`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3)]:
- @perstack/provider-core@0.0.22

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/azure-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/azure-openai-provider",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"description": "Azure OpenAI provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/providers/bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/bedrock-provider

## 0.0.22

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

- Updated dependencies [[`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3)]:
- @perstack/provider-core@0.0.22

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/bedrock-provider",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"description": "Amazon Bedrock provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/providers/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @perstack/provider-core

## 0.0.22

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/provider-core",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"description": "Core interfaces and base classes for Perstack LLM provider adapters",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/providers/deepseek/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/deepseek-provider

## 0.0.22

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

- Updated dependencies [[`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3)]:
- @perstack/provider-core@0.0.22

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/deepseek/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/deepseek-provider",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"description": "DeepSeek provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/providers/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/google-provider

## 0.0.22

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

- Updated dependencies [[`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3)]:
- @perstack/provider-core@0.0.22

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/google/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/google-provider",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"description": "Google Generative AI provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/providers/ollama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/ollama-provider

## 0.0.22

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

- Updated dependencies [[`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3)]:
- @perstack/provider-core@0.0.22

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/ollama/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/ollama-provider",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"description": "Ollama provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/providers/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/openai-provider

## 0.0.22

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

- Updated dependencies [[`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3)]:
- @perstack/provider-core@0.0.22

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/openai-provider",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"description": "OpenAI provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/providers/vertex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/vertex-provider

## 0.0.22

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

- Updated dependencies [[`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3)]:
- @perstack/provider-core@0.0.22

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/vertex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/vertex-provider",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"description": "Google Vertex AI provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @perstack/runtime

## 0.0.106

### Patch Changes

- [#557](https://github.com/perstack-ai/perstack/pull/557) [`d6c6ab8`](https://github.com/perstack-ai/perstack/commit/d6c6ab847c1d864eda93904ba620aabb6fdef9d3) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove redundant tsdown configs and use shared root config

## 0.0.105

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/runtime",
"version": "0.0.105",
"version": "0.0.106",
"description": "Perstack Runtime",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down