From 9c9cc76bfff882710029c72ba919982155323b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20=F0=9F=94=B6=20Tarbert?= <66887028+NathanTarbert@users.noreply.github.com> Date: Fri, 25 Jul 2025 20:04:23 -0700 Subject: [PATCH] Update package.json for Mastra integration --- typescript-sdk/integrations/mastra/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-sdk/integrations/mastra/package.json b/typescript-sdk/integrations/mastra/package.json index ab893dcf0..8b32f3aed 100644 --- a/typescript-sdk/integrations/mastra/package.json +++ b/typescript-sdk/integrations/mastra/package.json @@ -1,7 +1,7 @@ { "name": "@ag-ui/mastra", "version": "0.0.5", - "license": "Elastic-2.0", + "license": "Apache-2.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",