File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- # OpenAI Node API Library
1+ # OpenAI TypeScript and JavaScript API Library
22
33[ ![ NPM version] ( https://img.shields.io/npm/v/openai.svg )] ( https://npmjs.org/package/openai ) ![ npm bundle size] ( https://img.shields.io/bundlephobia/minzip/openai ) [ ![ JSR Version] ( https://jsr.io/badges/@openai/openai )] ( https://jsr.io/@openai/openai )
44
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ npm exec tsc-multi
3232# copy over handwritten .js/.mjs/.d.ts files
3333cp src/_shims/* .{d.ts,js,mjs,md} dist/_shims
3434cp src/_shims/auto/* .{d.ts,js,mjs} dist/_shims/auto
35- # we need to add exports = module.exports = OpenAI Node to index.js;
35+ # we need to add exports = module.exports = OpenAI to index.js;
3636# No way to get that from index.ts because it would cause compile errors
3737# when building .mjs
3838node scripts/utils/fix-index-exports.cjs
You can’t perform that action at this time.
0 commit comments