@hashrytech/quick-components-kit 0.20.7 → 0.20.8

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
@@ -1,5 +1,11 @@
1
1
  # @hashrytech/quick-components-kit
2
2
 
3
+ ## 0.20.8
4
+
5
+ ### Patch Changes
6
+
7
+ - patch: making beging and end request protected
8
+
3
9
  ## 0.20.7
4
10
 
5
11
  ### Patch Changes
@@ -152,8 +152,8 @@ export declare class FetchClient {
152
152
  * (e.g. `type EventArgsMap = { onRequest: [Request]; ... }`) to keep spreads type-safe.
153
153
  */
154
154
  private emit;
155
- private beginRequest;
156
- private endRequest;
155
+ protected beginRequest(): void;
156
+ protected endRequest(): void;
157
157
  /**
158
158
  * Processes the request, applying default headers, auth token, and request interceptors.
159
159
  * @param endpoint - The API endpoint (e.g., '/products', '/users/123').
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/hashrytech/quick-components-kit.git"
7
7
  },
8
- "version": "0.20.7",
8
+ "version": "0.20.8",
9
9
  "license": "MIT",
10
10
  "author": "Hashry Tech",
11
11
  "files": [