Publish the ingestion library to NPM (#204)

* Update client libs typescript README

* Create index.d.ts files

* Publish the ingestion library to NPM

Library is now published at https://www.npmjs.com/package/openpipe; see README for details.

* Rename package.json in /dist folder

* Increment patch version

* Increment package version

* Add newline to publish.sh

---------

Co-authored-by: David Corbitt <davidlcorbitt@gmail.com>
This commit is contained in:
Kyle Corbitt
2023-08-29 12:18:57 -07:00
committed by GitHub
parent 70fae68225
commit 1684663ddc
27 changed files with 79 additions and 225 deletions

View File

@@ -1,3 +1 @@
// main.ts or index.ts at the root level
export * as OpenAI from "./src/openai";
export * as OpenAILegacy from "./src/openai-legacy";
export * as openai from "./openai";