Comparing version 0.3.2 to 0.3.3
# Changelog | ||
## 0.3.3 (2024-04-29) | ||
Full Changelog: [v0.3.2...v0.3.3](https://github.com/groq/groq-typescript/compare/v0.3.2...v0.3.3) | ||
### Bug Fixes | ||
* update import in chat_completions_ext.ts to address TS compilation error ([b1de786](https://github.com/groq/groq-typescript/commit/b1de7862495bd76b50b9b596d94bd5d7f2143f57)) | ||
## 0.3.2 (2024-03-08) | ||
@@ -4,0 +12,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { ChatCompletion } from 'groq-sdk/resources/chat'; | ||
import { ChatCompletion } from 'groq-sdk/resources/chat/index'; | ||
export interface ChatCompletionChunk { | ||
@@ -3,0 +3,0 @@ id: string; |
{ | ||
"name": "groq-sdk", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "The official TypeScript library for the Groq API", | ||
@@ -5,0 +5,0 @@ "author": "Groq <support@groq.com>", |
// Manually curated models for streaming chat completions. | ||
import { ChatCompletion } from "../resources/chat" | ||
import { ChatCompletion } from "../resources/chat/index" | ||
@@ -4,0 +4,0 @@ export interface ChatCompletionChunk { |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '0.3.2'; // x-release-please-version | ||
export const VERSION = '0.3.3'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.3.2"; | ||
export declare const VERSION = "0.3.3"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '0.3.2'; // x-release-please-version | ||
exports.VERSION = '0.3.3'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
516219