cencori 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Cencori SDK
1
+ # Cencori
2
2
 
3
- Official TypeScript SDK for the Cencori AI Gateway and Infrastructure Platform.
3
+ Official SDK for the Cencori.
4
4
 
5
5
  ## Installation
6
6
 
@@ -111,12 +111,12 @@ import type { ChatParams, ChatResponse, Message } from 'cencori';
111
111
 
112
112
  ## Features
113
113
 
114
- - Full TypeScript support with type definitions
115
- - 🔒 Built-in authentication
116
- - 🔄 Automatic retry logic with exponential backoff
117
- - 🚨 Custom error classes
118
- - 🛡️ Content safety filtering
119
- - Rate limiting protection
114
+ - Full TypeScript support with type definitions
115
+ - Built-in authentication
116
+ - Automatic retry logic with exponential backoff
117
+ - Custom error classes
118
+ - Content safety filtering
119
+ - Rate limiting protection
120
120
 
121
121
  ## Local Development
122
122
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cencori",
3
- "version": "0.1.0",
4
- "description": "Official TypeScript SDK for Cencori AI Gateway and Infrastructure Platform",
3
+ "version": "0.1.2",
4
+ "description": "Official SDK for Cencori",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",