@noego/forge 0.0.24 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -168,7 +168,7 @@ export declare function shadowUrl(pattern: string, url: string): any;
168
168
 
169
169
  export declare function updateManifestStore(): Promise<void>;
170
170
 
171
- export declare function updateRoute(url: string, base_path: string, route: IRoute, params: any, urlParams: any, query: any, server_loading?: boolean, update?: boolean): Promise<void>;
171
+ export declare function updateRoute(url: string, base_path: string, route: IRoute, params: any, urlParams: any, query: any, server_loading?: boolean, update?: boolean): void;
172
172
 
173
173
  declare type UrlMatcher = {
174
174
  pattern: string;