@ai-sdk/openai-compatible
Advanced tools
Comparing version 0.0.12 to 0.0.13
# @ai-sdk/openai-compatible | ||
## 0.0.13 | ||
### Patch Changes | ||
- 6564812: feat (provider/openai-compatible): Add'l exports for customization. | ||
## 0.0.12 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ai-sdk/openai-compatible", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"license": "Apache-2.0", | ||
@@ -11,2 +11,3 @@ "sideEffects": false, | ||
"dist/**/*", | ||
"internal/dist/**/*", | ||
"CHANGELOG.md" | ||
@@ -20,2 +21,8 @@ ], | ||
"require": "./dist/index.js" | ||
}, | ||
"./internal": { | ||
"types": "./internal/dist/index.d.ts", | ||
"import": "./internal/dist/index.mjs", | ||
"module": "./internal/dist/index.mjs", | ||
"require": "./internal/dist/index.js" | ||
} | ||
@@ -57,3 +64,3 @@ }, | ||
"build:watch": "tsup --watch", | ||
"clean": "rm -rf dist", | ||
"clean": "rm -rf dist && rm -rf internal/dist", | ||
"lint": "eslint \"./**/*.ts*\"", | ||
@@ -60,0 +67,0 @@ "type-check": "tsc --noEmit", |
281900
16
2912