@shakerquiz/utilities 0.2.37 → 0.2.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shakerquiz/utilities",
3
- "version": "0.2.37",
3
+ "version": "0.2.38",
4
4
  "author": "yurkimus <yurkimus@gmail.com>",
5
5
  "license": "ISC",
6
6
  "exports": {
@@ -12,7 +12,7 @@ interface RequestInit {
12
12
  /**
13
13
  * @description A method string defined by RFC7231 @see {@link https://datatracker.ietf.org/doc/html/rfc7231#section-4.3}
14
14
  */
15
- method: RequestMethod
15
+ method?: RequestMethod
16
16
  /**
17
17
  * @description A string to declaratively set the Authorization header.
18
18
  */