From b221a73c326c9fb88142ca061f8f9bd358d1e0a9 Mon Sep 17 00:00:00 2001 From: Greg Furman Date: Fri, 12 Jun 2026 18:54:17 +0200 Subject: [PATCH 1/2] chore(sdks/ts): Add keywords, author, & contributors to package.json --- sdks/typescript/package.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json index ce053a79c0..ee592a9155 100644 --- a/sdks/typescript/package.json +++ b/sdks/typescript/package.json @@ -39,8 +39,22 @@ "generate-docs": "ts-node docs/generate.ts", "exec": "npx dotenv -- ts-node -r tsconfig-paths/register --project tsconfig.json" }, - "keywords": [], - "author": "", + "keywords": [ + "typescrpt", + "hatchet", + "workflow", + "orchestration", + "background-tasks", + "job-queue", + "task-scheduling" + ], + "author": "Hatchet ", + "contributors": [ + "Alexander Belanger ", + "Matt Kaye ", + "Gabe Ruttner ", + "Mohammed Nafees " + ], "license": "MIT", "devDependencies": { "@aws-sdk/client-s3": "^3.1042.0", From 8b19e700fafe3e4855de4432177834813d63cee5 Mon Sep 17 00:00:00 2001 From: Greg Furman <31275503+gregfurman@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:59:37 +0200 Subject: [PATCH 2/2] Update package.json Co-authored-by: matt --- sdks/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json index ee592a9155..342bb7ff6c 100644 --- a/sdks/typescript/package.json +++ b/sdks/typescript/package.json @@ -40,7 +40,7 @@ "exec": "npx dotenv -- ts-node -r tsconfig-paths/register --project tsconfig.json" }, "keywords": [ - "typescrpt", + "typescript", "hatchet", "workflow", "orchestration",