@hybridly/core
Advanced tools
Comparing version 0.0.1-alpha.13 to 0.0.1-alpha.14
@@ -210,3 +210,3 @@ import { RequestData } from '@hybridly/utils'; | ||
/** HTTP verb to use for the request. */ | ||
method?: Method; | ||
method?: Method | Lowercase<Method>; | ||
/** Body of the request. */ | ||
@@ -213,0 +213,0 @@ data?: RequestData; |
{ | ||
"name": "@hybridly/core", | ||
"version": "0.0.1-alpha.13", | ||
"version": "0.0.1-alpha.14", | ||
"description": "A solution to develop server-driven, client-rendered applications", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hybridly/utils": "0.0.1-alpha.13", | ||
"@hybridly/utils": "0.0.1-alpha.14", | ||
"qs": "^6.11.0" | ||
@@ -42,0 +42,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
65848
1704
+ Added@hybridly/utils@0.0.1-alpha.14(transitive)
- Removed@hybridly/utils@0.0.1-alpha.13(transitive)