@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.cjs +3 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.mjs +1276 -286
- package/dist/client.mjs.map +1 -1
- package/dist-ssr/server.cjs +28 -5
- package/dist-ssr/server.cjs.map +1 -1
- package/dist-ssr/server.js +28 -5
- package/dist-ssr/server.js.map +1 -1
- package/package.json +3 -2
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):
|
|
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;
|