@based/client
Advanced tools
Comparing version 4.8.8 to 4.8.9
@@ -202,2 +202,8 @@ import { BasedOpts, AuthState, FunctionResponseListeners, Settings, FunctionQueue, ObserveState, ObserveQueue, Cache, GetObserveQueue } from './types'; | ||
export default function based(opts: BasedOpts, settings?: Settings): BasedClient; | ||
export type QueryMap = { | ||
[key: string]: { | ||
payload: any; | ||
result: any; | ||
}; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -202,2 +202,8 @@ import { BasedOpts, AuthState, FunctionResponseListeners, Settings, FunctionQueue, ObserveState, ObserveQueue, Cache, GetObserveQueue } from './types'; | ||
export default function based(opts: BasedOpts, settings?: Settings): BasedClient; | ||
export type QueryMap = { | ||
[key: string]: { | ||
payload: any; | ||
result: any; | ||
}; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@based/client", | ||
"version": "4.8.8", | ||
"version": "4.8.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
236297
3498