From 172c077252aeba2a3570af821d79ea467cea07b4 Mon Sep 17 00:00:00 2001 From: Robin Diddams Date: Fri, 25 Apr 2025 15:17:27 -0500 Subject: [PATCH] use update not upgrade --- internal/bundler/upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/bundler/upgrade.go b/internal/bundler/upgrade.go index fb46f4c0..9c728aa8 100644 --- a/internal/bundler/upgrade.go +++ b/internal/bundler/upgrade.go @@ -23,7 +23,7 @@ var jsBreakingChanges = []breakingChange{ Runtime: "bunjs", Version: "<0.0.106", Title: "🚫 JS SDK Breaking Change 🚫", - Message: "The JS SDK type signatures for AgentRequest have changed to be async functions. Please see the v0.0.106 Changelog for how to update your code.\n\n" + tui.Link("https://agentuity.dev/Changelog/sdk-js#v00106") + "\n\nPlease bun upgrade @agentuity/sdk, fix your types and ensure your code passes type checking and then re-run this command again.", + Message: "The JS SDK type signatures for AgentRequest have changed to be async functions. Please see the v0.0.106 Changelog for how to update your code.\n\n" + tui.Link("https://agentuity.dev/Changelog/sdk-js#v00106") + "\n\nPlease bun update @agentuity/sdk --latest, fix your types and ensure your code passes type checking and then re-run this command again.", }, { Runtime: "nodejs",