alexhancock/npm-bumps (#8557)

This commit is contained in:
Alex Hancock
2026-04-15 15:09:12 -04:00
committed by GitHub
parent e099754b77
commit cff0992aef
10 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ jobs:
run: |
source ./bin/activate-hermit
cd ui/desktop && pnpm install --frozen-lockfile
cd ../acp && pnpm install --frozen-lockfile
cd ../sdk && pnpm install --frozen-lockfile
- name: Check OpenAPI Schema is Up-to-Date
run: |
@@ -1,6 +1,6 @@
{
"name": "@aaif/goose-binary-darwin-arm64",
"version": "0.16.0",
"version": "0.17.0",
"description": "Goose binary for macOS ARM64",
"license": "Apache-2.0",
"repository": {
@@ -1,6 +1,6 @@
{
"name": "@aaif/goose-binary-darwin-x64",
"version": "0.16.0",
"version": "0.17.0",
"description": "Goose binary for macOS x64",
"license": "Apache-2.0",
"repository": {
@@ -1,6 +1,6 @@
{
"name": "@aaif/goose-binary-linux-arm64",
"version": "0.16.0",
"version": "0.17.0",
"description": "Goose binary for Linux ARM64",
"license": "Apache-2.0",
"repository": {
@@ -1,6 +1,6 @@
{
"name": "@aaif/goose-binary-linux-x64",
"version": "0.16.0",
"version": "0.17.0",
"description": "Goose binary for Linux x64",
"license": "Apache-2.0",
"repository": {
@@ -1,6 +1,6 @@
{
"name": "@aaif/goose-binary-win32-x64",
"version": "0.16.0",
"version": "0.17.0",
"description": "Goose binary for Windows x64",
"license": "Apache-2.0",
"repository": {
+27 -27
View File
@@ -16,36 +16,11 @@ importers:
specifier: ^2.27.1
version: 2.30.0(@types/node@25.5.0)
acp:
dependencies:
zod:
specifier: ^3.25.76
version: 3.25.76
devDependencies:
'@agentclientprotocol/sdk':
specifier: ^0.14.1
version: 0.14.1(zod@3.25.76)
'@hey-api/openapi-ts':
specifier: ^0.92.3
version: 0.92.4(magicast@0.5.2)(typescript@5.9.3)
'@types/node':
specifier: ^20.0.0
version: 20.19.37
prettier:
specifier: ^3.8.1
version: 3.8.1
tsx:
specifier: ^4.21.0
version: 4.21.0
typescript:
specifier: ~5.9.3
version: 5.9.3
desktop:
dependencies:
'@aaif/goose-sdk':
specifier: workspace:*
version: link:../acp
version: link:../sdk
'@mcp-ui/client':
specifier: 6.1.0
version: 6.1.0(@preact/signals-core@1.14.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
@@ -662,11 +637,36 @@ importers:
specifier: ^4.1.0
version: 4.1.0(@opentelemetry/api@1.9.0)(@types/node@25.5.0)(@vitest/ui@4.1.0)(jsdom@26.1.0)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.32.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2))
sdk:
dependencies:
zod:
specifier: ^3.25.76
version: 3.25.76
devDependencies:
'@agentclientprotocol/sdk':
specifier: ^0.14.1
version: 0.14.1(zod@3.25.76)
'@hey-api/openapi-ts':
specifier: ^0.92.3
version: 0.92.4(magicast@0.5.2)(typescript@5.9.3)
'@types/node':
specifier: ^20.0.0
version: 20.19.37
prettier:
specifier: ^3.8.1
version: 3.8.1
tsx:
specifier: ^4.21.0
version: 4.21.0
typescript:
specifier: ~5.9.3
version: 5.9.3
text:
dependencies:
'@aaif/goose-sdk':
specifier: workspace:*
version: link:../acp
version: link:../sdk
'@agentclientprotocol/sdk':
specifier: ^0.14.1
version: 0.14.1(zod@4.3.6)
+1 -1
View File
@@ -1,5 +1,5 @@
packages:
- 'acp'
- 'sdk'
- 'text'
- 'desktop'
- 'goose-binary/*'
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@aaif/goose-sdk",
"version": "0.16.0",
"version": "0.17.0",
"description": "Agent Client Protocol (ACP) SDK for Goose AI agent",
"license": "Apache-2.0",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@aaif/goose",
"version": "0.16.0",
"version": "0.17.0",
"description": "Goose - an open-source AI agent",
"license": "Apache-2.0",
"repository": {