@duely/client
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -345,3 +345,3 @@ "use strict"; | ||
case 2: | ||
id = result.service.id; | ||
id = cache.identify(result.service); | ||
cache.evict({ | ||
@@ -348,0 +348,0 @@ id: id |
{ | ||
"name": "@duely/client", | ||
"type": "module", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"repository": "github:uoleevi/duely", | ||
@@ -6,0 +6,0 @@ "description": "GraphQL client by Duely (wrapper for @apollo/client)", |
@@ -188,3 +188,3 @@ import { gql } from '@apollo/client'; | ||
const { id } = result.service; | ||
const id = cache.identify(result.service); | ||
cache.evict({ id }); | ||
@@ -191,0 +191,0 @@ cache.gc(); |
Sorry, the diff of this file is not supported yet
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
160608