Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "redux-nl", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A GraphQL inspired rest client side network layer", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,3 +8,2 @@ /** | ||
import Axios from "axios"; | ||
import { getUniqueId } from "react-native-device-info"; | ||
@@ -28,3 +27,2 @@ // Optional headers. | ||
headers: { | ||
"Device-ID": getUniqueId(), | ||
...headers | ||
@@ -31,0 +29,0 @@ }, |
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
32643
498