@availity/api-core
Advanced tools
Comparing version 2.4.7 to 2.4.8
{ | ||
"name": "@availity/api-core", | ||
"version": "2.4.7", | ||
"version": "2.4.8", | ||
"description": "Base API definitions for the Availity REST API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -315,3 +315,3 @@ import AvLocalStorage from '@availity/localstorage-core'; | ||
put(...args) { | ||
return this.update(args); | ||
return this.update(...args); | ||
} | ||
@@ -337,4 +337,4 @@ | ||
delete(...args) { | ||
return this.remove(args); | ||
return this.remove(...args); | ||
} | ||
} |
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
28787