Skip to content

Commit 8bfd67f

Browse files
Nick Ficanoclaude
andcommitted
chore: version packages
@agentruntimecontrolprotocol/sdk@1.0.2 (publishes cleanly with workspace:* resolved). examples bumped as a workspace dependent (private, not published). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6834cd9 commit 8bfd67f

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/fix-sdk-workspace-publish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @agentruntimecontrolprotocol/examples
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6834cd9]
8+
- @agentruntimecontrolprotocol/sdk@1.0.2
9+
310
## 0.0.2
411

512
### Patch Changes

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentruntimecontrolprotocol/examples",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": true,
55
"description": "Runnable examples for the ARCP TypeScript SDK. Not published.",
66
"type": "module",

packages/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @agentruntimecontrolprotocol/sdk
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 6834cd9: fix(publish): pack with `pnpm pack` before `npm publish` so internal `workspace:*` deps resolve to concrete versions in the published manifest. 1.0.1 shipped `workspace:*` unresolved and failed to install with `EUNSUPPORTEDPROTOCOL`.
8+
39
## 1.0.1
410

511
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentruntimecontrolprotocol/sdk",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Meta-package for the Agent Runtime Control Protocol (ARCP) TypeScript reference SDK. Re-exports @agentruntimecontrolprotocol/core, @agentruntimecontrolprotocol/client, and @agentruntimecontrolprotocol/runtime, and ships the `arcp` CLI. Install this if you want everything; install the individual packages for a smaller footprint.",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)