ladda-cache
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -880,3 +880,3 @@ 'use strict'; | ||
})).then(function () { | ||
var removed = removeEntity(cache, e, serialize(args)); | ||
var removed = removeEntity(cache, e, serialize(args[0])); | ||
if (removed) { | ||
@@ -883,0 +883,0 @@ notify(args, removed); |
@@ -876,3 +876,3 @@ import { clone, compose, concat, copyFunction, curry, filter, filterObject, flatten, fromPairs, identity, isEqual, join, map, mapObject, mapValues, map_, not, on2, passThrough, prop, reduce, startsWith, toIdMap, toObject, toPairs, values, zip } from 'ladda-fp'; | ||
})).then(function () { | ||
var removed = removeEntity(cache, e, serialize(args)); | ||
var removed = removeEntity(cache, e, serialize(args[0])); | ||
if (removed) { | ||
@@ -879,0 +879,0 @@ notify(args, removed); |
{ | ||
"name": "ladda-cache", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "Data fetching layer with support for caching", | ||
"main": "dist/bundle.js", | ||
"module": "dist/module.js", | ||
"files": ["dist/module.js"], | ||
"files": [ | ||
"dist/module.js" | ||
], | ||
"dependencies": { | ||
@@ -9,0 +11,0 @@ "ladda-fp": "^0.2.3" |
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
85856