From 2e949ef3cdab8b72a362e31ff5c0363fc384a670 Mon Sep 17 00:00:00 2001 From: Ewan Jones Date: Wed, 28 Feb 2024 07:54:25 +0100 Subject: [PATCH] change name and description in package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 455c0d18..82602643 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "openai", + "name": "@cognos/openai", "version": "4.28.3", - "description": "The official TypeScript library for the OpenAI API", - "author": "OpenAI ", + "description": "A fork of the official TypeScript library for the OpenAI API to provide additional Cognos functionality", + "author": "Cognos ", "types": "dist/index.d.ts", "main": "dist/index.js", "type": "commonjs", - "repository": "github:openai/openai-node", + "repository": "github:cognos-io/openai-node", "license": "Apache-2.0", "packageManager": "yarn@1.22.21", "files": [