odata-query
Advanced tools
Comparing version 5.4.4 to 5.5.0
@@ -25,3 +25,4 @@ 'use strict'; | ||
action = _ref.action, | ||
func = _ref.func; | ||
func = _ref.func, | ||
format = _ref.format; | ||
@@ -121,2 +122,6 @@ var path = ''; | ||
if (format) { | ||
params.$format = format; | ||
} | ||
return buildUrl(path, params); | ||
@@ -123,0 +128,0 @@ }; |
{ | ||
"name": "odata-query", | ||
"version": "5.4.4", | ||
"version": "5.5.0", | ||
"author": "Sean Lynch <techniq35@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28779
375