@kitql/client
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -1,2 +0,2 @@ | ||
export { defaultStoreValue, InMemoryCache, isLoading, KitQLClient, LocalStorageCache, RequestFrom, RequestStatus } from './lib/toExport'; | ||
export { clientNavigation, defaultStoreValue, InMemoryCache, isLoading, KitQLClient, LocalStorageCache, RequestFrom, RequestStatus, setClientNavigation } from './lib/toExport'; | ||
export type { Credential, HeaderContentType, ICacheData, LogType, PatchType, Policy, RequestParameters, RequestQueryParameters, RequestResult } from './lib/toExport'; |
@@ -113,2 +113,7 @@ 'use strict'; | ||
exports.clientNavigation = false; | ||
const setClientNavigation = () => { | ||
exports.clientNavigation = true; | ||
}; | ||
function printBlockString(n) { | ||
@@ -411,1 +416,2 @@ return '"""\n' + JSON.stringify(n).slice(1, -1) + '\n"""'; | ||
exports.isLoading = isLoading; | ||
exports.setClientNavigation = setClientNavigation; |
{ | ||
"name": "@kitql/client", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"dependencies": { | ||
"@kitql/comp": "0.1.1", | ||
"@kitql/comp": "0.1.2", | ||
"@kitql/helper": "0.2.0" | ||
@@ -7,0 +7,0 @@ }, |
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
41092
950
+ Added@kitql/comp@0.1.2(transitive)
- Removed@kitql/comp@0.1.1(transitive)
Updated@kitql/comp@0.1.2