chore(release): 2.1.0
Minor release adding the ClaudeCodeProvider for Claude Pro/Max subscription users (PR #10) along with a rewritten README (PR #10) and a repaired test suite (PR #11). New public exports: - ClaudeCodeProvider, ClaudeCodeConfig - createClaudeCodeProvider - 'claude-code' added to PROVIDER_REGISTRY and SUPPORTED_PROVIDERS No breaking changes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-ai-provider",
|
"name": "simple-ai-provider",
|
||||||
"version": "2.0.1",
|
"version": "2.1.0",
|
||||||
"description": "A simple and extensible AI provider package for easy integration of multiple AI services",
|
"description": "A simple and extensible AI provider package for easy integration of multiple AI services",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.mjs",
|
"module": "dist/index.mjs",
|
||||||
|
|||||||
@@ -60,4 +60,4 @@ export const SUPPORTED_PROVIDERS = ['claude', 'openai', 'gemini', 'openwebui', '
|
|||||||
/**
|
/**
|
||||||
* Package version
|
* Package version
|
||||||
*/
|
*/
|
||||||
export const VERSION = '2.0.1';
|
export const VERSION = '2.1.0';
|
||||||
|
|||||||
Reference in New Issue
Block a user