diff --git a/content/Overview.json b/content/Overview.json index e355a88..1200532 100644 --- a/content/Overview.json +++ b/content/Overview.json @@ -11,7 +11,7 @@ "title": "Client Libraries", "items": [ "**.NET / C# - Bitip.Client** - Official NuGet package with strongly-typed models, async/await support, and dependency injection integration. Includes comprehensive IntelliSense documentation and 40 unit/integration tests for reliability.", - "**Node.js / TypeScript - @flare/bitip-client** - Official npm package with full TypeScript support, dual module format (CommonJS + ESM), and modern async/await API. Includes IP validation, request cancellation, and 33 comprehensive tests for reliability.", + "**Node.js / TypeScript - @flare/bitip-client** - Official npm package with full TypeScript support, dual module format (CommonJS + ESM), and modern async/await API. Includes IP validation, request cancellation, and 19 comprehensive tests for reliability.", "**REST API** - Direct HTTP access available for any programming language with full OpenAPI/Swagger documentation" ] }, diff --git a/content/ReleaseNotes.json b/content/ReleaseNotes.json index 073b3cb..5ed123f 100644 --- a/content/ReleaseNotes.json +++ b/content/ReleaseNotes.json @@ -28,7 +28,7 @@ "**TypeScript First** - Full type definitions and IntelliSense support", "**Dual Module Format** - CommonJS and ESM exports for maximum compatibility", "**Async/Await API** - Modern promise-based interface with AbortSignal cancellation", - "**Comprehensive Testing** - 33 passing tests with 100% coverage of core functionality", + "**Comprehensive Testing** - 19 passing tests with 100% coverage of core functionality", "**Professional Documentation** - README with installation guide, usage examples, and API reference", "**Minimal Dependencies** - Only requires axios for HTTP requests", "**Tree-shakeable** - Optimized bundle with dead code elimination"