Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "redux-nl", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "A GraphQL inspired rest client side network layer", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -102,3 +102,3 @@ /** | ||
if (typeof onFinal === "function") onFinal(); | ||
if (typeof onFinal === "function") onFinal(action); | ||
if (typeof unsubscribe === "function") unsubscribe(); | ||
@@ -105,0 +105,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
35959