http-request-manager 18.9.3 → 18.9.4

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.
package/README.md CHANGED
@@ -33,7 +33,7 @@ A comprehensive Angular library providing enterprise-grade HTTP request manageme
33
33
  - [Quick Start](#-quick-start)
34
34
  - [Configuration](#️-configuration)
35
35
  - [Services Overview](#-services-overview)
36
- - [Architecture](./ARCHITECTURE.md)
36
+ - [Architecture](./src/docs/ARCHITECTURE.md)
37
37
  - [Interceptors](./src/docs/INTERCEPTOR_README.md)
38
38
  - [Detailed Documentation](#-detailed-documentation)
39
39
  - [Demo Examples](#-demo-examples)
@@ -242,7 +242,7 @@ export class AppModule { }
242
242
 
243
243
  For detailed system architecture, data flows, and design patterns, see:
244
244
 
245
- 📋 **[Architecture Documentation](./ARCHITECTURE.md)**
245
+ 📋 **[Architecture Documentation](./src/docs/ARCHITECTURE.md)**
246
246
 
247
247
  ### System Overview
248
248
 
@@ -334,7 +334,7 @@ For in-depth documentation on each service and component, refer to the following
334
334
 
335
335
  | Documentation | Description |
336
336
  |---------------|-------------|
337
- | 🏗️ [Architecture](./ARCHITECTURE.md) | System architecture, data flows, and design patterns |
337
+ | 🏗️ [Architecture](./src/docs/ARCHITECTURE.md) | System architecture, data flows, and design patterns |
338
338
  | 🔧 [Interceptors](./src/docs/INTERCEPTOR_README.md) | HTTP interceptors for error handling, headers, authentication, and debugging |
339
339
 
340
340
  ### Additional Resources
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "http-request-manager",
3
- "version": "18.9.3",
3
+ "version": "18.9.4",
4
4
  "homepage": "https://wavecoders.ca",
5
5
  "author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
6
6
  "description": "This is an Angular Module containing Components/Services using Material",