From 694919d431fd8254939d2b55a5e3014d072549f6 Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Mon, 29 Apr 2024 18:36:14 +0700 Subject: [PATCH] ci: fix the name of the TS client Signed-off-by: Yurii Shynbuiev --- cloud-agent/client/typescript/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-agent/client/typescript/package.json b/cloud-agent/client/typescript/package.json index 2be58fef56..7be8f483be 100644 --- a/cloud-agent/client/typescript/package.json +++ b/cloud-agent/client/typescript/package.json @@ -1,7 +1,7 @@ { - "name": "@hyperledger-labs/open-enterprise-agent-ts-client", + "name": "@hyperledger/cloud-agent-client-ts", "version": "0.0.1", - "description": "TypeScript OpenAPI client for Open Enterprise Agent", + "description": "TypeScript OpenAPI client for Identus Cloud Agent", "author": "allain.magyar@iohk.io", "repository": { "type": "git",