Comparing version
# Changelog | ||
## 4.19.1 (2023-11-20) | ||
Full Changelog: [v4.19.0...v4.19.1](https://github.com/openai/openai-node/compare/v4.19.0...v4.19.1) | ||
## 4.19.0 (2023-11-15) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "openai", | ||
"version": "4.19.0", | ||
"version": "4.19.1", | ||
"description": "Client library for the OpenAI API", | ||
@@ -5,0 +5,0 @@ "author": "OpenAI <support@openai.com>", |
@@ -24,3 +24,3 @@ # OpenAI Node API Library | ||
```ts | ||
import OpenAI from 'https://deno.land/x/openai@v4.19.0/mod.ts'; | ||
import OpenAI from 'https://deno.land/x/openai@v4.19.1/mod.ts'; | ||
``` | ||
@@ -27,0 +27,0 @@ |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '4.19.0'; // x-release-please-version | ||
export const VERSION = '4.19.1'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "4.19.0"; | ||
export declare const VERSION = "4.19.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '4.19.0'; // x-release-please-version | ||
exports.VERSION = '4.19.1'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
1664083
0.01%