@kano/api-client
Advanced tools
Comparing version 3.8.5 to 3.8.6
@@ -33,3 +33,2 @@ import { Client } from './client.js'; | ||
return this.fetch(endpoint) | ||
.then(res => res.data) | ||
.then(data => this.afterDataProcessed(endpoint, data)); | ||
@@ -36,0 +35,0 @@ } |
{ | ||
"name": "@kano/api-client", | ||
"version": "3.8.5", | ||
"version": "3.8.6", | ||
"description": "Intercept calls between the server and the client try to minimise them", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
62717
1721