@forgepack/request 1.0.8 → 1.0.9

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/dist/index.d.ts CHANGED
@@ -69,7 +69,7 @@
69
69
  *
70
70
  * @fileoverview React package for managing HTTP requests with JWT authentication
71
71
  * @author Marcelo Gadelha {@link https://github.com/gadelhati}
72
- * @version 1.0.6
72
+ * @version 1.0.9
73
73
  * @license Apache License 2.0
74
74
  *
75
75
  * @remarks
package/dist/index.js CHANGED
@@ -70,7 +70,7 @@
70
70
  *
71
71
  * @fileoverview React package for managing HTTP requests with JWT authentication
72
72
  * @author Marcelo Gadelha {@link https://github.com/gadelhati}
73
- * @version 1.0.6
73
+ * @version 1.0.9
74
74
  * @license Apache License 2.0
75
75
  *
76
76
  * @remarks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgepack/request",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Opinionated Axios-based HTTP client for React applications with JWT support, interceptors, and API request standardization.",
5
5
  "homepage": "https://forgepack.dev/packages/request",
6
6
  "bugs": {