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
7 changes: 0 additions & 7 deletions .changeset/sdk-node-engines-floor.md

This file was deleted.

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

## 0.0.7

### Patch Changes

- Updated dependencies [32778d4]
- @openagentpack/sdk@0.3.1

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openagentpack/server",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"license": "Apache-2.0",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openagentpack/cli

## 0.3.1

### Patch Changes

- Updated dependencies [32778d4]
- @openagentpack/sdk@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openagentpack/cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "Open Agent Pack — Declaratively manage AI agent infrastructure",
"license": "Apache-2.0",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openagentpack/playground

## 0.3.1

### Patch Changes

- Updated dependencies [32778d4]
- @openagentpack/sdk@0.3.1

## 0.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openagentpack/playground",
"version": "0.3.0",
"version": "0.3.1",
"description": "OpenAgentPack Playground — one-command local web UI for OpenAgentPack",
"license": "Apache-2.0",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openagentpack/sdk

## 0.3.1

### Patch Changes

- 32778d4: Lower the SDK `engines` floor from Node `>=22` to `>=18.17.0`.

The SDK runtime only relies on APIs available since Node 18.17 (`node:fs`/`path`/`crypto`/`os`, global `fetch`/`FormData`, `structuredClone`, web streams), so the previous floor was a repository baseline rather than a runtime requirement. The tsup build target is pinned to `es2022` so emitted syntax stays parseable on the new floor, and CI now runs an SDK-only packed-install smoke on Node 18 and 20 (`smoke-packed.ts --sdk-only`) to enforce the contract. The `@openagentpack/cli` and `@openagentpack/playground` packages keep their Node `>=22` requirement.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openagentpack/sdk",
"version": "0.3.0",
"version": "0.3.1",
"description": "OpenAgentPack SDK (Node-compatible runtime)",
"license": "Apache-2.0",
"keywords": [
Expand Down