buymeua-api-fe 0.19.0 → 0.19.1

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/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.19.1] - 2025-12-19
11
+
12
+ ### Changed
13
+
14
+ - Add Table of Contents to README for easier navigation between API sections
15
+
10
16
  ## [0.19.0] - 2025-12-19
11
17
 
12
18
  ### Changed
package/README.md CHANGED
@@ -17,6 +17,26 @@ pnpm add buymeua-api-fe @reduxjs/toolkit react-redux
17
17
 
18
18
  ## 📖 Quick Start
19
19
 
20
+ ### Table of Contents
21
+
22
+ - [Configuration](#configuration)
23
+ - [Products](#products)
24
+ - [Cart](#cart)
25
+ - [Authentication](#authentication)
26
+ - [Customer Account](#customer-account)
27
+ - [Categories](#categories)
28
+ - [Favorites](#favorites)
29
+ - [Chat](#chat)
30
+ - [Notifications](#notifications)
31
+ - [Stories](#stories)
32
+ - [Suppliers](#suppliers)
33
+ - [Nova Poshta](#nova-poshta)
34
+ - [Orders](#orders)
35
+ - [Referrals](#referrals)
36
+ - [Ads](#ads)
37
+ - [Countries](#countries)
38
+ - [Store](#store)
39
+
20
40
  ### 1. Configure API and Setup Redux Store
21
41
 
22
42
  ```typescript
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "CHANGELOG.md"
13
13
  ],
14
14
  "name": "buymeua-api-fe",
15
- "version": "0.19.0",
15
+ "version": "0.19.1",
16
16
  "description": "",
17
17
  "license": "ISC",
18
18
  "author": "Denys Hrychulevych",