From aa185d17939dfd7b7b58a9ea289575cd8e97a357 Mon Sep 17 00:00:00 2001 From: SyntaxHQ Date: Thu, 11 Jun 2026 20:35:05 -0400 Subject: [PATCH] fix(typescript): add npm license metadata Signed-off-by: SyntaxHQ --- typescript/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/package.json b/typescript/package.json index b6711452..b00df95f 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -3,6 +3,7 @@ "version": "0.0.33", "description": "OpenAPI client for @geoengine/openapi-client", "author": "OpenAPI-Generator", + "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/geo-engine/openapi-client.git"