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

18
pnpm-lock.yaml generated
View File

@@ -174,7 +174,10 @@ importers:
specifier: 4.0.0-beta.7
version: 4.0.0-beta.7(encoding@0.1.13)
openpipe:
specifier: workspace:*
specifier: ^0.3.0
version: 0.3.0
openpipe-dev:
specifier: workspace:^
version: link:../client-libs/typescript
pg:
specifier: ^8.11.2
@@ -7247,6 +7250,19 @@ packages:
oidc-token-hash: 5.0.3
dev: false
/openpipe@0.3.0:
resolution: {integrity: sha512-0hhk3Aq0kUxzvNb36vm9vssxMHYZvgJOg5wKeepRhVthW4ygBWftHZjR4PHyOtvjcRmnJ/v4h8xd/IINu5ypnQ==}
dependencies:
encoding: 0.1.13
form-data: 4.0.0
lodash-es: 4.17.21
node-fetch: 2.6.12(encoding@0.1.13)
openai-beta: /openai@4.0.0-beta.7(encoding@0.1.13)
openai-legacy: /openai@3.3.0
transitivePeerDependencies:
- debug
dev: false
/optionator@0.9.3:
resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==}
engines: {node: '>= 0.8.0'}